Nonterminal

Metadata about a nonterminal.

Members

Variables

annotations
string[] annotations;

Annotations for the nonterminal from the grammar file.

buildNonterminals
immutable(SymbolID)[] buildNonterminals;

Nonterminals reachable through unwrap productions, which can be created.

flags
NonterminalFlags flags;

Flags with informations about the nonterminal.

name
string name;

Name of the nonterminal

Meta