lua-users home
lua-l archive

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


On Sun, Feb 1, 2015 at 5:38 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> LPeg is a powerful pattern-matching library for Lua, based on Parsing
> Expression Grammars (PEG).
>
>   home page: http://www.inf.puc-rio.br/~roberto/lpeg/
>
> This new release fixes a few bugs; in particular, it corrects a small
> incompatibility with Lua 5.3.
>
> (The release has been online since Dec 12, 2014, but with all the
> fuss around Lua 5.3 I forgot to make the announcement...)
>
> -- Roberto
>

Thanks for the release!

I know it's fairly trivial to add myself, but have you considered
adding an equivalent to lpeg.Cf() for the "re" module? It would look
something similar to the -> or => operator, I would guess. ~> maybe?

-Duncan