I looked at the JavaOutputGenerator and the OutputGenerator interface. For me it does not looks implementing friendly. I need to write/translate each method by hand. I thought it would be less work and I only need to implement a C# language code style and not the complete code. The .Net frameworks provides already a code generator for C# and VB. So I can use the codedom and an xml reader to go through the xml tree and add a namespace, classes, methods, variables. And if I want a different language I only need to implement a language style.
Currently I´m rethink what is easier, to implement a code generator based on your JavaOutputGenerator or to continue on my own one. ~ Marcel Hauf
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
