Tuesday, May 22, 2012
The JvmModelInferrer, the debugger and Xbase in Xtext 2.3
See the original post here:
The JvmModelInferrer, the debugger and Xbase in Xtext 2.3
Pubblicato da betto a 7:07 PM 0 commenti
Monday, December 26, 2011
Xtext 2.1: using Xbase variables
See the original post here:
Xtext 2.1: using Xbase variables
In this post, I’d like to continue to inspect how to use only a small part of Xbase and still have the control on the generation part: in particular (for other projects) I would like to retain the control on the generation for my model, while relying on the Xbase generation for the Xbase parts. Thus, in this post I’ll describe:
- how to integrate Xbase variables (XVariableDeclaration) and expressions (XExpression) in your DSL
- how to extend Xbase scoping for making the variables visible in the expressions
- write a generator for your DSL and reuse the XbaseCompiler for the code of XVariableDeclaration and XExpressions
Pubblicato da betto a 10:43 AM 0 commenti
Wednesday, November 23, 2011
Xtext 2.1: using Xbase expressions
See the whole blog post here:
Xtext 2.1: using Xbase expressions
I’d like to inspect how to use only a small part of Xbase and still have the control on the generation part: in particular (for other projects) I would like to retain the control on the generation for my model, while relying on the Xbase generation for the Xbase parts. Thus, in this post I’ll describe:
- how to integrate Xbase expressions (XExpression) in your DSL
- write a generator for your DSL and reuse the XbaseCompiler for the code of XExpressions
Pubblicato da betto a 3:01 PM 0 commenti
Monday, November 21, 2011
Using JVM Types in Xtext 2.1 and the ImportManager
Pubblicato da betto a 6:23 PM 0 commenti