Description
Parsers can report clearer labeled failures when Lua projects use the extended LPeg grammar engine.
This Git package is useful for developers building parsers, compilers, or validation tools that need better parse-error messages. It is a parsing library, not a standalone parser generator UI.
Parser error labels must be designed carefully. Test invalid input as thoroughly as valid input.