Lines Matching full:decision
116 You can manually set the max lookahead k as an option for any decision
235 -dfa generate a DFA for each decision point
425 * Made analysis terminate faster upon a decision that takes too long;
453 * analysis failsafe is back on; if a decision takes too long, it bails out
564 * Removed state/decision message that comes out of no
566 removed the decision number from the early exit exception
758 * Syntactic predicates did not get hoisting properly upon non-LL(*) decision. Other hoisting issues fixed. Cleaned up code.
801 * Altered how ANTLR figures out what decision is associated with which
830 with decision will appear first.
966 decision due to recursive rule invocations in alts 1,2. Resolve
972 * Shortened no viable alt messages to not include decision
975 [compilationUnit, declaration]: line 8:8 decision=<<67:1: declaration
980 blockDeclaration | emptyDeclaration );>> state 3 (decision=14) no
1038 generated if the pred is not used in a decision.
1056 but an individual decision can be LL(*).
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
1125 decision forked new accepts each time for each nondet state.
1158 t.g:4:17: the decision cannot distinguish between alternative(s) 2,1 for at least one input sequence
1342 overridden in a particular decision.
1344 * added failsafe so that any decision taking longer than 2 seconds to create