forked from jasder/antlr
rm bad comment.
This commit is contained in:
parent
adf80e166a
commit
c46bce3251
|
@ -166,8 +166,7 @@ import java.util.Set;
|
||||||
|
|
||||||
When we start in the DFA and reach an accept state that's predicated,
|
When we start in the DFA and reach an accept state that's predicated,
|
||||||
we test those and return the minimum semantically viable
|
we test those and return the minimum semantically viable
|
||||||
alternative. If no alternatives are viable, we throw an exception. We
|
alternative. If no alternatives are viable, we throw an exception.
|
||||||
don't report ambiguities in the DFA, but I'm not sure why anymore.
|
|
||||||
|
|
||||||
During full LL ATN simulation, closure always evaluates predicates and
|
During full LL ATN simulation, closure always evaluates predicates and
|
||||||
on-the-fly. This is crucial to reducing the configuration set size
|
on-the-fly. This is crucial to reducing the configuration set size
|
||||||
|
|
Loading…
Reference in New Issue