Parser

Undocumented in source.

Members

Functions

findBracketPairs
bool findBracketPairs()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(SourceLines lines, SourceFile file)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(dstring text, SourceFile file)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(dstring src, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
tokenize
bool tokenize()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bracketLevel
int[] _bracketLevel;
Undocumented in source.
_file
SourceFile _file;
Undocumented in source.
_lines
SourceLines _lines;
Undocumented in source.
_pairedBracket
int[] _pairedBracket;
Undocumented in source.
_tokens
Token[] _tokens;
Undocumented in source.

Meta