[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Trace debugger for lpeg
- From: Norman Clarke <compay@...>
- Date: Wed, 21 Oct 2009 10:16:18 -0300
On Wed, Oct 21, 2009 at 8:00 AM, Patrick Donnelly <batrick@batbytes.com> wrote:
> Hi List,
>
> I thought I would share a debugger I created for tracing the path lpeg
> takes in matching a pattern using a large/complex grammar. I've gone
> through a lot of headache debugging a parser I made for Lua so I
> thought I would share this bit of code which made it much easier.
Thanks Patrick, this is actually very useful for me right now!
Regards,
Norman