luax is a Lua interpreter and REPL based on Lua 5.5, 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, aarch64) luax can compile scripts from and to any of these platforms. It can produce scripts that can run everywhere Lua or LuaX is ins

