Module pest::prec_climber [−][src]
Constructs useful in infix operator parsing with the precedence climbing method.
Structs
Operator | Infix operator used in |
PrecClimber | List of operators and precedences, which can perform precedence climbing on infix
expressions contained in a |
Enums
Assoc | Associativity of an |