From 7418a5042471a3a7f05283d36e45b6b422d9785b Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 1 Nov 2021 14:30:30 +0100 Subject: Add x86_64 compilation for arithmetic expressions --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cdb30a8..b5681c8 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ program : * EOF - [An Incremental Approach to Compiler Construction][ghuloum11] - [Make-A-Lisp Guide][mal] - [An Introduction to Scheme and its Implementation][intro-to-scheme-and-imp] +- [Scheme to C][scheme-to-c] [sicp]: https://mitpress.mit.edu/sites/default/files/sicp/index.html [crafting-interpreters]: https://craftinginterpreters.com/ @@ -83,3 +84,4 @@ program : * EOF [ghuloum11]: http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf [mal]: https://github.com/kanaka/mal/blob/master/process/guide.md [intro-to-scheme-and-imp]: https://www.cs.utexas.edu/ftp/garbage/cs345/schintro-v14/schintro_toc.html#SEC271 +[scheme-to-c]: https://github.com/akeep/scheme-to-c -- cgit v1.2.1