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. changeset | files
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
(0) -10 -7 +7 +10 +30 +100 tip

mercurial