WastTokenizer

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.

Members

Functions

check
void check(bool flag, string msg, string file, size_t code_line)
Undocumented in source. Be warned that the author may not have intended to support it.
currentChar
char currentChar()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(WastTokenizer) front()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
line_pos
uint line_pos()
Undocumented in source. Be warned that the author may not have intended to support it.
next
char next()
Undocumented in source. Be warned that the author may not have intended to support it.
nextToken
void nextToken()
Undocumented in source. Be warned that the author may not have intended to support it.
nextUntil
void nextUntil()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
WastTokenizer save()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
trim
void trim()
Undocumented in source. Be warned that the author may not have intended to support it.
type
TokenType type()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

line
uint line;
Undocumented in source.
pos
uint pos;
Undocumented in source.
start_line_pos
uint start_line_pos;
Undocumented in source.
token
string token;
Undocumented in source.

Meta