Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » IMP » ide for a language embedded in java
ide for a language embedded in java [message #577163] Tue, 29 December 2009 13:38
giovanni  is currently offline giovanni Friend
Messages: 18
Registered: November 2009
Junior Member
Hi all, I am a newcomer looking for some sapient advice.
I've read a lot about IMP, DLTK, XText and JDT,
but now I need some suggestion to get the right way.
We are working on a language embedded in Java, thinks something like:

class Foo{
public int myMethod(){
int num=17;
return <% my syntax that use num to do something %>;
}
}

From this code, a regular java file will be generated, properly replacing the <% %> blocks in some way.
I'd like to provide an IDE for that.
Being a superset of java, would be wonderful to have full support of JDT, plus some features for the custom part.
I'm not sure which is the project that better fits my problem and save me a lot of work.
For example I don't want to write from scratch a java grammar and implement a whole IDE for it, but possibly extending an existent one (seems IMP provides an example of Java IDE).
In your opinion, which is the best choice or way to follow?
Any contribution is really appreciate.
Thanks
Previous Topic:Deployment of IMP based IDE
Next Topic:ide for a language embedded in java
Goto Forum:
  


Current Time: Fri Apr 26 17:07:21 GMT 2024

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

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

Back to the top