lua-users home
lua-l archive

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


On Sat, May 18, 2013 at 4:56 PM, Frank Meier-Dörnberg <frank@md-web.de> wrote:
> I'm wondering why
> "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html"; is still refering LPeg
> 0.11 persistently
> but
> "http://www.inf.puc-rio.br/~roberto/lpeg/"; knows about LPeg 0.12.
>
> I guess, I have to skip that old reference to lpeg.html and give index.html
> a chance...

Yes, LPeg 0.12 has officially been released.

http://lua-users.org/lists/lua-l/2013-05/msg00334.html

-- Pierre-Yves