Lines Matching full:conflicts
37 5: Ambiguity and Conflicts
121 Note that there are never any ``Shift/shift'' conflicts.
123 When there are shift/reduce or reduce/reduce conflicts, Yacc still produces a parser.
140 in this situation, but reduce/reduce conflicts should be avoided whenever possible.
142 Conflicts may arise because of mistakes in input or logic, or because the grammar rules, while cons…
144 The use of actions within rules can also cause conflicts, if the action must
149 always reports the number of shift/reduce and reduce/reduce conflicts resolved by Rule 1 and Rule 2.
153 conflicts.
155 have considered conflicts to be fatal errors.
157 and produces slower parsers; thus, Yacc will produce parsers even in the presence of conflicts.
259 In general, there may be many conflicts, and each one
321 The user who encounters unexpected shift/reduce conflicts will probably want to