lua-users home
lua-l archive

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


Hi, list.

I'm happy to announce LPegLabel 1.1.0.
LPegLabel is an extension of the LPeg library
that provides facilities for error reporting and error recovery.

Version 1.1.0 of LPegLabel is based on LPeg 1.0.
For more details, please visit https://github.com/sqmedeiros/lpeglabel/

You can install LPegLabel through LuaRocks:
luarocks install lpeglabel

What's new since 1.0.0:
  * New implementation of the recovery operator
  * labeled ordered choice removed

I would like to thank Fabio Mascarenhas and
Matthew Allen Go (https://undecidabot.github.io/lpeglabel-gsoc-2016/)
for the discussions about LPegLabel.

Any feedback is welcome.

--
Sérgio