Expand description
Constructs useful in infix operator parsing with the precedence climbing method.
Structs§
- Infix operator used in
PrecClimber
. - List of operators and precedences, which can perform precedence climbing on infix expressions contained in a
Pairs
. The token pairs contained in thePairs
should start with a primary pair and then alternate between an operator and a primary.
Enums§
- Associativity of an
Operator
.