dmitry.sidorenko
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created Referencing property of a concept as an Expression
My concept: concept Attribute extends Expression implements INamedConcept properties: string name; int average; children: Attribute dependsOn; I have an instance of it, named "Age".Another con... -
Created Limiting avialible concepts in Solution
In my lang I use " extends Expression" a lot. That means that I have my lang "extends baseLang".In turn that means availability of ClassConcept in my Solution, so users might create root Classes, E... -
Created Generating from ClassConcept with collections lang
In my ClassConcept I have private final map<string, T> map = new hashmap<string, T>; It generates private final <!TextGen not found for 'jetbrains.mps.baseLanguage.collections.structure.MapType'!>... -
Created Referencing to a class generated in another language/generator
My scenario:I have a "Document" concept. I defined a generator, which generates classes with names in this form: "class Document{ID}DAO".In another language, in which I need to have Document{ID}Mod... -
Created Difference between "Used" and "Extended" languages
Hi.First of all - huge thanks for MPS product. I have a couple of questions and first - what is a difference between "Used" and "Extended" languages property of a model?Documentation says: Used lan...