Package compilation.analysis.lexical

Contains classes for the lexical analysis of the source code.

The classes contained within this package are used for performing lexical analysis on the source code, using the Lexer to generate a List of Tokens made up of the characters within the initial input String.

Since:
1.0