lua-users home
lua-l archive

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


Thanks everyone for the feedback and suggestions about unused locals.
Metalua and metalint sound promising.  Fidelis and I have our own
convention about modules; if a function xxx is exported from module m,
then value m._doc.xxx is a string describing the API of that function.
I will hope I can find a way either to work that into metalint or at least
to derive the .dlua files from it.


Norman