python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to quickly convert java / json to Xtext langauge?
I am working on an app that processes incoming Json's and I want to easily extract the json data and convert it to a DSL language I'v created using Xtext. My goal is to be able to later convert this d...

kotseman
Votes: 0
Answers: 1
How to remove white spaces from qualified name in formatter
I am using FQN rule ID ('.' ID)* and it works but it allows to type e.g. p1.p2. p3 (I want that behavior but after formatting I want it to be p1.p2.p3).
Is it possible to eliminate these whitespaces ...
R4de
Votes: 0
Answers: 1
XMI model to Defined Xtext Model
I have defined my own language with xtext, and I am able to generate a textual model for said language. I am able to open this textual model (imageDSL) with the textual editor defined for this languag...

Cristian Gomez
Votes: 0
Answers: 0
Xtext Parse text using another parser rule than the top one
For testing purposes, I would like to parse a stand-alone expression in my Xtext language.
In my tests, I can parse a complete model using a ParseHelper<Model>, e.g.,
val model = parseHelper.par...
Safron
Votes: 0
Answers: 1