From 7e8fadab74d5f55ba1859715a05e012d9ec75865 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Fri, 25 May 2018 16:12:39 +0200 Subject: [PATCH] Add tutorial #131 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0678f89..e5a0959 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ * [**C**: _Writing a Simple Garbage Collector in C_](http://maplant.com/gc.html) * [**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] +* [**C++**: _Kaleidoscope: Implementing a Language with LLVM_](https://llvm.org/docs/tutorial/LangImpl01.html) * [**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]