LPegLJ
LPeg parser
A Lua implementation of a LPeg parser for pattern matching
LPeg version 1.0 Parser in pure LuaJIT
109 stars
13 watching
9 forks
Language: Lua
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pygy/lulpeg | A Lua implementation of a Parsing Expression Grammar library | 251 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |
daurnimator/lpeg_patterns | A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses. | 120 |
andremm/lua-parser | A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code | 191 |
harningt/luajson | A JSON parser and encoder for Lua | 251 |
phrogz/slaxml | A Lua-based XML parsing library that supports various XML elements and attributes. | 153 |
stravant/luaminify | Tools for parsing and transforming Lua source code | 260 |
gvvaughan/lyaml | A Lua binding for working with YAML data formats | 209 |
mpeterv/luacheck | A tool for detecting and reporting issues in Lua code | 1,921 |
squeek502/zua | An attempt to implement Lua 5.1 in Zig for educational purposes | 172 |
sygmei/luatalk | A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
slembcke/debugger.lua | A simple Lua debugger for embedded systems and single-file use. | 781 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
nikokrock/ada-lua | An Ada interface to Lua, allowing execution of Lua scripts from Ada code | 42 |
gvx/bitser | A Lua serialization and deserialization library optimized for speed and compactness | 159 |