Best compiler design books according to redditors

We found 8 Reddit comments discussing the best compiler design books. We ranked the 1 resulting product by number of redditors who mentioned them. Here are the top 20.

Next page

Top Reddit comments about Compiler Design:

u/reddilada · 5 pointsr/learnprogramming

There are several dragon books. The original is the Green Dragon Book - Principles of Compiler Design from 1977. That was my textbook in 79. Wouldn't wish it on anyone, although perhaps because we were using a FORTRAN II compiler on an 1130 to do the coursework.

u/deanmsands3 · 3 pointsr/ProgrammingLanguages
u/stevefolta · 2 pointsr/programming

Amazon link. Available for $0.01 (plus shipping).

u/[deleted] · 1 pointr/IAmA

What are your thoughts on the good book?

u/thegleaker · 1 pointr/programming

I am very disappointed that no one has as yet recommended the following book: Principles of Compiler Design

And you guys call yourselves programmers....

One of my courses in university was to do just what you've described: write my own language. Writing a language requires far more analysis and design time than it does technical implementation. The above book describes it all (although as I recall focuses more on precedural languages).