- allocateToken
Token* allocateToken()
- deprecation
void deprecation(const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- deprecationSupplemental
void deprecationSupplemental(const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- error
void error(const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- error
void error(Loc loc, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- errorSupplemental
void errorSupplemental(Loc loc, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- loc
Loc loc()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextToken
TOK nextToken()
Undocumented in source. Be warned that the author may not have intended to support it.
- peek
Token* peek(Token* ct)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekNext
TOK peekNext()
Look ahead at next token's value.
- peekNext2
TOK peekNext2()
Look 2 tokens ahead at value.
- peekPastParen
Token* peekPastParen(Token* tk)
tk is on the opening (.
Look ahead and return token that is past the closing ).
- scan
void scan(Token* t)
Turn next token in buffer into a token.
- warning
void warning(Loc loc, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
- warningSupplemental
void warningSupplemental(Loc loc, const(char)* format, ...)
Undocumented in source. Be warned that the author may not have intended to support it.