From 7fad1e979eff662e4e8c656c55505ea19f77f19f Mon Sep 17 00:00:00 2001 From: Nicolai Willems Date: Tue, 22 Oct 2013 20:12:42 +0200 Subject: [PATCH] Added "Basics of compiler design" by Torben Mogensen --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c793b0f2..d76a6791 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -208,6 +208,7 @@ * [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) +* [Basics of compiler design](http://www.diku.dk/~torbenm/Basics/) - Torben Mogensen ####Programming Paradigms * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) -- GitLab