[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Convenient undefined variable checking script
- From: Petite Abeille <petite.abeille@...>
- Date: Sun, 27 Jan 2013 14:18:34 +0100
On Jan 23, 2013, at 11:30 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
> Can be adapted to work with Lua 5.2 opcodes as well, if there's interest.
Yes, 5.2 would be of more interest :)
For the record, this script doesn't work with 5.2:
$ lua -v globalsplus.lua *.lua
Lua 5.2.0 Copyright (C) 1994-2011 Lua.org, PUC-Rio
sh: luac52: command not found
There is no such thing as 'luac52' as far as I know.