Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

--- Please fill out the fields below. ---

   Package name: lua-peg
        Version: 0.7
Upstream Author: Roberto Ierusalimschy <[EMAIL PROTECTED]>
            URL: http://www.inf.puc-rio.br/~roberto/lpeg.html
        License: MIT/X
    Description: 
      LPeg is a new pattern-matching library for Lua, based on Parsing
      Expression Grammars (PEGs). Parsing expression grammars look
      similar to regular expressions or context-free grammars in
      Backus-Naur form (BNF) notation. PEGs make a good replacement for
      regular expressions, because they are strictly more powerful. For
      example, a regular expression inherently cannot find matched pairs
      of parentheses, because it is not recursive, but a PEG can.

-- 
Enrico Tassi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to