lua_engine 0.1.1

simple lua engine
Documentation
1
2
3
4
5
6
local foo = {
    test="next",
    test2="next2",
}

print(foo.test)