Forrest logo
back to context overview

luac

List of commands for luac:

  • luac:tldr:6136a luac: Do not include debug symbols in the output.
    $ luac -s -o ${byte_code-luac} ${source-lua}
    try on your machine
    explain this command
  • luac:tldr:6c5ba luac: Compile a Lua source file to Lua bytecode.
    $ luac -o ${byte_code-luac} ${source-lua}
    try on your machine
    explain this command
back to context overview