[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Hacking the parser - function argument parentheses
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 19 Apr 2010 08:03:03 -0300
If you want to turn
f a1 a2 a3
into
f(a1,a2,a3)
try my lcl library:
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lcl