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 53266d6..033f3d4 100644
--- a/miniany/README
+++ b/miniany/README
@@ -70,6 +70,9 @@ complex things into our own compiler.
* c.c in swieros: https://github.com/rswier/swieros.git
+* https://github.com/lotabout/write-a-C-interpreter/blob/master/tutorial/en/: tutorial
+ based on C4 how to build a C interpreter, explains nicely details in C4.
+
* documentation
* "Compiler Construction", Niklaus Wirth
* https://github.com/DoctorWkt/acwj: a nice series on building a C compiler,