Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Using PHP parser outside of Eclipse platform?
Using PHP parser outside of Eclipse platform? [message #1698147] Thu, 11 June 2015 15:20 Go to next message
Aleksandr Gulj is currently offline Aleksandr GuljFriend
Messages: 1
Registered: June 2015
Junior Member
Hi,

I would like to use Eclipse PDT PHP parser outside of Eclipse Platform.
I see that PDT has their own repository and is hosted using p2 configuration.

Is there a way to install standalone PHP parser, say, in leiningen (clojure) without eclipse platform?

Thanks in advance,
Aleksandr
Re: Using PHP parser outside of Eclipse platform? [message #1698797 is a reply to message #1698147] Wed, 17 June 2015 21:59 Go to previous message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 291
Registered: March 2013
Senior Member
In short, we never test this and probably it's not possibly because it wasn't our goal.

Our parsers are generated via java cup and are designed to generate AST trees:
1. Compile tree - based on DLTK AST nodes, very light and simple but require DLTK
2. DOM tree - more powerfull and complex, also many dependencies


Previous Topic:Set up project references in Eclipse PHP
Next Topic:Changes in the editor are not saved to file in Eclipse Luna
Goto Forum:
  


Current Time: Tue Mar 19 07:23:59 GMT 2024

Powered by FUDForum. Page generated in 0.02779 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top