DynamicGrammar

Undocumented in source.

Members

Functions

decimateTree
ParseTree decimateTree(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
ParseTree opCall(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
ParseTree opCall(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Dynamic opIndex(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(D code, string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

grammarName
string grammarName;
Undocumented in source.
paramRules
ParameterizedRule[string] paramRules;
Undocumented in source.
rules
Dynamic[string] rules;
Undocumented in source.
startingRule
string startingRule;
Undocumented in source.

Meta