Production

Metadata about production.

Members

Variables

annotations
string[] annotations;

Annotations for the production from the grammar file.

isVirtual
bool isVirtual;

The production was automatically generated.

negLookaheads
Symbol[] negLookaheads;

Negative lookahead at the end of this production.

negLookaheadsAnytoken
bool negLookaheadsAnytoken;

Only end of file allowed after this production.

nonterminalID
NonterminalID nonterminalID;

Nonterminal production by this production.

symbols
immutable(SymbolInstance)[] symbols;

List of symbols needed for this production.

Meta