GCC front-ends
GCC front-ends
Posted Jan 2, 2025 14:58 UTC (Thu) by iabervon (subscriber, #722)In reply to: GCC front-ends by jklowden
Parent article: An Algol 68 front end for GCC
LLVM is the cross-language backend part; clang is the C family frontend part. Unlike with GCC, the same frontend is used for C, C++, and ObjC, but I assume Algol or COBOL would be a separate frontend (like Rust, for example).
