[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPEG: P(fct) seems not to consume input
- From: Sean Conner <sean@...>
- Date: Wed, 31 Oct 2018 17:58:32 -0400
It was thus said that the Great Dirk Laurie once stated:
>
> This is a toy pattern, illustrating the problem I had at first, which
> Sean has cleared up for me. The actual pattern I wish to capture is
> based on a Lua pattern involving "%b", which in LPEG requires
> techniques I have not mastered.
There was a thread kind of about this last year on this list. Start here
for a direct reference to %b and LPeg:
http://lua-users.org/lists/lua-l/2017-10/msg00126.html
-spc