Module prec_climber
Constructs useful in infix operator parsing with the precedence climbing method.
Structs
-
Operator
Infix operator used in
PrecClimber. -
PrecClimber
List of operators and precedences, which can perform [precedence climbing][1] 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.