Lua bytecode compiler. More information: https://www.lua.org.
luac -o {{byte_code.luac}} {{source.lua}}
luac -s -o {{byte_code.luac}} {{source.lua}}