How to integrate a new language and compiler in Eclipse

I work with a manufacturer that has its own language, compiler and editor based on Pascal. I would like to explore how it would be possible to integrate their tools into Eclipse to get the basics, such as highlighting keywords, completing code, source navigation and, of course, compiling for work in the workplace.

Can someone point me to a resource explaining how this can be done, if at all?

Thanks Fred

+4
source share
1 answer

There is a series of articles at IBM: Create an Eclipse Environment for Commercial Quality . Listing directly in Part 2 should give you a quick overview of where to start.

+2
source

All Articles