Xtext Tip: How to use fully qualified names in your language
Xtext allows to easily add support for fully qualified names in your language. The full code for this example can be found here. The basic block language To illustrate this feature I will use a simple language to represent blocks. Each block has a name and can contain three members:
Continue Reading