Class | Description |
---|---|
Parser |
Processes a list of tokens into an executable tree.
|
ParserProcessors |
Helper classfor Parser.
|
PseudoToken |
A pseudo-token, inserted by the parser instead of the lexer.
|
UnaryOperator |
The parser uses this pseudo-token to mark operators as unary operators.
|
UnboundVariable |
Exception | Description |
---|---|
ParserException |
Thrown when the parser encounters a problem.
|