luac (1) Linux Manual Page
NAME luac – Lua compiler SYNOPSIS luac [ options ] [ filenames ] DESCRIPTION luac is the Lua compiler. It translates programs written in the Lua programming language into binary files that can be later loaded and executed. The main advantages of precompiling chunks are: faster loading, protecting source code from accidental user changes, and…
