Sun, 23 May 2010 13:26:51 +0100 Matthew Wild Print sBx field in bytecode dump (for debugging) file | diff | annotate
Sun, 23 May 2010 12:46:56 +0100 Matthew Wild Couple of fixes for last commit file | diff | annotate
Sun, 23 May 2010 12:46:02 +0100 Matthew Wild Remove rawExceptions flag, always print exception's stack trace if it has one file | diff | annotate
Sun, 23 May 2010 02:38:45 +0100 Matthew Wild Support for OP_NEWTABLE, OP_GETTABLE, OP_SETTABLE file | diff | annotate
Sun, 23 May 2010 02:29:04 +0100 Matthew Wild New LValueFromValue() to convert from any Javascript value (almost) to a LValue file | diff | annotate
Sat, 22 May 2010 20:14:33 +0100 Matthew Wild Implement OP_SETUPVALUE \o/ file | diff | annotate
Sat, 22 May 2010 20:08:03 +0100 Matthew Wild Add new debug option - rawExceptions - to prevent catching exceptions thrown by the VM, use for debugging the VM. file | diff | annotate
Sat, 22 May 2010 20:07:05 +0100 Matthew Wild It's required to insert the new function into the stack before processing its upvalue instructions, in case it refers to itself. file | diff | annotate
Sat, 22 May 2010 20:05:58 +0100 Matthew Wild Remove some, hmm, "debugging" code :) file | diff | annotate
Sat, 22 May 2010 17:41:17 +0100 Matthew Wild Remove some accidentally-committed debug output file | diff | annotate
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 file | diff | annotate
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. file | diff | annotate
Wed, 07 Apr 2010 04:15:59 +0100 Matthew Wild OP_RETURN: Support for return values from Lua functions \o/ file | diff | annotate
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) file | diff | annotate
Wed, 07 Apr 2010 03:07:10 +0100 Matthew Wild Fix OP_RETURN to update this.frame file | diff | annotate
Wed, 07 Apr 2010 03:06:46 +0100 Matthew Wild Implement OP_CALL for Lua functions (no return values yet) file | diff | annotate
Wed, 07 Apr 2010 03:05:52 +0100 Matthew Wild Implement basic OP_CLOSURE (no support for upvalues yet) file | diff | annotate
Wed, 07 Apr 2010 03:05:24 +0100 Matthew Wild Add chunk property to LFunction to show which chunk it came from file | diff | annotate
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) file | diff | annotate
Tue, 06 Apr 2010 19:27:28 +0100 Matthew Wild Initial stab at reading Number constants from bytecode file | diff | annotate
Tue, 06 Apr 2010 14:51:25 +0100 Matthew Wild Throw error on unhandled opcodes file | diff | annotate
Tue, 06 Apr 2010 14:51:06 +0100 Matthew Wild Use new notation for accessing instruction fields file | diff | annotate
Tue, 06 Apr 2010 14:49:52 +0100 Matthew Wild Add a bytecode interpreter \o/ file | diff | annotate
Tue, 06 Apr 2010 14:47:21 +0100 Matthew Wild Add debugMode switch file | diff | annotate
Tue, 06 Apr 2010 14:46:30 +0100 Matthew Wild Add errors for when trying to index non-tables file | diff | annotate
Mon, 05 Apr 2010 17:23:18 +0100 Matthew Wild Implement OP_SETGLOBAL file | diff | annotate
Mon, 05 Apr 2010 17:14:58 +0100 Matthew Wild Print error on error file | diff | annotate
Mon, 05 Apr 2010 17:14:36 +0100 Matthew Wild Return nil for non-existent table keys file | diff | annotate
Mon, 05 Apr 2010 17:14:09 +0100 Matthew Wild Throw an error if trying to call a non-function file | diff | annotate
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. file | diff | annotate
Sun, 04 Apr 2010 21:08:23 +0100 Matthew Wild Style fix file | diff | annotate
Sun, 04 Apr 2010 21:02:16 +0100 Matthew Wild Initial commit file | diff | annotate
(0) tip

mercurial