Generating Several Source Files
Hi,
I want to generate objc source code. For that I need to generate .m and .h files from a single model.
I'll also need that for more general use-case of generating two files form a single model in case of creating a call implementation and a factory to instantiate that class.
How can I do that in MPS?
Thank you,
Ido.
I want to generate objc source code. For that I need to generate .m and .h files from a single model.
I'll also need that for more general use-case of generating two files form a single model in case of creating a call implementation and a factory to instantiate that class.
How can I do that in MPS?
Thank you,
Ido.
Please sign in to leave a comment.
Let me fix my question please:
I'm creating a high-level language that I want to translate to BaseLang.
From one high-level concept I want to generate two (or more) models from it.
I think I actually manage to do that by adding two generators but I'll like to know if I'm on the right way?
Vaclav