|
|
|
|
|
by zapov
3960 days ago
|
|
I actually find compilers for transformation of DSL AST to target languages much more costly then designing the DSL syntax. But that's probably because I don't think using templates for code generation is good enough. At least if you want to do something interesting with it. Language workbenches cut down the cost of DSL design to minimum, but more interesting problem is providing valuable output from it. |
|
Mind explaining why? What can be costly and complex in a chain of trivial transforms, each being very simple, flat and comprehensible?