Includes Lua C API inline, so it can be used without a library
Go to file
2025-01-09 01:32:09 +01:00
5.1 Initial commit 2025-01-09 01:32:09 +01:00
5.2 Initial commit 2025-01-09 01:32:09 +01:00
5.3 Initial commit 2025-01-09 01:32:09 +01:00
5.4 Initial commit 2025-01-09 01:32:09 +01:00
.gitignore Initial commit 2025-01-09 01:32:09 +01:00
LICENSE Initial commit 2025-01-09 01:32:09 +01:00
readme.txt Initial commit 2025-01-09 01:32:09 +01:00
test.sh Initial commit 2025-01-09 01:32:09 +01:00

Includes Lua C API inline, so it can be used without a library.

1. Go to lua-inline/<version> and run getdeps.sh
2. #include "lua-inline/<version>/all.c"

If you want to test all versions, run test.sh. If it exits with status 0, it succeeded.