How to go from DSL defined in Xtext to Sirius?

125 Views Asked by At

I have created an xtext file where I have written a language for state machines. Now I want to create a graphical representation using Sirius. I watched a couple of tutorials online but they only show how to go from ecore to Sirius such as this one (https://wiki.eclipse.org/Sirius/Tutorials/StarterTutorial#Launch_a_new_runtime_from_your_Eclipse), but they do not show how to go from xtext defined language to sirius. I do not want to generate the ecore model from the xtext because a lot of constraints will be lost. Can you help me with that? Thank you!

0

There are 0 best solutions below