lua_engine 0.1.1

simple lua engine
Documentation
1
2
3
4
5
return {
    say_hello = function (arg)
    	print("me hello", arg)
    end
}