| 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.
|
Copyright © 2010-2014. All Rights Reserved.