Description
Builds parsing expression grammar parsers and interpreters in Python. It helps developers define structured text formats, small languages, and transformation rules close to Python code.
Parser behavior depends on the grammar and actions supplied by the application. Validate untrusted input and avoid unsafe side effects during parsing.