I am planning to develop a domain specific language editor, which tool is easily plugged to eclipse and use it [closed]

StackOverflow https://stackoverflow.com/questions/19782728

  •  04-07-2022
  •  | 
  •  

I am planning to create a domain specific language editor Using Xtext. I want to know is there any tool better than xtext to develop. if yes please provide me the inputs Thanks in advance...

有帮助吗?

解决方案

Coming freshly from EclipseCon Europe, I seriously doubt you will find eanything better for developing DSLs in Eclipse than Xtext. It's THE technology in that context. If you are developing a huge project, this link might be helpful, though: http://alexruiz.developerblogs.com/?p=2359

其他提示

As an addition to the answer from @Calon I would like to point you to the screen casts about Xtext

http://xtextcasts.org

Watch episodes 2 and 3 to get started with Xtext.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top