Tinycoffee binding for Nelua
This project uses nelua-decl to generate the bindings, which the output is processed later to add better integration between the language and the library.
First, you don't need to generate a binding, the output/tico.nelua file already contains a
generated binding ready for use.
However, if you want to generate a new one to improve the binding and make a contribution, follow the instructions:
To generate the binding, you will need both tinycoffee and nelua-decl.
- Ensure that you have the dependencies installed:
- Run
setup-dev.shscript, this will automatically clone and build both libraries.
Run gen-bindings.sh, this script will run everything to generate the binding, which will overwrite output/tico.nelua, ready for use.
After that, the script will build and run basic-test.nelua, to test the binding.