Hi, I'd like to propose a new extension named parle, that brings functionality for lexing and parsing. Currently lexing/parsing is widely used in PHP on the C level. Some specialized and even generalized PHP libraries do exist. The extension makes the diff allowing arbitrary parsing/lexing directly in PHP. The extension binds two libraries developed by Ben Hanson
http://www.benhanson.net/lexertl.html http://www.benhanson.net/parsertl.html Both are licensed under the Boost license, which is a very BSD style so is compatible with PECL. I would like to put parle into the PECL directory under the BSD license. The extension code is checked in under https://github.com/weltling/parle Regards Anatol -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php