- calculateLineColumn
void calculateLineColumn(ParseContext parseCtx, ulong line, ulong column)
Undocumented in source. Be warned that the author may not have intended to support it.
- calculateLineColumn
void calculateLineColumn(ParseContext parseCtx, ulong codePos, ulong line, ulong column)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearStartToEnd
void clearStartToEnd(ParseContext parseCtx)
Undocumented in source. Be warned that the author may not have intended to support it.
- collect
string collect(ParseContext parseCtx, char[] delimiters)
Undocumented in source. Be warned that the author may not have intended to support it.
- collectTillString
string collectTillString(ParseContext parseCtx, string delimiter)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
void parse(ParseContext parseCtx, void delegate(const char chr, out bool stop) func)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
void parse(ParseContext parseCtx, char[] delimiters, void delegate(const char chr, out bool stop) func)
Undocumented in source. Be warned that the author may not have intended to support it.
- peek
char peek(ParseContext parseCtx)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekLast
char peekLast(ParseContext parseCtx)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceStartToEnd
void replaceStartToEnd(ParseContext parseCtx, string replacement)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekNext
void seekNext(ParseContext parseCtx, char delimiter)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekNextDirective
void seekNextDirective(ParseContext parseCtx, string[] delimitingDirectives)
Undocumented in source. Be warned that the author may not have intended to support it.
- skipWhiteSpaceTillEol
void skipWhiteSpaceTillEol(ParseContext parseCtx)
Undocumented in source. Be warned that the author may not have intended to support it.