Alexandre Lombard

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Alexandre Lombard created a post, What would be the best solution for multiple language generation?
I'm currently writing a DSL based on baseLanguage, and at the end I'm generating Java code. It works pretty well. Now, I'm wondering: if I want to be able to also generate Python code or C++ code f... -
Alexandre Lombard created a post, Type of an Expression: how to set it, how to inherit from the parent type?
Hello, First of all, sorry if my question will not be really easy to understand, I will try to do my best to explain it clearly. In my DSL, I have the concept OccurrenceExpression which extends Exp... -
Alexandre Lombard commented, -
Alexandre Lombard created a post, Having a concept extend/subtype a specific class?
Hello, I'm writing a DSL extending baseLanguage with MPS; I'm still new on MPS so there is some things about the type system that I don't really understand yet. Currently, I'm stucked on this: in m... -
Alexandre Lombard created a post, How to convert a LocalMethodCall to a LocalVariableDeclaration and a LocalMethodCall using Template Fragments ?
Hi, I'm extending the BaseLanguage with Agent Oriented concept. In my generator I want to replace all LocalMethodCall which matches a given condition to something else. This something else is a Loc... -
-
Alexandre Lombard created a post, How to expose new members to custom ClassConcept?
Hi, I'm currently writing a DSL for Agent Oriented Programming by extending the BaseLanguage. In this language I have the concepts of Agent and Capacity. An Agent is an extension of ClassConcept an...