From b05abb01fbc97e3e6fbbd99dc80b2d2f9da4b668 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 11 May 2018 10:34:46 +0800 Subject: [PATCH] Add PL: Build a self-compiling C compiler for ARM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b77ba2..02cf134 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ * [**C**: *Crafting interpreters: A handbook for making programming languages*](http://www.craftinginterpreters.com/) * [**C**: *http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/*](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/) * [**C**: *Build Your Own Lisp: Learn C and build your own programming language in 1000 lines of code*](http://www.buildyourownlisp.com/) + * [**C**: *Build a self-compiling C compiler for ARM in 1500 lines of code*](https://github.com/jserv/amacc) * [**C++**: *Writing Your Own Toy Compiler Using Flex*](https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/) * [**Go**: *Lexical Scanning in Go*](https://www.youtube.com/watch?v=HxaD_trXwRE) [video] * [**Haskell**: *Let's Build a Compiler*](http://alephnullplex.github.io/cradle/)