Description
Build parsers in Python using a PEG and packrat parsing approach. It helps developers define grammars for configuration languages, domain-specific languages, and structured text formats.
Parsers often process untrusted input. Set sensible limits and handle syntax errors clearly to avoid excessive resource use or confusing failures.