lua-users home
lua-l archive

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


LPeg is a pattern matching library for Lua based on Parsing Expression 
Grammars. This new version 1.1 brings the following important changes:

  + accumulator capture
  + UTF-8 ranges
  + Larger limit for number of rules in a grammar
  + Larger limit for number of captures in a match
  + bug fixes
  + other small improvements

As previous versions, LPeg 1.1 is compatible with all Lua versions
from 5.1 to 5.4.

Documentation and Download:

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

-- Roberto