Re: Narcissus in Lua (Javascript parser)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Narcissus in Lua (Javascript parser)
- From: Jonathan Castello <twisolar@...>
- Date: 2010年10月15日 13:48:55 -0700
On Fri, Oct 15, 2010 at 1:33 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> i just noticed it's missing 'local' for the 'o' variable.... did it really work?
I don't see why it shouldn't. In this script, 'o' is only ever used in
H(), and it's always set to a new table at the beginning. Apart from
cleanliness, there's nothing wrong with it.
~Jonathan