lua-users home
lua-l archive

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


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