[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPEG for dummies
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Wed, 1 May 2013 17:20:47 +0200
Good job. Almost all of it is correct, as far as I can tell.
A few typos:
The set description is trucated:
> S for Set
> S"()[]" matches any of [????] lpeg.match is the
> name of a function that for a given pattern [...]
missing markup:
> locale locale() returns a table of patterns
missing "t".
> Pattern methods
> ... When p is already a pattern, [t]hey can also be called ...
Also:
> captures
> Individually accessible portions of a match.
This has to be refined. Little time now, I'll add more later.
-- Pierre-Yves