lexer

Undocumented in source.

Members

Classes

Lexer
class Lexer
Undocumented in source.

Functions

isWhitespace
bool isWhitespace(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
matches
bool matches(T input, T[] list)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

stddelimiters
string[] stddelimiters;
Undocumented in source.

Meta