Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```