From 9b1a0130bd042c9ea8ccdc5b44765437e6345411 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Mon, 21 May 2018 12:14:49 +0200 Subject: [PATCH] Add tutorial #114 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc06304..2af3089 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ * [**C++**: _Writing Your Own Toy Compiler Using Flex_](https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/) * [**C++**: _How to Create a Compiler_](https://www.youtube.com/watch?v=eF9qWbuQLuw) [video] * [**F#**: _Understanding Parser Combinators_](https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/) +* [**Go**: _The Super Tiny Compiler_](https://github.com/hazbo/the-super-tiny-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/) * [**Haskell**: _Write You a Haskell_](http://dev.stephendiehl.com/fun/)