wizard that create code in multiple programming languages -
As part of our application, I need to create components that have the same functionality in output code php and asp (and probably Later JSP) How can I design this type of component as much as possible?
You should be able to create a parse tree from all the input languages.
For each output language, you must create a set of grammar to change the tree.
You may need a runtime library to translate the routine that is not available in your output language.
Comments
Post a Comment