From d4c7c9aba4250f979005263be6100e1f269047f7 Mon Sep 17 00:00:00 2001 From: Sonkeng Maldini Date: Sun, 28 May 2017 17:51:41 +0100 Subject: [PATCH] Compiler rsrc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc44899..678848ce 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,8 @@ When learning CS there are some useful sites you must know to get always informe * [:snowman: Possibly the smallest compiler ever](https://github.com/thejameskyle/the-super-tiny-compiler) * [Writing My First Compiler ](https://dev.to/fcpauldiaz/writing-my-first-compiler) * [Structure and Interpretation of Computer Programs](https://sarabander.github.io/sicp/html/index.xhtml) -* [Let’s Build A Simple Interpreter. Part 1. ](https://ruslanspivak.com/lsbasi-part1/) + * [Let’s Build A Simple Interpreter. Part 1. ](https://ruslanspivak.com/lsbasi-part1/) + * [Growing a compliter](http://www.cs.dartmouth.edu/~mckeeman/cs48/mxcom/gem/html/GrowingCompiler.html) # Tutorials * [Tutorialspoint ](http://www.tutorialspoint.com/)