[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thoughts on optional commas (a simple way to save some commas)
- From: Greg <tghill@...>
- Date: Fri, 9 Mar 2012 23:28:31 +0000 (UTC)
Wolfgang Pupp <wolfgang.pupp <at> gmail.com> writes:
> A modified lparser.c is attached. Poking around in Lua sourcecode is
> always fun :D
Great work! This patch is almost exactly what I was looking for. I use lots of
nested tables in my code and this patch is a very practical improvement.
Thanks very much!
- Greg
P.S. I wonder how hard it would be to patch LuaJIT?