Description
Builds parsers for programming languages, configuration formats, and structured text in Python. It helps developers define grammars and turn text into syntax trees that software can analyze or transform.
Parsers should handle invalid input predictably. When parsing untrusted text, applications should limit resource use and validate the resulting structure before acting on it.