Lines Matching refs:NFA
134 * Added option -Xconversiontimeout back in. Turns out we hit NFA conversion
651 * an NFA target of EOF predicate transition in DFA cause an exception in
825 * actions are now added to the NFA.
1161 the same input sequence reaches multiple locations in the NFA
1163 NFA states to look for more input. Commonly at EOF target states.
1188 wacking NFA configurations etc in each DFA state after DFA construction.
1315 src/org/antlr/analysis/NFA.java # edit
1316 NFA now span multiple grammars and so I moved the NFAs state
1417 NFA state numbers and unique token types. This keeps a tree
1791 * Changed (hidden) option -verbose to -Xnfastates; this just prints out the NFA states along each n…
2359 * made epsilon edges italics in the NFA diagrams.
2447 * Fixed bug where EOT transitions led to no NFA configs in a DFA state,
2685 * Added NFA->DFA conversion early termination report to the -report option
2689 * Added a dozen unit tests to test autobacktrack NFA construction.
2833 generated NFA.
2960 * Fixed NFA construction so it generates NFA for (A*)* such that ANTLRWorks