summaryrefslogtreecommitdiff
path: root/miniany/README
diff options
context:
space:
mode:
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,