lua-parser
Lua parser
A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code
A Lua 5.3 parser written with LPegLabel
193 stars
13 watching
28 forks
Language: Lua
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A statically typed superset of Lua with optional type annotations and object-oriented programming features. | 568 |
| A feature-rich command line parser for Lua | 266 |
| A command-line argument parsing module for Lua | 123 |
| A Lua binding for working with YAML data formats | 210 |
| A Lua implementation of a Parsing Expression Grammar library | 254 |
| A Lua implementation of a LPeg parser for pattern matching | 109 |
| A JSON parser and encoder library for the Lua programming language. | 251 |
| Tools for parsing and transforming Lua source code | 259 |
| A collection of languages and projects that compile to or use Lua as their intermediate language | 607 |
| A Lua-based XML parsing library that supports various XML elements and attributes. | 154 |
| A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses. | 121 |
| Building Lua in WebAssembly to enable run-time execution within web browsers. | 32 |
| A tool for detecting issues in Lua code | 367 |
| A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
| An implementation of Lua in LLVM | 153 |