Gamified input-output tables (no GUI).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
anonymous 08d35251f5 init 3 months ago
..
example init 3 months ago
src init 3 months ago
third_party/luajit init 3 months ago
.gitignore init 3 months ago
LICENSE init 3 months ago
README.rst init 3 months ago
build.zig init 3 months ago

README.rst

zig-luajit
==========

Zig bindings for luajit.

The luajit build process has been ported to zig build system to try and support
cross compilation for all targets supported by both projects.

Currently, this has only been tested on OSX and Linux. But bug reports and pull
requests about the other platforms are welcome.

The bindings will stay as is (i.e., only leveraging ``@cImport``) as existing
projects already provide a good abstraction layer over the plain C functions.

I recommend to use this project together with `zoltan`_ if a more zig friendly API
is desired.

.. _zoltan: https://github.com/ranciere/zoltan

Licensing
---------

While the work in this repository is under Boost Source License unless otherwise
stated (such as in the ``myscript.lua`` file), the luajit's license need to be
properly reproduced as well.