lua-users home
lua-l archive

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


> I believe luac is the perfect tool to have a linter for Lua.
> Given the current status for luacheck, I think it seems the perfect time to do so, given that it's such a handy tool.

luac does two simple jobs: save precompiled scripts and list byte
codes. How is that related to linting?
luac does not seem related to luacheck. What exactly do you have in mind?