For completeness...
Lua 5 and Lua 4 follow completely different concepts under the hood. Lua 5 is register-based while Lua 4 is stack-based. My library only supports the stack-based approach.
Good thing that you found a solution
Lua 5 and Lua 4 follow completely different concepts under the hood. Lua 5 is register-based while Lua 4 is stack-based. My library only supports the stack-based approach.
Good thing that you found a solution
