Port variant | lua52 |
Summary | Parsing Expression Grammars for Lua 5.2 |
BROKEN | |
Package version | 1.1.0 |
Homepage | https://www.inf.puc-rio.br/~roberto/lpeg/ |
Keywords | devel |
Maintainer | nobody |
License | MIT |
Other variants | lua53 | lua54 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 24 JAN 2024, 23:28:02 UTC |
Port created | 02 JUL 2017, 02:38:06 UTC |
single | LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). The nice thing about PEGs is that it has a formal basis (instead of being an ad-hoc set of features), allows an efficient and simple implementation, and does most things we expect from a pattern-matching library (and more, as we can define entire grammars). |
Build (only) | lua52:dev:std |
Build and Runtime | lua52:primary:std |
main | https://www.inf.puc-rio.br/~roberto/lpeg/ |
neovim:std | Next generation Vim |