LuaX – Lua interpreter, REPL, and useful packages

LuaX is an interpreter and REPL based on Lua 5.4 that can generate executable scripts from Lua scripts. It runs on various platforms independently, allowing scripts and executables to be compiled across platforms. The project also welcomes contributions for non-supported platforms. LuaX can be compiled using the provided Ninja file and a C compiler. Various compilation options are available to optimize for speed, size, debugging, and cross-compilation. Additionally, LuaX provides a variety of built-in modules and can be used as a shared library with regular Lua interpreters. The project is licensed under the GNU General Public License.

https://github.com/CDSoft/luax

To top