osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
36 stars 8 forks source link

Using Xtext to create annex #224

Closed agacek closed 11 years ago

agacek commented 11 years ago

First, I apologize if this isn't the right place to ask, but I haven't found a relevant mailing list.

I'm trying to define an annex in Osate 2. Right now I'm following the guides at

https://wiki.sei.cmu.edu/aadl/index.php/Sublanguage_extensions https://wiki.sei.cmu.edu/aadl/index.php/Sublanguage_Example

In doing this, I've run into many things that Xtext would have handled for me if I had used Xtext for my annex. Is it possible to use Xtext in this way? Is there a guide or an example anywhere that I can use? It seems like it would be a lot faster and cleaner than doing my own ANTLR grammar, EMF model, highlighter, linker, etc.

juli1 commented 11 years ago

Hi Andrew,

I think this could be also discussed on the aadl-modeling mailing-list. You can get info for subscribing to the list here : https://wiki.sei.cmu.edu/aadl/index.php/Mailing_List

agacek commented 11 years ago

Thanks.