Askar Kalykov
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created Adding support for multiple models
I have a (non-java-)model that successfully compiles to java. Now I want to add another model and reference to classes that were generated from it from my first model. If I do it straightforward (u... -
Created MPS 3.0 - adding external jar to project
How can I add external jar file to project? It seems that the way I added jar in 2.5 doesn't work anymore - I can't find compiled java stubs model after import.I also tried to create a "Model from ... -
Created Autocomplete for not INamedConcept references
In my application I have a concept that has context-depended name (MyConcept_Behavior.getName(node<> contextNode)). How should I declare a reference concept (and its constraints) in a way to render... -
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...