Lexer

Undocumented in source.

Members

Functions

lex
void lex()
Undocumented in source. Be warned that the author may not have intended to support it.
nextToken
TokenType nextToken()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(TokenType) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
CompilationContext* context;
Undocumented in source.
inputChars
const(char)[] inputChars;
Undocumented in source.
outputTokenLocations
Arena!SourceLocation* outputTokenLocations;
Undocumented in source.
outputTokens
Arena!TokenType* outputTokens;
Undocumented in source.

Meta