Module pest::prec_climber

source ·
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 the Pairs should start with a primary pair and then alternate between an operator and a primary.

Enums

Associativity of an Operator.