From 6e46b4f765dce86834ba1076f689f67cee794a8c Mon Sep 17 00:00:00 2001 From: Sharan J <50091666+shrn01@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:32:56 +0530 Subject: [PATCH] Added ESPL NITC: Compiler Design, and Intro to SQL by Khan Academy (#7208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added ESPL NITC: Compiler Design, and Intro to SQL by Khan Academy * remove dups * Including suggested changes Co-authored-by: Eric Hellman Co-authored-by: Sharan J Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index f0a3c4246..35353c685 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -197,6 +197,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA * [Compiling Scala for the Java Virtual Machine](http://lampwww.epfl.ch/~schinz/thesis-final-A4.pdf) - Michel Schinz (PDF) * [Compiling Techniques (1969)](http://www.chilton-computing.org.uk/acl/literature/books/compilingtechniques/overview.htm) - F.R.A. Hopgood, Macdonald * [Crafting Interpreters](http://www.craftinginterpreters.com) - Bob Nystrom (HTML) +* [EXPL NITC: Build your own Compiler](https://silcnitc.github.io) - Murali Krishnan K., students in the Department of Computer Science and Engineering of the Calicut National Institute of Technology (HTML) * [Implementing Functional Languages: A Tutorial](http://research.microsoft.com/en-us/um/people/simonpj/Papers/pj-lester-book/) - Simon Peyton Jones, David Lester * [Introduction to Compilers and Language Design](https://www3.nd.edu/~dthain/compilerbook/compilerbook.pdf) - Douglas Thain (PDF) * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF)