From 9ca5061fcfe3c03b4c0f736472e3ac0a07e5dfe1 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 7 Dec 2013 09:39:05 +0100 Subject: [PATCH] lib/compiler/opcodes.js: Fix formatting --- lib/compiler/opcodes.js | 1 + 1 file changed, 1 insertion(+) 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