ROSE  0.11.145.0
Modules

Description

Generation of source code from the AST.

The "backend" is the third phase of transformations and is responsible for generating new source code from the transformed abstract syntax tree (AST).

Collaboration diagram for Backend:

Modules

 Backend C and C++ Code Generator
 Generates C or C++ Source code from the AST.
 
 Backend Language Independent Code Generator
 Generates calls to the appropriate language to build source code from the AST.
 
 Backend Cxx Code Generator
 Generates C++ Source code from the AST.
 
 Backend Fortran Code Generator
 Generates Fortran Source code from the AST.