SeanLabs
SeanLabs

Reputation: 1839

How to integrate new language & compiler into Eclipse

I'm working with a manufacturer that has their own Pascal based language, compiler and editor. I'd like to investigate how feasible it would be to integrate their tools into Eclipse to get basics such as keyword highlighting, code completion, source navigation and of course compile to target to work.

Can anyone point me to a resource that explains how this can be done, if at all?

Thank you, Fred

Upvotes: 4

Views: 295

Answers (1)

Volker Stolz
Volker Stolz

Reputation: 7402

IBM has an article series: Create a commercial-quality Eclipse IDE. Delving directly into Part 2 should give you a quick overview where to start.

Upvotes: 2

Related Questions