dparsergen.generator.ebnf

Undocumented in source.

Members

Aliases

Tree
alias Tree = DynamicParseTree!(LocationAll, LocationRangeStartEnd)
Undocumented in source.
TreeArray
alias TreeArray = DynamicParseTreeArray!(LocationAll, LocationRangeStartEnd)
Undocumented in source.
TreeNonterminal
alias TreeNonterminal = DynamicParseTreeNonterminal!(LocationAll, LocationRangeStartEnd)
Undocumented in source.
TreeToken
alias TreeToken = DynamicParseTreeToken!(LocationAll, LocationRangeStartEnd)
Undocumented in source.

Enums

DeclarationType
enum DeclarationType
Undocumented in source.

Functions

concatTree
string concatTree(Tree tree)
Undocumented in source. Be warned that the author may not have intended to support it.
ebnfTreeToString
string ebnfTreeToString(Tree tree, Tree parent)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceNames
Tree replaceNames(Tree[string] table, Tree tree)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Declaration
struct Declaration
Undocumented in source.
EBNF
struct EBNF
Undocumented in source.

Meta