49 bool Lazy = s ==
"LAZY";
Base class for all nodes in a parsed script tree.
Script parser, for custom parsers.
string PeekNextToken()
Returns the next token to be parsed, without moving the position forward. If at the end of the expres...
string NextToken()
Returns the next token to be parsed, and moves the position forward correspondingly....
int Length
Length of script parsed
ScriptNode ParseOrs()
Parses ORs.
int Start
Start position in expression
Expression Expression
Expression being parsed.
Executes a DELETE statement against the object database.
Parses a DELETE statement
bool TryParse(ScriptParser Parser, out ScriptNode Result)
Tries to parse a script node.
string KeyWord
Keyword associated with custom parser.
string[] Aliases
Keyword aliases, if available, null if none.
string[] InternalKeywords
Any keywords used internally by the custom parser.
DeleteParser()
Parses a DELETE statement
Parses a SELECT statement
Abstract base class for source definitions
Interface for keywords with custom parsing.