lib/compiler/opcodes.js: Fix formatting

redux
David Majda 11 years ago
parent fbcefdf523
commit 9ca5061fcf

@ -1,6 +1,7 @@
/* Bytecode instruction opcodes. */
module.exports = {
/* Stack Manipulation */
PUSH: 0, // PUSH c
PUSH_CURR_POS: 1, // PUSH_CURR_POS
POP: 2, // POP

Loading…
Cancel
Save