[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lpeg brain melt
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 1 Jun 2008 06:03:28 -0300
> I don't know if other people will try escape sequences in the long
> string compilation method, but it may be worth mentioning on this
> page:
> http://www.inf.puc-rio.br/~roberto/lpeg/re.html
>
> That is the page I've been using as a reference/docs. Is that the best resource?
Yes. Now there is a paper about LPEG, but it is more about its design and
implementation, not a reference:
http://www.inf.puc-rio.br/~roberto/docs/peg.pdf
> Also, on that page the CSV parser uses '\n' inside of [[...]] ... I
> haven't tested that CSV parser example, but does that mean it would
> fail?
That example should be corrected...
-- Roberto