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