On Sun, Sep 4, 2011 at 9:21 AM, Nikita Popov <nikita....@googlemail.com> wrote:
> Hi Flavius!
>
> I am working on PHP Parser in user land code
> (https://github.com/nikic/PHP-Parser), which currently has
> capabilities to parse PHP 5.3 into an AST and compile the nodes back
> to PHP source.

Just as a side note: we do have a PHP grammar parser already in the
Drupal community:

  http://drupal.org/project/grammar_parser

It has serialization and deserialization capabilities. It is
independent of Drupal.

Damien

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to