Base class for all nodes in a parsed script tree.
Script parser, for custom parsers.
int Length
Length of script parsed
int Start
Start position in expression
Expression Expression
Expression being parsed.
Parses the Wildcard symbol *
bool TryParse(ScriptParser Parser, out ScriptNode Result)
Tries to parse a script node.
WildcardParser()
Parses the Wildcard symbol *
string[] Aliases
Keyword aliases, if available, null if none.
string KeyWord
Keyword associated with custom parser.
string[] InternalKeywords
Any keywords used internally by the custom parser.
Represents the Wildcard symbol *
Interface for keywords with custom parsing.