Token

Undocumented in source.

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
isKeyword
int isKeyword()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

alloc
Token* alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
initTokens
void initTokens()
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars(TOK value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

freelist
Token* freelist;

Token *********************************************

tochars
const(char)*[TOKMAX] tochars;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

blockComment
const(char)* blockComment;
Undocumented in source.
lineComment
const(char)* lineComment;
Undocumented in source.
loc
Loc loc;
Undocumented in source.
next
Token* next;
Undocumented in source.
ptr
const(char)* ptr;
Undocumented in source.
value
TOK value;
Undocumented in source.

Meta