Description
Builds parsers for text formats and small languages directly in Python. It helps developers describe grammars, parse structured input, and transform text into useful data without writing low-level parsing code.
Parsing rules shape what input is accepted. Validate untrusted input and keep error messages clear when parsed data affects configuration, queries, or automation.