Expand description
Pratt parser implementation for operator precedence parsing.
Structs§
- Operator
Info - Precedence and associativity of an operator.
- Pratt
Parser - A Pratt parser implementation.
Enums§
- Associativity
- Associativity of an operator.
Traits§
- Pratt
- A specification for a Pratt parser.