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