Lines Matching full:recursion
78 * left-recursion pattern off until all targets catch up
115 * left-recursion pattern detection handles backtracking mode now
124 * Got immediate left-recursion working for rules. Added TestLeftRecursion.java
1002 terminate sooner just due to reduced closure recursion.
1131 * I abort entire DFA construction now when I see recursion in > 1 alt.
1138 * Decided that recursion overflow while computing a lookahead DFA is
1146 * Recursion overflow and unreachable alt is now a fatal error; no code gen.
1998 non-LL(*) due to recursion. just added terminate conditions to loop
2277 for left recursion upfront before analysis and everything gets specified as
2278 recursion cycles at this point.
2689 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
2690 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
2807 * Fixed analysis bug. This grammar didn't report a recursion warning:
2903 left-recursion or missing rule definition) occurred while reading
3334 * dramatically improved infinite recursion error messages (actually
3335 left-recursion never even was printed out before).
3339 recursion.