TestGrammarBuilder

Undocumented in source.

Alias This

builder

Members

Functions

grammar
Grammar grammar()
Undocumented in source. Be warned that the author may not have intended to support it.
rule
void rule(string line)

Rule: Nonterminal ":" { Nonterminal | terminal } { "|" { Nonterminal | terminal } }.

symbol
Symbol symbol(string representation)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

builder
GrammarBuilder builder;
Undocumented in source.

Meta