Good catch! I am currently working on improving performance in Zend Studio
and noticed the same. Yet no idea why they both co-exist.

Hopefully there is someone who still remember the early days of PDT.


On Fri, Nov 15, 2013 at 1:17 PM, Dawid Pakuła <zu...@w3des.net> wrote:

> Hi PDT-team,
>
> while working on php 5.5 support for PDT I understood that this project
> have two very similar AST models and parsers for each one.
>
> Is this necessary?
> First model is older and is very similar to JDT/JSDT AST
> Second is extended DLTK generic model. (compiler AST)
>
> First model is used in ASTRewrite, Formatter etc…
> Second in DLTK TI framework, error reporting, etc...
>
> Each one contains own visitors, utils etc...
>
> Maybe is this possible to link them? This should improve performance and 
> simplify
> the further development.
>
> Thanks,
> Dawid
>
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>
>
_______________________________________________
pdt-dev mailing list
pdt-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to