GitHub - CDSoft/luax: luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. It is also a "compiler" that produces standalone executables from Lua scripts.
Lua eXtended
luax is a Lua interpreter and REPL based on Lua 5.4, augmented with
some useful packages. luax can also produce executable scripts from
Lua scripts.
luax runs on several platforms with no dependency:
Linux (x86_64, aarch64)
MacOS (x86_64, aarch64)
Windows (x86_64)
luax can compile scripts from and to any of these platforms. It can
produce scripts that can run everywhere Lua or LuaX is installed as well
as standalone executables containing the LuaX runtime and the Lua
scripts. The ta...
Read more at github.com