Subject: | ppi enhancements for use as eclipse editor parser |
hello -
i am interested in using PPI as the underlying parser implementation
for an eclipse plugin that i am working on. my previous attempts at
contact through email have gone unanswered, and i though i would try
this route given the recent activity on the project.
i have a basic implementation working, but i am noticing some
performance issues with large/complex files (Twig.pm for example, takes
5-6 seconds to process). i also had to make some modifications to the
PPI source to make my life slightly easier (calculating document offsets
when indexing locations). i output the pdom document as xml that i am
deserializing into classes on the eclipse side that will represent the
document.
i wanted to contact you to start a dialog and perhaps pick your brain
and discuss what may and may not be possible to accomplish using PPI as
the underlying parser.