Lexer

Undocumented in source.

Members

Functions

matchComment
bool matchComment()
Undocumented in source. Be warned that the author may not have intended to support it.
matchHexNumber
bool matchHexNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(in Token) del)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

current
Token current;
Undocumented in source.
empty
bool empty;
Undocumented in source.
input
CharStream!R input;
Undocumented in source.
matchers
TokenMatcher[] matchers;
Undocumented in source.

Meta