22 Parser.CanSkipWhitespace =
false;
24 Parser.CanSkipWhitespace = Bak;
Base class for all nodes in a parsed script tree.
Script parser, for custom parsers.
ScriptNode ParseComparison()
Parses a comparison.
bool CanSkipWhitespace
If whitespace can be skipped (true), or if it has semantic meaning to the custom parser (false).
void SkipWhiteSpace()
If current position is whitespace, moves the current position forward to the first non-whitespace cha...
static ScriptNode ParseNoWhiteSpace(this ScriptParser Parser)
Parses script until first whitespace character is found.