[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Son of Lua - Sol
- From: "John Belmonte" <jvb@...>
- Date: Sat, 3 Feb 2001 15:13:57 +0900
Edgar Toernig wrote:
> It was only one word to change (an if into a while). And I see
> no reason why it shouldn't be like that.
Yeah I found this out myself and made a patch. I chose to only allow the ':' token before the
last name because it's the only way that makes sense to me. I will post the patch to
http://lua.swiki.net/5 shortly.
> The other request like "function foo(x).y(...)" are IMHO too strange.
I totally agree. I'm trying my best to write readable (and hence maintainable) Lua code and
such constructs are quite the opposite.
-John