DSL Dialects
Let us take this fancy DSL:
And let us say that we want to give the user some sort of UI that shows how this DSL works. The implementation of this DSL isn't really friendly for the UI. It was built for execution, not for display.
So how are we going to solve the problem? There are a couple of ways of doing that, but the easiest solution that I know of consists of creating a new language implementation that is focused on providing an easy to build UI. A dialect can be either a different language (or version of the language) that maps to the same backend engine, or it can be a different engine that is mapped to the same language.
This is part of the reason that it is so important to create strict separation between the two.
Comments
How about DSL addon which will be responsible for visualization of DSL-1?
It can consists of .net attributes? for example, that can direct how exactly this peace of code will be visualized. But it is only my imho. Thank you.
meowth,
Consider what you are saying, and then imagine the impl.
Comment preview