Re: A linter in luac
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A linter in luac
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2019年10月18日 16:45:20 -0300
> 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?