Don't be confused by "C" compiler. This is a K&R C compiler that can compile legacy programs from the 70s on x64 machines. Great for software archeology.
This serves a completely different purpose than GCC or CLang.
To get a feel for the language, take a look at the source code (which is, naturally, written in K&R C). The compile times must be amazing - it would probably take something like a couple of seconds to rebuild the entire compiler using itself.
looks sweet, very nice project and example on how to implement some compiler architecture parts. awsome to go through the sources a bit and look how it works. thanks!
This serves a completely different purpose than GCC or CLang.