Module prec_climber

Source
Expand description

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 on infix expressions contained in a Pairs. The token pairs contained in the Pairs should start with a primary pair and then alternate between an operator and a primary.

Enums§

Assoc
Associativity of an Operator.