lua-users home
lua-l archive

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


On Thu, Nov 4, 2010 at 16:00, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>>     [...]
>> whereas in the description furtheron it reads:
>>     lpeg.Cc ({value})
>
> The curly brackets was intended to mean "zero or more" values (like the
> use of square brackets means an optional argument).
>
> -- Roberto
>

How about

lpeg.Cc ([value,...])

for "zero or more"

--Leo--