lua-users home
lua-l archive

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


Hello!

I'm happy to announce lua-parser 1.0.0, a Lua 5.3 parser written with
LPegLabel that generates an AST in the format specified by Metalua.
The parser uses LPegLabel to provide more specific error messages. For
more information, please, visit https://github.com/andremm/lua-parser.

You can use LuaRocks to install lua-parser:

luarocks install lua-parser

What is new since 0.1:
* Moved from LPeg to LPegLabel for more specific error messages.

I would like to thank Matthew Allen Go and Sérgio Medeiros for moving
lua-parser from LPeg to LPegLabel and improving the code. This release
would not be possible without their work during GSoC 2016.

Any feedback will be very appreciated.

André