Expand description
§Parser Module
Defines the Pest Grammar, parser errors, and the parse function.
Structs§
- Grammar
- The Pest parser struct.
Enums§
- Parser
Error - Custom parsing error created using the thiserror crate.
- Rule
Functions§
- parse
- Parses an input string into
Pairs<Rule>.