dil.lexer.Lexer

Members

Classes

Lexer
class Lexer

The Lexer analyzes the characters of a source text and produces an array of tokens.

Functions

testLexer
void testLexer()

Tests the lexer with a list of tokens.

testLexerPeek
void testLexerPeek()

Tests the Lexer's peek() method.

Meta

Authors

Aziz Köksal

License

GPL3 $(Maturity very high)