diff --git a/lib/compiler/opcodes.js b/lib/compiler/opcodes.js index 614925e..90d0087 100644 --- a/lib/compiler/opcodes.js +++ b/lib/compiler/opcodes.js @@ -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