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
Wiki
Activity
Files
05cfdaa33b7bc7e7a0c27816f1e808d68dd33947
luaj
/
src
/
main
/
java
/
lua
/
io
History
James Roseborough
05cfdaa33b
Improve calling convention handling when the number of arguments doesn't match the expected number, and the number of return values doesn't match those needed.
2007-06-11 04:30:03 +00:00
..
Closure.java
Improve calling convention handling when the number of arguments doesn't match the expected number, and the number of return values doesn't match those needed.
2007-06-11 04:30:03 +00:00
LoadState.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
LocVars.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
Proto.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
UpVal.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