Module pest::prec_climber [] [src]

A mod containing constructs useful in infix operator parsing with the precedence climbing method.

Structs

Operator

A struct defining an infix operator used in PrecClimber.

PrecClimber

A struct useful in order to 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

An enum describing an Operator's associativity.