align debug output on java
This commit is contained in:
parent
586721462c
commit
26291a11d8
|
@ -712,7 +712,7 @@ class ParserATNSimulator extends ATNSimulator {
|
||||||
// First figure out where we can reach on input t
|
// First figure out where we can reach on input t
|
||||||
for (let i=0; i<closure.items.length;i++) {
|
for (let i=0; i<closure.items.length;i++) {
|
||||||
const c = closure.items[i];
|
const c = closure.items[i];
|
||||||
if(this.debug_add) {
|
if(this.debug) {
|
||||||
console.log("testing " + this.getTokenName(t) + " at " + c);
|
console.log("testing " + this.getTokenName(t) + " at " + c);
|
||||||
}
|
}
|
||||||
if (c.state instanceof RuleStopState) {
|
if (c.state instanceof RuleStopState) {
|
||||||
|
|
Loading…
Reference in New Issue