Interface | Description |
---|---|
AST | |
ASTFactory |
Decouples token constructors and underlying class hierarchy from
how AST nodes behave.
|
Operator |
Class | Description |
---|---|
Binop | |
DefaultASTFactory |
Default implementation of the
ASTFactory interface. |
Div | |
Literal | |
Minus | |
OperatorScaffold | |
Plus | |
Times | |
UnaryMinus |