Askar Kalykov
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created BaseConcept.isRunnable() in 3.0
Ok, I don't get how it works. I can see ClassConcept.isRunnable() overrides BaseConcept.isRunnable(), and I can see "Run class" for psvm-enabled classes. But if I override BaseConcept.isRunnable() ... -
Created Passing parameters to a switch template
Is it even possible?I can pass parameters to a simple template but no to a switch template. And if I could solve my generation problem by combining switches/templates and passing parameters, curent... -
Created 3.0 EAP (129.120) - Typesystem rule doesn't see behavior method in sandbox model
I'm trying to create a simple language using MPS 3.0 EAP, but I can't get some things running.There are typesystem rules in my language that utilize concept behavior methods. In language design tim... -
Created Custom concept as a template node tree
I often have a need to define a concept that aggregates closure literal with predefined parameters, some statements in the body, but which have certain nodes that should be customized. In this case... -
Created Forcing MPS to produce error "unhandled exception XXX" for subclass of Expression
I'm developing low-level jdbc helper language. I have a concept JdbcQueryExpression which extends baseLanguage.Expression. This expression is then reduced to ClosureLiteral call { => }() .How can ... -
Created Generator + NodeAttibutes: preserving info for certain generator hook-in?
In my case I have concepts X, Y, ... Z which are transformed (in multiple steps) to baseLanguage's Statements. I also have concept MeasureInvocationTime extends NodeAttribute, with which I want to ... -
Created Business DSL - working with data storage - best approach for RDBMS?
So long I was working on this topic alone, but I thought this evening that many MPS users already did something alike. So, which approach do you use in order for your application to work with rdbms... -
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...