[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Narcissus in Lua (Javascript parser)
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 15 Oct 2010 15:55:05 -0500
On Fri, Oct 15, 2010 at 3:48 PM, Jonathan Castello <twisolar@gmail.com> wrote:
> 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.
right, i forgot that the nested-looking H(...H(..)) don't execute one
'inside' the other. if H() did call H() it would be a nasty result
--
Javier