Re-exports§
pub use pest;
Modules§
Structs§
- Error
- Parse-related error type.
- HexColor
- An RGB color represented in hexadecimal.
- Operator
Deprecated - Infix operator used in
PrecClimber. - Pair
- A matching pair of
Tokens and everything between them. - Pairs
- An iterator over
Pairs. It is created bypest::stateandPair::into_inner. - Parser
Config - Prec
Climber Deprecated - List of operators and precedences, which can perform precedence climbing on infix
expressions contained in a
Pairs. The token pairs contained in thePairsshould start with a primary pair and then alternate between an operator and a primary. - Rainbow
Parser - Span
- A span over a
&str. It is created from either twoPositions or from aPair.
Enums§
Traits§
- Parser
- A trait with a single method that parses strings.