[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Shorthand for appending to a table (was Re: 5.2 feature list?)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 13 Sep 2006 08:22:36 -0300
> 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