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:
5
src/main/java/lua/value/LThread.java
Normal file
5
src/main/java/lua/value/LThread.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package lua.value;
|
||||
|
||||
public class LThread extends LValue {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user