matt.biehl

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Howto generate nested structures of arbitrary depth?
I would like to generate a nested structure, from a given linear structure.Structure in Source-Language: i_1, i_2, ... , i_nDesired Structure in Target Language: foreach i_1 ( foreach i_2 ( ... fo... -
Created Custom Generator Class
Now that I have a Template Editor for language c, I would like to use it do define a transformation from another language d to language c and output the result as text.So I do the following: create... -
Created adding macro capability to editor
Hi,can I extend an editor for my own language, so it gets macro capability?If I had this, I could press ctrlshiftm in my own editor to create a macro, just as it is possible in the base language ed... -
Created Template Generator
I would like to create an SQL-like language with MPS (Build 262). Later I would like to use this SQL-like language as the target language in the generation (similar to baseLanguage). So far I have ...