Recommend C front-end that preserves preprocessor directives

后端 未结 4 892
说谎
说谎 2021-01-14 00:19

I\'d like to start a project that involves transforming C code, but I\'d like to include the preprocessor directives. I don\'t want to reinvent th

4条回答
  •  感动是毒
    2021-01-14 00:51

    Take a look at Clang. (See http://clang.llvm.org/features.html#applications .)

提交回复
热议问题