lua-users home
lua-l archive

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


On Fri, Feb 18, 2011 at 15:18, Gilles Ganault <gilles.ganault@free.fr> wrote:
> On Fri, 18 Feb 2011 09:56:57 -0200, Luiz Henrique de Figueiredo
> <lhf@tecgraf.puc-rio.br> wrote:

> BTW, is there a tool that can parse a Lua script to spot syntax
> errors?

Try luac -p.

Also see lua-inspect: http://lua-users.org/wiki/LuaInspect

HTH,
Alexander.