Namespace EDG_ROSE_Translation#
Add include directives to the AST.
Detailed Description#
Include files are collected in the EDG/ROSE translation, the include files are not in the AST unless we traverse the AST and add then explicitly. The goal is to simplify the handling of include directives seperately from other CPP directives.
This post processing needs to be run before unparsing.
TodoNeed to consider how this might effect unparsing of header files.