Package avrora.syntax.atmel

Interface Summary
AtmelParserConstants  
 

Class Summary
AtmelParser  
AtmelParserTokenManager  
AtmelProgramReader The AtmelProgramReader is an implementation of the ProgramReader that reads source assembly files in the Atmel style syntax.
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.
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.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError