From 815ea5f977f6b6c7442f1a1ab3a7cb6bd37436fd Mon Sep 17 00:00:00 2001 From: Karan Kulshestha Date: Tue, 4 Oct 2022 20:51:33 +0530 Subject: [PATCH] Added Compiler Design Course (#7451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Compiler Design Course I added the course under compilers section which is of high quality and absolutely free available on youtube * added playlist of compiler design under compilers section * fix Alphabetical ordering * fix: don't invent titles! Use the title given by the resource. * lint: alphabetize Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- courses/free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 6f5115091..6051e3aa5 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -276,6 +276,7 @@ ### Compilers +* [Compiler Design](https://youtube.com/playlist?list=PLBlnK6fEyqRjT3oJxFXRgjPNzeS-LFY-q) - Neso Academy * [Compilers](https://www.youtube.com/playlist?list=PL6KMWPQP_DM97Hh0PYNgJord-sANFTI3i) - Ghassan Shobaki (YouTube) * [Stanford's Compilers](https://www.edx.org/course/compilers)