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
968 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
4answers
125 views
How to configure Xtext mwe.Reader to fill the root element in a slot
I am using Xtext 2.0 with MWE 1 and XPand, but I guess the Problem for MWE 2 and XTend is exactly the same.
My Xtext grammer looks like this (excerpt):
grammer org.test.Test with ...
1
vote
2answers
301 views
Actionscript 3 code beautifier for xpand (MWE2 Workflow)
I
Currently I'm developing a code generator for Java and Actionscript3.
The generator works quiet well, but the Actionscript3 code isn't really nice.
For Java, there is an existing code beautifier ...
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 ...