zoltan
zoltan copied to clipboard
A Sol-inspired minimalist Lua binding for Zig.
Although not really well documented, it is possible to get the absolute path to the current `.zig` file using the `@src().file` comptime known value.
Hello, Here is an attempt at compiling zoltan with luajit. I did not really know how to do conditional compilation, so I used that approach of having different files loaded...
Amazing project. I love the idea of getting more things into Zig. I saw you are hosting Lua 5.4 inside the project. Is there anything that would prevent running LuaJIT...
(based on #2 , but if that is rejected it's trivial to rebase on main) The Lua API explicitly states it expects 0-terminated strings ("null-terminated") at several points. These changes...
I ran the `zig fmt` formatting command (using newest zig version `0.10.0-dev390+0866fa9d1`) in a local project for consistency, and thought you might want to have the repo be in canonical...
``` $ zig build test All 16 tests passed. $ zig build run All your codebase are belong to us. ```
Hi there, thanks for making Zoltan! I have been using Zoltan in my project but have come across an error under specific circumstances. I'm not entirely sure what the problem...