On Thursday 23 February 2006 11:50 am, Chris wrote:
> That made me think, a substring style unpack could be useful.
this seems to work:
I would hack the actual unpack function Lua uses (maybe creating a new
version). I'm just writing this right here so I don't know if
this code works:
static int luaB_unpack (lua_State *L) {