This website requires JavaScript.
Explore
Help
Register
Sign In
open-autonomous-connection
/
luaj
Watch
1
Star
0
Fork
0
You've already forked luaj
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
14108aee878dc16e30ebdd3a1f4716f1e1f64ccc
luaj
/
src
/
main
/
java
/
lua
History
James Roseborough
14108aee87
Fix upvalues that allow closures to work properly.
2007-06-14 04:09:57 +00:00
..
io
Fix upvalues that allow closures to work properly.
2007-06-14 04:09:57 +00:00
value
Fix calling convention by managing top of stack and adjusting on way in and out of function calls.
2007-06-11 05:51:19 +00:00
Builtin.java
Improve vararg handling logic.
2007-06-12 06:22:55 +00:00
GlobalState.java
Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
2007-06-08 05:11:37 +00:00
Lua.java
Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
2007-06-08 05:11:37 +00:00