Interface | Description |
---|---|
ITokenFactory |
Abstract factory to produce tokens
|
ITokVisitor |
Interface for a token visitor.
|
ITokVisitorCmd |
A command for use in ATokVisitors
|
Class | Description |
---|---|
ATokVisitor |
A visitor to an Token that implements ITokVisitor using a dictionary of commands.
|
Token |
Represents a token in the language.
|
TokenFactory |
Concrete factory to create tokens
|