trie

Undocumented in source.

Members

Classes

Trie
class Trie
Undocumented in source.

Functions

printTrie
void printTrie(Trie t, int indent)
Undocumented in source. Be warned that the author may not have intended to support it.
ruleToTrie
Trie[] ruleToTrie(Rule rule)
Undocumented in source. Be warned that the author may not have intended to support it.
ruleToTrieRecur
void ruleToTrieRecur(Trie cur, SubRule sr, RulePart[] rp, string ruleName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta