Enumsยง
- Prec
- Organizes the precedence hierarchy for syntactic elements
- Ps
PseudoOperator: fake operators used to give certain tokens special behavior.
Functionsยง
- from_
bind ๐ - Returns the BindOp, pattern precedence, arrow TKind, body precedence, and else precedence, (if applicable,) which controls the parsing of Bind expressions.
- from_
infix ๐ - Tries to map the incoming Token to an infix expression operator and its precedence level
- from_
prefix ๐ - Tries to map the incoming Token to a prefix expression operator and its precedence level
- parse_
array ๐ - Parses an array with 0 or more elements, or an array-repetition
- parse_
for ๐ - Parses a
forloop expression