|
Class Summary |
| FileMarkingTokenManager |
The FileMarkingTokenManager is a subclass of the TokenManager
for the Atmel parser that marks each token that is seen with the name of the
file that it came from. |
| GASParser |
|
| GASParserTokenManager |
|
| GASProgramReader |
The GASProgramReader is an implementation of the ProgramReader
that reads a source program in the GAS-style syntax and builds a program from it. |
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
| Token |
Describes the input token stream. |