From eddfcdb7402d54d620b81a5eca31a917ccd35013 Mon Sep 17 00:00:00 2001 From: PariSh KhAn Date: Fri, 22 May 2026 10:45:39 +0600 Subject: [PATCH 1/2] Add TutorialSearch to Tutorials section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99c1313..ae3d052 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/) - 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. From d037509d93f741cf03cefaa5be88fd481a5b067d Mon Sep 17 00:00:00 2001 From: PariSh KhAn Date: Fri, 22 May 2026 14:48:05 +0600 Subject: [PATCH 2/2] Update tutorialsearch.io link to topic-specific URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3d052..a7e6687 100644 --- a/README.md +++ b/README.md @@ -263,7 +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/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. + * [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.