summaryrefslogtreecommitdiff
path: root/miniany/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-07-31 10:51:02 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-07-31 10:51:02 +0000
commitb1164d69ea2fc694c4cabdbdee6f4155684ce322 (patch)
tree4b4c1bd06d48f0d18aa7652c3429e9c92e34ce5a /miniany/README
parent24194fbe5ea73f7df8b7afaea327e726ec51bfb4 (diff)
downloadcompilertests-b1164d69ea2fc694c4cabdbdee6f4155684ce322.tar.gz
compilertests-b1164d69ea2fc694c4cabdbdee6f4155684ce322.tar.bz2
fixed read->-1 in c4/c4/cc chain
Diffstat (limited to 'miniany/README')
-rw-r--r--miniany/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/miniany/README b/miniany/README
index 77c7726..deb195b 100644
--- a/miniany/README
+++ b/miniany/README
@@ -11,6 +11,9 @@ 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,