Changed an unavailable link to archive.org (#3485)

This commit is contained in:
Timo Salomäki 2019-12-22 17:12:13 +02:00 committed by Eric Hellman
parent 910f302106
commit 71fca8c2ad

View File

@ -355,7 +355,7 @@
#### Compiler Design #### Compiler Design
* [An Introduction to GCC](http://www.network-theory.co.uk/docs/gccintro/) - Brian Gough * [An Introduction to GCC](https://web.archive.org/web/20170326232435/http://www.network-theory.co.uk/docs/gccintro/index.html) - Brian Gough
* [Basics of Compiler Design (Anniversary Edition)](http://www.diku.dk/~torbenm/Basics/) - Torben Mogensen * [Basics of Compiler Design (Anniversary Edition)](http://www.diku.dk/~torbenm/Basics/) - Torben Mogensen
* [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF)
* [Compiler Design in C (1990)](http://www.holub.com/software/compiler.design.in.c.html) - Allen Holub, Prentice Hall * [Compiler Design in C (1990)](http://www.holub.com/software/compiler.design.in.c.html) - Allen Holub, Prentice Hall