Search code examples
ccode-translationprogram-transformation

Any C compiler with C output?


We all know that C compilers spit out assembly.

However I am doing research where my tool only accepts a narrow subset of ANSI C. Is there any C-to-C translators out there that can inline functions or flatten struct's, but writes out C code?

Any other tool that could simplify C code, let me hear them.


Solution

  • LLVM supports something like this.