From 7363c5e483d02d96640bf8c388ce85bdd1887ef1 Mon Sep 17 00:00:00 2001 From: Alexander Fefelov Date: Fri, 27 Dec 2013 01:18:18 +0400 Subject: [PATCH] Added "Compiler Design: Theory, Tools, and Examples" --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 9a7081e3..d84cc850 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -247,6 +247,8 @@ ####Compiler Design * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) +* [Compiler Design: Theory, Tools, and Examples, C/C++ Edition](http://elvis.rowan.edu/~bergmann/books/c_cpp/) - Seth D. Bergmann +* [Compiler Design: Theory, Tools, and Examples, Java Edition](http://elvis.rowan.edu/~bergmann/books/java/) - Seth D. Bergmann * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF) * [Linkers and loaders](http://www.iecc.com/linker/) * [Practical and Theoretical Aspects of Compiler Construction](http://www.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides)