Lines Matching full:recursion
428 non-LL(*) due to recursion. just added terminate conditions to loop
707 for left recursion upfront before analysis and everything gets specified as
708 recursion cycles at this point.
1119 t.g:2:5: Alternative 1: after matching input such as A A A A A decision cannot predict what comes next due to recursion overflow to b from b
1120 t.g:2:5: Alternative 2: after matching input such as A A A A A decision cannot predict what comes next due to recursion overflow to b from b
1237 * Fixed analysis bug. This grammar didn't report a recursion warning:
1333 left-recursion or missing rule definition) occurred while reading
1764 * dramatically improved infinite recursion error messages (actually
1765 left-recursion never even was printed out before).
1769 * fixed a nasty bug in the analysis engine dealing with infinite recursion.