LuLPeg
PEG parser
A Lua implementation of a Parsing Expression Grammar library
A port of LPeg 100% written in Lua.
254 stars
22 watching
33 forks
Language: Lua
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An extension of LPeg that supports parsing expression grammars with labeled failures | 141 |
| A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
| A Lua implementation of a LPeg parser for pattern matching | 109 |
| An implementation of parsing expression grammars in Common Lisp | 22 |
| A feature-rich command line parser for Lua | 266 |
| A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 920 |
| A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
| A command-line argument parsing module for Lua | 123 |
| A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code | 193 |
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| A tool for building parsing expression grammars in D programming language | 533 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |
| A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses. | 121 |