Do not process grammars following an error during parsing (fixes #507)
This commit is contained in:
parent
7daae3a89b
commit
3e054df98b
|
@ -339,7 +339,7 @@ public class Tool {
|
|||
System.out.println(dep.getDependencies().render());
|
||||
|
||||
}
|
||||
else {
|
||||
else if (errMgr.getNumErrors() == 0) {
|
||||
process(g, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue