lua-users home
lua-l archive

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


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

On Mon, 25 Jan 2021 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.