From eea57f8614612a68f649b019e2784dd4ac11463a Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:55:13 -0400 Subject: [PATCH] Add compiler resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 162afd8..80e0738 100644 --- a/README.md +++ b/README.md @@ -725,6 +725,7 @@ See also the Writing section - [The Compiler Writer Resource Page](https://c9x.me/compile/bib/) - [kanaka/mal](https://github.com/kanaka/mal): mal - Make a Lisp +- [Let's Build a Compiler](https://compilers.iecc.com/crenshaw/), Jack W. Crenshaw, 1988 ### Configuration