let it build DFA again.
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9505]
This commit is contained in:
parent
ad9259fc4f
commit
b6b4583b92
|
@ -51,7 +51,7 @@ public class ParserATNSimulator<Symbol> extends ATNSimulator {
|
|||
public static int retry_with_context = 0;
|
||||
public static int retry_with_context_indicates_no_conflict = 0;
|
||||
|
||||
public static boolean buildDFA = false;
|
||||
public static boolean buildDFA = true;
|
||||
|
||||
@Nullable
|
||||
protected final BaseRecognizer<Symbol> parser;
|
||||
|
|
Loading…
Reference in New Issue