Description
C source code can be compiled with a small self-hosting compiler. It is useful for developers studying compilers, experimenting with C tooling, or bootstrapping simple compiler workflows.
Small compilers may not match every behavior of larger production toolchains. Test generated binaries carefully before using them for important software.