Sat, 22 May 2010 20:05:58 +0100 Matthew Wild Remove some, hmm, "debugging" code :) changeset | files
Sat, 22 May 2010 17:41:17 +0100 Matthew Wild Remove some accidentally-committed debug output changeset | files
Sat, 22 May 2010 17:37:02 +0100 Matthew Wild Switch from JSON.stringify for debug output to sys.inspect which doesn't bail out on circular references changeset | files
Sat, 22 May 2010 17:33:43 +0100 Matthew Wild Support for upvalues in functions \o/ implemented OP_GETUPVAL, and a stub for OP_SETUPVAL. changeset | files
Wed, 07 Apr 2010 04:15:59 +0100 Matthew Wild OP_RETURN: Support for return values from Lua functions \o/ changeset | files
Wed, 07 Apr 2010 04:15:23 +0100 Matthew Wild Support for B==0 in OP_CALL (signifies params are to top of the stack) changeset | files
Wed, 07 Apr 2010 03:07:10 +0100 Matthew Wild Fix OP_RETURN to update this.frame changeset | files
Wed, 07 Apr 2010 03:06:46 +0100 Matthew Wild Implement OP_CALL for Lua functions (no return values yet) changeset | files
Wed, 07 Apr 2010 03:05:52 +0100 Matthew Wild Implement basic OP_CLOSURE (no support for upvalues yet) changeset | files
Wed, 07 Apr 2010 03:05:24 +0100 Matthew Wild Add chunk property to LFunction to show which chunk it came from changeset | files
Wed, 07 Apr 2010 02:46:56 +0100 Matthew Wild Support for reading all fields in the chunk (including function prototypes, required for OP_CLOSURE) changeset | files
Tue, 06 Apr 2010 19:27:28 +0100 Matthew Wild Initial stab at reading Number constants from bytecode changeset | files
Tue, 06 Apr 2010 14:51:25 +0100 Matthew Wild Throw error on unhandled opcodes changeset | files
Tue, 06 Apr 2010 14:51:06 +0100 Matthew Wild Use new notation for accessing instruction fields changeset | files
Tue, 06 Apr 2010 14:49:52 +0100 Matthew Wild Add a bytecode interpreter \o/ changeset | files
Tue, 06 Apr 2010 14:47:21 +0100 Matthew Wild Add debugMode switch changeset | files
Tue, 06 Apr 2010 14:46:30 +0100 Matthew Wild Add errors for when trying to index non-tables changeset | files
Mon, 05 Apr 2010 17:23:18 +0100 Matthew Wild Implement OP_SETGLOBAL changeset | files
Mon, 05 Apr 2010 17:14:58 +0100 Matthew Wild Print error on error changeset | files
Mon, 05 Apr 2010 17:14:36 +0100 Matthew Wild Return nil for non-existent table keys changeset | files
Mon, 05 Apr 2010 17:14:09 +0100 Matthew Wild Throw an error if trying to call a non-function changeset | files
Mon, 05 Apr 2010 17:03:06 +0100 Matthew Wild Implement OP_MOVE, OP_LOADNIL and OP_RETURN. Also change the way OP_CALL is implemented, and update the test code with a more complicated (kind of) sample. changeset | files
Sun, 04 Apr 2010 21:08:23 +0100 Matthew Wild Style fix changeset | files
Sun, 04 Apr 2010 21:02:16 +0100 Matthew Wild Initial commit changeset | files
(0) +60 +100 tip

mercurial