From: | "Jonathan Thornburg" <jthorn@astro.indiana.edu> |
Newsgroups: | comp.compilers |
Date: | 20 Apr 2009 14:32:51 GMT |
Organization: | Compilers Central |
References: | 09-04-015 09-04-034 |
Keywords: | books, comment |
Posted-Date: | 20 Apr 2009 11:28:27 EDT |
"Ryan McCoskrie" <ryan.mccoskrie@gmail.com> wrote
> I'm trying to find some good text on compiler construction that don't
> explain things in terms of visual information (trees etcetera) and
> maths(which boils down to processing visual information).
You might consider
Patricia Anklam, David Cutler, Roger Heinen, Jr., and M. Donald MacLaren,
"Engineering a Compiler: VAX-11 Code Generation and Optimization"
Digital Press, 1982, ISBN 0-932376-19-3
It's about the DEC VMS PL/1 and C compilers. There are a fair number
of diagrams, but they're usually not essential to understanding the
concepts. The book gives a very clear presentation of the somewhat
ad-hoc, but successful, design and implementation of these compilers.
ciao,
[It's a classic, but it only describes the code generator. They bought
the PL/I front end from someone else. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.