From d8a73ae2d11c58e1e2a2921bf609157376d929ff Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Mon, 14 May 2018 22:50:08 +0200 Subject: [PATCH] Add tutorial #52 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb37179..dec1f69 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,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] +* [**F#**: *Understanding Parser Combinators*](https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/) * [**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/)