lua-users home
lua-l archive

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


I have just released LPeg 0.8. The main changes are listed below:

- new "match-time" capture
  (see http://www.inf.puc-rio.br/~roberto/lpeg/#matchtime)

- new "argument capture" that allows passing arguments into the pattern

- better documentation for 're'

- several small improvements for 're'

The 're' module has an incompatibility with previous versions: now, any
use of a non-terminal must be enclosed in angle brackets (like <B>).

LPeg 0.8 is available here:

  http://www.inf.puc-rio.br/~roberto/lpeg/


-- Roberto