aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-11-01 14:30:30 +0100
committerBad Diode <bd@badd10de.dev>2021-11-01 14:30:30 +0100
commit7418a5042471a3a7f05283d36e45b6b422d9785b (patch)
tree1a041c75f8c30c0ef9adf0d14bf046344b06dc60 /README.md
parente64cb7e315961d3f7772b42c2170acc2bd500a69 (diff)
downloadbdl-7418a5042471a3a7f05283d36e45b6b422d9785b.tar.gz
bdl-7418a5042471a3a7f05283d36e45b6b422d9785b.zip
Add x86_64 compilation for arithmetic expressionsv0.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cdb30a8..b5681c8 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,7 @@ program : <statement>* EOF
75- [An Incremental Approach to Compiler Construction][ghuloum11] 75- [An Incremental Approach to Compiler Construction][ghuloum11]
76- [Make-A-Lisp Guide][mal] 76- [Make-A-Lisp Guide][mal]
77- [An Introduction to Scheme and its Implementation][intro-to-scheme-and-imp] 77- [An Introduction to Scheme and its Implementation][intro-to-scheme-and-imp]
78- [Scheme to C][scheme-to-c]
78 79
79[sicp]: https://mitpress.mit.edu/sites/default/files/sicp/index.html 80[sicp]: https://mitpress.mit.edu/sites/default/files/sicp/index.html
80[crafting-interpreters]: https://craftinginterpreters.com/ 81[crafting-interpreters]: https://craftinginterpreters.com/
@@ -83,3 +84,4 @@ program : <statement>* EOF
83[ghuloum11]: http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf 84[ghuloum11]: http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf
84[mal]: https://github.com/kanaka/mal/blob/master/process/guide.md 85[mal]: https://github.com/kanaka/mal/blob/master/process/guide.md
85[intro-to-scheme-and-imp]: https://www.cs.utexas.edu/ftp/garbage/cs345/schintro-v14/schintro_toc.html#SEC271 86[intro-to-scheme-and-imp]: https://www.cs.utexas.edu/ftp/garbage/cs345/schintro-v14/schintro_toc.html#SEC271
87[scheme-to-c]: https://github.com/akeep/scheme-to-c