Silencioseu
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
Silencioseu created a post, Scopes class in concept's behaviour missing
In this example it is shown the use of Scopes.forVariables to enrich the parent's scope. Trying to use it in my own DSL, I cannot refer to the Scopes class in the behaviors of my concepts. -
Silencioseu commented, -
Silencioseu created a post, Unexpected behavior of Class.forName in Concept's property constraints.
So i'm working on an MPS language that extends the baseLanguage. It will be run by deserializing the AST into XML and parsing and evaluating from an interpreter written in Java (using Graal's Truff...