Package simple.lexer

Class Summary
Lexer This class defines a lexer object that will do a lexical analysis on a stream of characters, and generates Tokens following the rule:
Token A Token represents a lexical token outputted by Lexer.
 

Enum Summary
Token.Type