Askar Kalykov
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created Incomplete generation (model to model, not model to text) - is it possible in MPS?
Example:I have language L1 (entity model) and language L2 (entity model manipulation). I want to be able to generate new model written in L1 from old model written in L1 and model written in L2. Is... -
Created Maintenance of customer's model
Does anybody has an approach or strategy on how one should maintain customer's models written in DSL in case of development of this DSL? I have seen project migration dialogs in MPS when opening sa... -
Created Generators - visibility in macros
I finally managed to create compilable and runnable application within our proof-of-concept project (integrating Idea project and simple domain specific MPS language for business analysts) and have... -
Created Reference to concept implementation from super language
I have two languages:----language action.base concept ActionRegistry rootable reference rootAction 1..1 to Action interface concept Action reference registry 1..1 to ActionRegis... -
Created Intention - create specific concept instance for unmatched input
Silly question, but I couldn't get it work, so I'm asking here:How can I create intention like one on the image below? -
Created MPS Language for modelling remote database data
Is there any way to design a language that maps model directly onto existing remote database?I want be able to perform actions (intentions?) that would read/insert/update/delete remote data (using ... -
Created Multiple views/editors for same concept?
Is there a way to present current concept node in multiple views or editors?For example, I want to have an editor for the FormConcept, but split it's content editing onto several editor forms: one ... -
Created Is it possible to reference to superconcept editor in current concept editor?
I would like to extend baseLanguage's FieldDeclaration concept, and in editor to this new concept I want to just add to existing editor of the FieldReference perfix cell with constant value.Possibl... -
Created Why to put ".copy" to a type in a typesystem concept
Seen the subject in many places. So why should we copy a type node while using :==: in a typesystem concept? -
Created Standalone IDE for creating models using given language
Is there a way in MPS to separate language design from creating models using designed language, something like Youtrack Workflow editor?