Re: [PHP-DEV] PHP 5.4: Rewriting of the parser into Lemon

2010-11-02 Thread Ilia Alshanetsky
We should probably stick with the bison parser for now, at least until the lemon matches the speed of the existing solution. On Mon, Nov 1, 2010 at 3:41 PM, Etienne Kneuss col...@php.net wrote: On Nov 01 15:33:59, Derick Rethans wrote: Hi! Work has been done on rewriting the PHP parser to

Re: [PHP-DEV] PHP 5.4: Rewriting of the parser into Lemon

2010-11-02 Thread Sebastian Bergmann
On 11/02/2010 10:31 AM, Ilia Alshanetsky wrote: We should probably stick with the bison parser for now, at least until the lemon matches the speed of the existing solution. +1 -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/

Re: [PHP-DEV] PHP 5.4: Rewriting of the parser into Lemon

2010-11-02 Thread Zeev Suraski
On Nov 2, 2010, at 10:43, Ilia Alshanetsky i...@prohost.org wrote: We should probably stick with the bison parser for now, at least until the lemon matches the speed of the existing solution. +1, and there should also be some clear advantages for making the switch and introducing risk even

Re: [PHP-DEV] PHP 5.4: Rewriting of the parser into Lemon

2010-11-01 Thread Etienne Kneuss
On Nov 01 15:33:59, Derick Rethans wrote: Hi! Work has been done on rewriting the PHP parser to Lemon in a specific branch: http://svn.php.net/viewvc/php/php-src/branches/LEMON/ Right now, the Lemon parser is not actually faster than the current bison parser, so I would suggest not to