Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否有轻量级 C 编译器前端?我真的只需要词法分析 + 解析 + 语义检查,我需要对其进行代码生成和静态分析。提前致谢
阿尔贝托
试试 TCC:http ://bellard.org/tcc/
查看clang,一个 LLVM 的开源前端。