Building -------- ./build.sh cc tcc hosted d ./build.sh cc tcc freestanding d Acknoledgments -------------- c4 - C in four functions minimalistic C compiler running on an emulator, inspiration for this project https://github.com/rswier/c4.git adaptions to provide switch and structs: https://github.com/rswier/c4/blob/switch-and-structs/c4.c: structs https://github.com/EarlGray/c4, a X86 JIT version of c4 selfie C* self-hosting C compiler (also emulator, hypervisor) for RISCV, inspiration for what makes up a minimal C language, http://selfie.cs.uni-salzburg.at/