2015-02-16 14:42 GMT+03:00 Dmitry Stogov <dmi...@zend.com>:

> the idea to not evaluate non-constant expressions at all, but just keep
> AST and provide interface to read it.
> PHP extensions should be able to use them as they like. (evaluate or
> insert into AST of function(s), etc).
>
> Thanks. Dmitry.



It's a good decision, userland frameworks, such as Doctrine/Go! AOP/etc
will use this AST nodes and node visitors to provide an extension
mechanism. Strong +1 here for AST nodes.

Reply via email to