Skip to content

FortranCodeGenerator

Backend Fortran Code Generator

Synopsis

Declared in <src/docs/mrdocs/modules/fortran_code_generator.h>

Description

Generates Fortran source code from the AST using a design similar to the C and C++ code generator.

Note: There are no user level functions within the backend. Related entry points include SgNode::unparseToString, unparseFile, and unparseProject.

Note: This code was developed in collaboration with Rice University (initial pieces were developed by Nathan Tallent and Gina Goff).

Created with MrDocs