Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Create IDE for existing language(C-Basic Programming Language in XText)
Create IDE for existing language [message #1688360] Fri, 20 March 2015 14:32 Go to next message
Jayakumar Inbaraj is currently offline Jayakumar InbarajFriend
Messages: 2
Registered: March 2015
Junior Member
I used to work in C-Basic Programming using compiler, linker and Post linker (.EXE files) manually using command mode.

Now I would like to integrate this in Xtext. I have checked the documentation area of XText and noticed that it can be done. But I am not able to find how I can integrate my compiler, linker and all.

Can you please help me?
Re: Create IDE for existing language [message #1688652 is a reply to message #1688360] Sat, 21 March 2015 09:12 Go to previous messageGo to next message
Jens Kuenzer is currently offline Jens KuenzerFriend
Messages: 29
Registered: October 2009
Junior Member
A separate builder plugin can run in paralell to xtext.
This builder should call your (closed source) compiler and may parse the error messages.
Re: Create IDE for existing language [message #1689008 is a reply to message #1688652] Sun, 22 March 2015 11:38 Go to previous messageGo to next message
Jayakumar Inbaraj is currently offline Jayakumar InbarajFriend
Messages: 2
Registered: March 2015
Junior Member
So, only compiler is possible?

Linker, Post linker cannot be integrated?
Re: Create IDE for existing language [message #1689020 is a reply to message #1689008] Sun, 22 March 2015 12:29 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
You can do everything (since you have to do it yourself anyway). It is just a matter of semantics and effort.

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Generating Xtend code
Next Topic:Cannot Create datatype XYZ
Goto Forum:
  


Current Time: Fri Apr 26 00:25:20 GMT 2024

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

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

Back to the top