Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiehuis/zig-lua
zig interfacing with lua example
https://github.com/tiehuis/zig-lua
lua zig
Last synced: 3 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T12:23:38.000Z (over 3 years ago)
- Last Synced: 2023-08-02T09:13:12.030Z (over 1 year ago)
- Topics: lua, zig
- Language: C
- Size: 310 KB
- Stars: 23
- Watchers: 4
- 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
```