Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
This commit is contained in:
7
src/main/java/lua/value/LFunction.java
Normal file
7
src/main/java/lua/value/LFunction.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package lua.value;
|
||||
|
||||
public class LFunction extends LValue {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user