[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPeg parsing errors (Re: A Review of MoonScript 0.2.0)
- From: Alex Bradbury <asb@...>
- Date: Sun, 1 Jan 2012 14:34:03 +0000
On 1 January 2012 12:26, David Kolf <kolf@gmx.de> wrote:
> This thread is a bit old by now, but for my JSON parser
> <http://chiselapp.com/user/dhkolf/repository/dkjson/> I used match-time
> captures to generate error messages. The error message is saved in a state
> table which is passed as argument to the match function.
Thanks for sharing! This looks like a great example.
Alex