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 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/