LRGraph

Undocumented in source.

Constructors

this
this(EBNFGrammar grammar)
Undocumented in source.

Members

Variables

closureCache
size_t[const(LRGraphNodeKey)] closureCache;
Undocumented in source.
delayedReduceProductionCombinations
immutable(ProductionID)[][] delayedReduceProductionCombinations;
Undocumented in source.
globalOptions
GlobalOptions globalOptions;
Undocumented in source.
grammar
EBNFGrammar grammar;
Undocumented in source.
nextLookaheadCache
BitSet!TokenID[NextLookaheadCacheKey] nextLookaheadCache;
Undocumented in source.
nonterminalToState
size_t[] nonterminalToState;
Undocumented in source.
startNonterminals
const(StartNonterminal)[] startNonterminals;
Undocumented in source.
startNonterminalsSet
BitArray startNonterminalsSet;
Undocumented in source.
states
LRGraphNode[] states;
Undocumented in source.
statesByKey2
size_t[const(LRGraphNodeKey)] statesByKey2;
Undocumented in source.
statesWithProduction
size_t[][Tuple!(size_t, size_t)] statesWithProduction;
Undocumented in source.

Meta