lua-users home
lua-l archive

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


> More useful (probably) would be some undeclared-variable-use checking to
> warn about the other unchanged occurrences.

There's strict.lua, distributed with Lua 5.1, which does run-time checking,
and a script I posted earlier this year, which does static checking:
	http://thread.gmane.org/gmane.comp.lang.lua.general/22294/

--lhf