lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, 17 Jan 2002 12:54:31 -0000, "Chris Percival"
<cpercival@interaxis.co.uk> wrote:

>Is it possible to syntax check Lua code before actually running it?  If so,
>how?

>From the command line, this does a "compile without running":
	luac -o chad.luc chad.lua

Francis (who stole that line from the config files for SciTE, which is
a good text editor to use with Lua)