1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2025-01-08 21:24:12 +00:00

Added "Compilers and Compiler Generators: An Introduction with C++"

This commit is contained in:
Alexander Fefelov 2013-12-27 02:18:38 +04:00
parent 519e9cf0a5
commit 29e52153a5

View File

@ -249,6 +249,7 @@
* [Computer Networking: Principles, Protocols and Practice, 2nd edition (CNP3bis)](http://cnp3bis.info.ucl.ac.be/) (PDF, EPUB + [sources](https://github.com/obonaventure/cnp3/tree/master/book-2nd)) - O. Bonaventure (in progress)
####Compiler Design
* [Compilers and Compiler Generators: An Introduction with C++](http://www.scifac.ru.ac.za/compilers/) - P. D. Terry
* [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