diff --git a/README.md b/README.md index 99c1313..a7e6687 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ A curated list of awesome resources, learning materials, tools, frameworks, plat + [Python version with LLVMPY](http://www.llvmpy.org/llvmpy-doc/dev/doc/kaleidoscope/index.html). * [Metacompiler Tutorial, Part 1](http://www.bayfronttechnologies.com/mc_tutorial.html). * [Project: A Programming Language](http://eloquentjavascript.net/11_language.html) - Chapter 11 from the book _Eloquent JavaScript_, 2nd Edition. + * [TutorialSearch](https://tutorialsearch.io/browse/programming-languages/compiler-design) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. * [Write You a Haskell](http://dev.stephendiehl.com/fun/). * [Writing a Language in Truffel](http://cesquivias.github.io/tags/truffle.html) - Interpreter development tutorial using Truffel, by Cristian Esquivias.