lua-users home
lua-l archive

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




On 03/09/16 02:30 AM, Matt the Undecidable Robot wrote:
On 7/30/16, Soni L. <fakedme@gmail.com> wrote:
I'm writing an LPeg-based parser. How can I make it so a parsing error
returns `nil, errmsg`?
I hope it's not too late for me to reply, but I just wanted to let you
know of a better solution to your problem by using LPegLabel[1].
Please see my answers to your question on stackoverflow for the
details.

I also want to give a little more detail on LPegLabel. LPegLabel is an
extension of LPeg (1.0) so it can be used as a drop-in replacement for
LPeg. You can easily get the latest version on LuaRocks. LPegLabel is
developed by Professor Sérgio Medeiros under LabLua, and I worked on
rewriting a few grammars to use LPegLabel for my Google Summer of
Code. Please let me know of any issues you encounter with it.
LPegLabel is quite young, so we really appreciate any feedback we can
get.

   [1]: https://github.com/sqmedeiros/lpeglabel

Uh, great, more hard stuff to learn... Perhaps I should hire someone to do LPeg for me? Seems like the easiest solution...

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.