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:
> 2014-11-12 5:58 GMT+02:00  <meino.cramer@gmx.de>:
> 
> > Or is that a typical question of someone, who is still under the bad
> > influence of regexps?
> 
> LPEG comes with re.lua, which makes life easier for
> people who already are proficient with regexps.

  I use re.lua extensively in some parsers I wrote:

https://github.com/dlaurie/lua-notes/blob/master/lpeg-brief.txt

  Also, there's Dirk's notes about using LPeg, which will help as well:

https://github.com/dlaurie/lua-notes/blob/master/lpeg-brief.txt

  -spc