Constant | OPERATORS |
Undocumented |
Class | EndToken |
Undocumented |
Class | IfParser |
Undocumented |
Class | Literal |
A basic self-resolvable object similar to a Django template variable. |
Class | TokenBase |
Base class for operators and literals, mainly for debugging and for throwing syntax errors. |
Function | infix |
Create an infix operator, given a binding power and a function that evaluates the node. |
Function | prefix |
Create a prefix operator, given a binding power and a function that evaluates the node. |
Undocumented
Value |
|