Description
Parse text according to the grammar support provided by the flexparser library. It helps Python projects turn structured strings into objects that other code can validate or process.
This is a developer parser library, not a standalone editor. Parsing rules should be tested with malformed and unexpected input so applications fail clearly instead of accepting incorrect data.