summaryrefslogtreecommitdiff
path: root/miniany/README
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/README')
-rw-r--r--miniany/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/miniany/README b/miniany/README
new file mode 100644
index 0000000..77c7726
--- /dev/null
+++ b/miniany/README
@@ -0,0 +1,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/