I have been wanting a clean Lua runtime for zig to integrate with my project (when it materialize a bit more) and this looks perfect!
Could you elaborate what is the difference between calling lua.run(file_content); and like you mention in the readme TODO list: Run Lua code from file?
I have been wanting a clean Lua runtime for zig to integrate with my project (when it materialize a bit more) and this looks perfect!
Could you elaborate what is the difference between calling
lua.run(file_content);
and like you mention in the readme TODO list: Run Lua code from file?And any feedback absolutely welcome!
Nothing, just some syntax sugar :)