https://github.com/tiehuis/zig-lua
zig interfacing with lua example
https://github.com/tiehuis/zig-lua
lua zig
Last synced: 10 months ago
JSON representation
zig interfacing with lua example
- Host: GitHub
- URL: https://github.com/tiehuis/zig-lua
- Owner: tiehuis
- License: mit
- Created: 2018-05-24T07:26:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T12:23:38.000Z (over 4 years ago)
- Last Synced: 2025-03-25T23:06:45.076Z (10 months ago)
- Topics: lua, zig
- Language: C
- Size: 310 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example of embedding the lua interpreter in a zig program.
Some things that would be cool to do:
- get translate-c parsing all the macros in the header files correctly
- longjmp error handling example case
- get [zligc](https://github.com/tiehuis/zligc) far enough along to avoid
needing to pull in the libc dependency.
# Build
```
zig build
```