commands.sh

luac

all

Lua bytecode compiler.

More info →

Examples (2)

Compile a Lua source file to Lua bytecode

luac -o byte_code.luac source.lua

Do not include debug symbols in the output

luac -s -o byte_code.luac source.lua
made by @shridhargupta | data from tldr-pages