Language generator DSL
I’ve published the language generator DSL. A simple DSL to define a DSL. The project is not yet finished, but maybe someone may find the current state useful.
I’ve published the language generator DSL. A simple DSL to define a DSL. The project is not yet finished, but maybe someone may find the current state useful.
While writing a DSL to generate another DSL I wanted to take a look into the MPS models of an existing language. I wrote a simple application that creates a human-readable representation of the different .mps files (e.g. xyz.editor.mps). This makes it easier to automatically create a language from BaseLanguage code. You can find it … Read more
This is a simple project that I did in JetBrains MPS. Since I very much like working with MPS, I’ve written this blog post to document it. I hope that it may find it useful if you’re starting with MPS. I have tried to include as many illustrations as possible. Motivation While developing 2D algorithms, … Read more