Lua Script Compiler v5.1.4 ========================== ©Copyright 1994-2008, Lua.org, PUC-Rio - All Rights Reserved Download -------- http://sourceforge.net/projects/luabinaries/files/5.1.4/Executables Included Files -------------- LuaC_x86.exe = Windows 32-Bit LuaC_x64.exe = Windows 64-Bit Syntax ------ LuaC_x86.exe [options] [filename] LuaC_x64.exe [options] [filename] Options ------- - = Process StdIn. -l = List. -o name = Output to file "name" (default = "LuaC.out"). -p = Parse only. -s = Strip debug information. -v = Show version information. -- = Stop handling options. Example ------- LuaC_x86.exe Source.lua -o Compiled.lua LuaC_x64.exe Source.lua -o Compiled.lua