[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: yet another pattern-matching library for Lua
- From: roberto@... (Roberto Ierusalimschy)
- Date: Wed, 3 Jan 2007 15:18:49 -0200
I have just released LPeg 0.2. No big changes for now...
- Several small corrections (thanks for all who sent suggestions!!).
- Handles embedded zeros like any other character.
- Capture "name" can be any Lua value. (Not very exciting per se, but
sets the tools to embed arbitrary Lua values into patterns.)
- Unlimited number of captures.
- match gets an optional initial position.
-- Roberto