lua-users home
lua-l archive

Re: Is it possible to point out all the errors in an already written Lua script? Is there a IDE that could achieve this goal?

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


Luacheck might do the job. https://github.com/mpeterv/luacheck

On 2021年1月25日 at 12:04, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> Maybe luac can do it.

luac uses the Lua library, just like lua does. Therefore, it stops
compilation at the first error.

AltStyle によって変換されたページ (->オリジナル) /