summaryrefslogtreecommitdiff
path: root/miniany/README
blob: 77c77263edfe2e966df70c24a6d0423e8b23b842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/