I defined my DSL in XText and it automatically have Java version of language parser and code generation skeleton generated, which is really cool.
The problem is that my DSL is intended to be consumed by projects that are implements with multiple languages. You can imagine that we may need to parse the DSL in C#, Java and Ruby at least.
So the question is: Is there a way to generate the parser for multiple languages with the help of xtext?