private ILrParserTable BuildReductionModifiedLRTable(ILrDfa dfa) { ILrParserTable result = new ReductionModifiedLrDfaTable(dfa, this.data); FillAmbiguousTokenActions(dfa.States, isGlr: true); return(result); }
private ILrParserTable BuildReductionModifiedLRTable(ILrDfa dfa) { ILrParserTable result = new ReductionModifiedLrDfaTable(dfa, this.data); FillAmbiguousTokenActions(dfa.States, isGlr: true); return result; }