summaryrefslogtreecommitdiff
path: root/miniany/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-30 07:45:27 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-30 07:45:27 +0000
commit6a647f4c573c0d44e250fc99a69683a55b1afae6 (patch)
treef0537405c1d5dec275943c278a467f68e384c7c0 /miniany/README
parentc03c5fb46c0b2bbaa028d823786095a210896627 (diff)
downloadcompilertests-6a647f4c573c0d44e250fc99a69683a55b1afae6.tar.gz
compilertests-6a647f4c573c0d44e250fc99a69683a55b1afae6.tar.bz2
implemented simplistic register spilling
first working binary produced with cc/fasm and run on emul
Diffstat (limited to 'miniany/README')
-rw-r--r--miniany/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/miniany/README b/miniany/README
index fef7bac..c011906 100644
--- a/miniany/README
+++ b/miniany/README
@@ -61,6 +61,7 @@ complex things into our own compiler.
* documentation
* "Compiler Construction", Niklaus Wirth
- * https://github.com/DoctorWkt/acwj
+ * https://github.com/DoctorWkt/acwj: a nice series on building a C compiler,
+ step by step with lots of good explanations
* https://www.engr.mun.ca/~theo/Misc/exp_parsing.htm#climbing,
https://en.wikipedia.org/wiki/Operator-precedence_parser#Precedence_climbing_method