lua@5.4

Powerful, lightweight programming language interpreter

brewmacoslinux
Try with needOr install directly
Source

About

Powerful, lightweight programming language

Commands

lualuac

Examples

Run a Lua script file$ lua script.lua
Execute Lua code interactively in REPL$ lua
Compile Lua source file to bytecode$ luac -o script.luac script.lua