You will predominantly use clang for this class. On our server, it is aliased to cc. There is also gcc (for historical reasons, named egcc), pcc, tcc, cparser, and ...
The test suite for the book Writing a C Compiler, a hands-on guide to writing your own compiler for a big chunk of C. These tests are still a work in progress! Each test case is a C program. Some (in ...
The xcc700 is a very small, lightweight C compiler designed specifically for the ESP32 microcontroller. It is like a mini version of GCC or clang, but this system has some limitations. Instead of ...