The C module contains two writers, CWriter and OmpWriter, which produces C and OpenMP code
Note
This backend is widely used on llCoMP.
This module has some members in order to store some source code files:
A file type to store C source code
Get the preprocessor macros from a given string and store it on the file.
Currently supported macros are:
#include <[A-Za-Z0-9.]+>
#include "[A-Za-Z0-9.]+"
Return a pretty representation of the file
Parameters: | text – The original text to be pretty printed |
---|
A file type to store headers of C source code
Get the preprocessor macros from a given string and store it on the file.
Currently supported macros are:
#include <[A-Za-Z0-9.]+>
#include "[A-Za-Z0-9.]+"
Return a pretty representation of the file