Description
Builds lexers and parsers in Python using concepts from lex and yacc. It helps compilers, interpreters, configuration readers, and domain-specific language tools turn text into structured syntax.
This is a developer library. Parser behavior depends on the grammar supplied by the application, so untrusted input should still be validated and handled with clear error paths.