lua-users home
lua-l archive

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


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