Fix comment alignment in lib/compiler/passes/generate-javascript.js

redux
David Majda 10 years ago
parent 2b06476c69
commit 24394e3f91

@ -158,7 +158,7 @@ function generateJavascript(ast, options) {
' while (true) {',
' while (ip < end) {',
' switch (bc[ip]) {',
' case ' + op.PUSH + ':', // PUSH c
' case ' + op.PUSH + ':', // PUSH c
' stack.push(peg$consts[bc[ip + 1]]);',
' ip += 2;',
' break;',

Loading…
Cancel
Save