LuLPeg

PEG parser

A Lua implementation of a Parsing Expression Grammar library

A port of LPeg 100% written in Lua.

GitHub

254 stars
22 watching
33 forks
Language: Lua
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sqmedeiros/lpeglabel An extension of LPeg that supports parsing expression grammars with labeled failures 141
pyparsing/pyparsing A Python library for building and executing grammars using a parsing-expression grammar approach 2,247
sacek/lpeglj A Lua implementation of a LPeg parser for pattern matching 109
ravi-delia/uclp An implementation of parsing expression grammars in Common Lisp 22
mpeterv/argparse A feature-rich command line parser for Lua 266
yhirose/cpp-peglib A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. 920
aappleby/matcheroni A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) 198
lunarmodules/lua_cliargs A command-line argument parsing module for Lua 123
andremm/lua-parser A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code 193
pointlander/peg A tool for generating parsers from parsing expression grammars using the Packrat parser generator 1,028
dlang-community/pegged A tool for building parsing expression grammars in D programming language 533
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 67
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,480
qwertie/lllpg-samples A collection of examples and demos showcasing the functionality of a parser generator for C# 12
daurnimator/lpeg_patterns A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses. 121