LuLPeg

PEG parser

A Lua implementation of a Parsing Expression Grammar library

A port of LPeg 100% written in Lua.

GitHub

251 stars
22 watching
33 forks
Language: Lua
last commit: over 2 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 140
pyparsing/pyparsing A Python library for building and executing grammars using a parsing-expression grammar approach 2,233
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 21
mpeterv/argparse A feature-rich command line parser for Lua 260
yhirose/cpp-peglib A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. 903
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 192
pointlander/peg An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. 1,018
dlang-community/pegged A tool for building parsing expression grammars in D programming language 534
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 68
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,472
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. 120