lua-users home
lua-l archive

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


> Or, perhaps, to have a lint for Lua [...] One that would warn [...]
> against functions with parameters of identical names [...] and
> multiple identical local declarations

You can do that easily with 'luac -p -l -l' and looking for identical or
overlaping entries in the "locals" block. --lhf