Tagged Questions
2
votes
1answer
63 views
Make either a reference or a terminal accessible through the same element name in Xtext/Xpand?
I have an Xtext grammar that describes statemachines, and I have been using references to previously declared events and states to describe transitions:
Event:
'event' name=ID
;
State:
'state' ...
2
votes
1answer
969 views
Samples from Xpand -
Can i get some good tutorials on XPand.. i need to get info on commands like LET. It would better if some one could post some samples on it.
The problem i am facing is like.. i run a "for" loop and ...
1
vote
3answers
2k views
How to programmatically run an Xpand workflow on a model in a second workbench?
I have an Xtext/Xpand (oAW 4.3, Eclipse 3.4) generator plug-in, which I run together with the editor plug-in in a second workbench. There, I'd like to run Xpand workflows programmatically on the model ...
0
votes
3answers
128 views
What is the difference between Acceleo and Xpand?
I have a DSL which is based on a custom metamodel, which in its turn is based on EMF/Ecore. I am trying to figure out which solution to choose, and I cant find any decent comparisons anywhere.
Does ...
0
votes
0answers
88 views
specify a package name in a XPand workflow file using Eclipse
I am generating code starting from an Ecore model, and using XPand and a workflow defined in a *.mwe2 file.
I can specify the destination dir using
var targetDir = "src-gen/mmiEvents.factory"
but ...