Home | History | Annotate | Download | only in C

Lines Matching full:backtracking

115 perhaps a tiny bit of backtracking, but with a DFA not a full parser.
118 needs to and is much more efficient than normal LL backtracking. There
119 is support for syntactic predicate (full LL backtracking) when LL(*)
324 * Manually-specified (...)=> force backtracking eval of that predicate.
325 backtracking=true mode does not however. Added unit test.
1042 * Added backtracking report to the -report option
1062 * runtime.DFA reported errors even when backtracking
1069 backtracking.
1410 * tree parsers can do arbitrary lookahead now including backtracking. I
1506 * filter=true for lexers turns on k=1 and backtracking for every token
1545 * char streams for lexer now allowed nested backtracking in lexer.
1573 * return in backtracking must return retval or null if return value.
1577 * AST/Template Rewrites were not gated by backtracking==0 so they
1625 this; nice as it now shares backtracking support code.
1632 backtracking:
1634 -nomemo when backtracking don't generate memoization code