From 757d1996ae5816458c1b39233b4bc5b0bec9c389 Mon Sep 17 00:00:00 2001 From: Robin King Date: Mon, 14 Oct 2013 08:29:09 -0600 Subject: [PATCH] Added Practical and Theoretical Aspects of Compiler Construction: Stanford CS143 course archives from 2012. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 30242344..ee324e60 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -142,6 +142,7 @@ * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) * [Linkers and loaders](http://www.iecc.com/linker/) * [Compiler Design: Theory, Tools, and Examples](http://elvis.rowan.edu/~bergmann/books.html) +* [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides) ####Programming Paradigms * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) -- GitLab