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/test/res/test1.lua
Normal file
5
src/test/res/test1.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
a = 123 + 456
|
||||
print( a )
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user