Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Two AST models and parsers

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 <zulus@xxxxxxxxx> 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@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev



Back to the top