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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -