Parser

Undocumented in source.

Members

Functions

next
dchar next(size_t inc)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDecls
void parseDecls()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_offset
size_t _offset;
Undocumented in source.
_source
string _source;
Undocumented in source.
buf
char[] buf;
Undocumented in source.
root
Root root;
Undocumented in source.

Meta