0

I've developed a compiler for a static-typed language using eclipse ad its ANTLR plugin. And now I'm interested to know whether it's possible to develop an IDE for this language as an eclipse plugin. Is there any tool for developing eclise-based IDEs compliant with ANTLR grammars?

user1723583
  • 553
  • 1
  • 6
  • 18

1 Answers1

1

Take a look at Xtext, which is a framework for developing language tools (including IDEs). There are plenty of SO questions about it and how it relates to/uses ANTLR. For example:

Community
  • 1
  • 1
E-Riz
  • 31,431
  • 9
  • 97
  • 134