As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a program which reads a description of a file format (ISO 10303-11 for the curious) and generates c++ from it. The generated code is compiled into a library, and the library is linked with vari
I\'m working on a java code generation and the XSLT in which there are many of <xsl:if> or <xsl:choose> is not maintenable.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m new to UML and I have written a Sequence diagram for a Voucher User Interface, it is a small pet project I\'m doing to learn UML. I have written a decent Sequence Diagram in StarUML and now I wou
I am writing C++ code generation utility (compiler) from XLS to bring design decisions right into the game code. Generated classes can be changed m开发者_StackOverflow社区anually after generation, so
In my code, I generate new python classes at runtime. For some of them, I want to generate the python code, just as if I wrote these classes in a .py file.
Given that Perl 5 does not conform to BNF, I\'m at a loss as to how to think about this problem. Could someone offer some advice to set me off in the right way 开发者_如何学JAVAthinking about this pro
开发者_JAVA百科I\'m writing a java client for a WCF REST service. This service uses lots of different data classes for communication, transmitted in JSON. On my side, I\'m using the Gson lib to do han
I want to change the default code generated by visual studios \'add->class...\' for C and C++. Currently it looks like