lua-users home
lua-l archive

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


On Tue, Nov 23, 2010 at 18:46, Axel Kittenberger <axkibe@gmail.com> wrote:
>>
> I dont think it would be ambigious, as currently a less sign can never
> be followed by an open parenthesis. It would always need a value first
> to be less than something else.
>

Indeed, it would not be ambiguous. It would require more changes to
the parser than the other propositions (if I remember correctly, I
haven't looked at it for a while), though, but I guess it doesn't
really matter.

-- Pierre-Yves