Lines Matching full:merging
137 * Merging GLR Parses:: Using GLR parsers to resolve ambiguities.
781 * Merging GLR Parses:: Using GLR parsers to resolve ambiguities.
979 @node Merging GLR Parses
7642 anyway by parser state merging and the use of @code{%nonassoc}, and it can
7657 from ever being shifted in that state. However, parser state merging can
7698 merging. Because IELR and LALR merge parser states, they suffer the most.
7704 sacrificing @code{%nonassoc}, default reductions, or state merging. You can
7888 precedence, but there the same merging function is declared for both
11706 Bison declaration to assign a merging function to a rule. If there is a
11707 reduce/reduce conflict with a rule having the same merging function, the
12124 detection, which is caused by LR state merging, default reductions, and the