[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [pre-ANN] PureLPeg.lua
- From: Sean Conner <sean@...>
- Date: Fri, 5 Apr 2013 19:26:56 -0400
It was thus said that the Great Pierre-Yves Gérardy once stated:
> On Sat, Apr 6, 2013 at 12:18 AM, Sean Conner <sean@conman.org> wrote:
> > PureLPeg:
> > [spc]lucy:/tmp/foo>lua test.lua
> > lua: ./PureLPeg.lua:1101: attempt to compare number with nil
> > stack traceback:
> > ./PureLPeg.lua:1101: in function 'matcher'
> > ./PureLPeg.lua:1164: in function '?'
> > ./PureLPeg.lua:1146: in function 'matcher'
> > ./PureLPeg.lua:1217: in function 'match'
> > test.lua:20: in main chunk
> > [C]: ?
> >
> > Oops.
> Oops, indeed.
>
> > -spc (I hope this report helps ... )
> It sure does.
>
> It should work now (the range matcher could not handle the end of the stream).
Yes, it works now.
-spc (Waiting for it to handle captures ... 8-)