Home
MPS Support | JetBrains
Contact Support
Community
Sign in
James Carr
Total activity
4
Last activity
May 31, 2024 11:33
Member since
May 31, 2024 09:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
May 31, 2024 11:33
You should just need jetbrains.mps.baseLanguage for this
Community
MPS
Problem in code generation
1 vote
Created
May 31, 2024 11:11
In that case you need the string returned in the reference macro to match that of the name of the VariableDeclaration you are referencing, or create a mapping label (better option).In your generato...
Community
MPS
Problem in code generation
0 votes
Created
May 31, 2024 09:40
When you return a string in a reference macro, it will search for a node matching the name of the expected type, in this case a VariableDeclaration. Since you don't have any variable declared with ...
Community
MPS
Problem in code generation
1 vote