Re: [5.1.4/newbie] "attempt to index ... 'file' (a nil value)"?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [5.1.4/newbie] "attempt to index ... 'file' (a nil value)"?
- From: Alexander Gladysh <agladysh@...>
- Date: 2011年2月18日 15:21:12 +0300
On Fri, Feb 18, 2011 at 15:18, Gilles Ganault <gilles.ganault@free.fr> wrote:
> On 2011年2月18日 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.