Base class for all nodes in a parsed script tree.
Script parser, for custom parsers.
Interface for keywords with custom parsing.
string[] InternalKeywords
Any keywords used internally by the custom parser.
string[] Aliases
Keyword aliases, if available, null if none.
bool TryParse(ScriptParser Parser, out ScriptNode Result)
Tries to parse a script node.
string KeyWord
Keyword associated with custom parser.