From e9dc890681c3ce5adc196fd2b7ec7214c899265b Mon Sep 17 00:00:00 2001 From: keyuchang Date: Tue, 7 Dec 2021 10:43:23 +0800 Subject: [PATCH] Build your Own yacc #685 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 731ab24..b9ba14e 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ * [**Elixir**: _Demystifying compilers by writing your own_](https://www.youtube.com/watch?v=zMJYoYwOCd4) [video] * [**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] +* [**Go**: Build your Own Yacc](https://github.com/acekingke/yaccgo) * [**Haskell**: _Let's Build a Compiler_](https://g-ford.github.io/cradle/) * [**Haskell**: _Write You a Haskell_](http://dev.stephendiehl.com/fun/) * [**Haskell**: _Write Yourself a Scheme in 48 Hours_](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)