ROSE
0.9.6a
|
This class represents the Backend C++ Code Generator within ROSE. More...
This class represents the Backend C++ Code Generator within ROSE.
This is the source code generator. It traverses the AST (not using the new traversal mechanisms) and generates C++ source code from the constructs within the AST. Special attention is given to formatting the generated code.
This class could be simplified now that the comments and CPP directives are a part of the AST.