Description
A Parsing Expression Grammar library for Lua 5.1, used to build parsers for structured text, languages, and custom formats.
It is parsing infrastructure. Developers use it when regular expressions are not enough and a grammar-based parser is clearer or safer.