grammardgen

Undocumented in source.

Members

Aliases

Tree
alias Tree = DynamicParseTree!(LocationAll, LocationRangeStartEnd)
Undocumented in source.

Classes

Context
class Context
Undocumented in source.

Functions

analyzeGrammar
void analyzeGrammar(Tree tree, Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
analyzeNonterminal
void analyzeNonterminal(Tree[] trees, Context context, bool isToken)
Undocumented in source. Be warned that the author may not have intended to support it.
findGrammar
void findGrammar(Tree tree, Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
printSymbol
void printSymbol(Tree tree, Symbol[] output)
Undocumented in source. Be warned that the author may not have intended to support it.
printTree
void printTree(Tree tree, string output)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Symbol
struct Symbol
Undocumented in source.

Meta