lua-users home
lua-l archive

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


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