Re: Having trouble finding texts on compiler construction.

"Jonathan Thornburg" <jthorn@astro.indiana.edu>
20 Apr 2009 14:32:51 GMT

          From comp.compilers

Related articles
Having trouble finding texts on compiler construction. ryan.mccoskrie@gmail.com (Ryan McCoskrie) (2009-04-12)
Re: Having trouble finding texts on compiler construction. nmh@T3X.ORG (Nils M Holm) (2009-04-14)
Re: Having trouble finding texts on compiler construction. gneuner2@comcast.net (George Neuner) (2009-04-17)
Re: Having trouble finding texts on compiler construction. dwnewsgroups@tiscali.co.uk (Dean Wakerley) (2009-04-18)
Re: Having trouble finding texts on compiler construction. lkrupp@indra.com (Louis Krupp) (2009-04-19)
Re: Having trouble finding texts on compiler construction. sh006d3592@blueyonder.co.uk (Stephen Horne) (2009-04-20)
Re: Having trouble finding texts on compiler construction. jthorn@astro.indiana.edu (Jonathan Thornburg) (2009-04-20)
Re: Having trouble finding texts on compiler construction. torbenm@pc-003.diku.dk (2009-04-21)
Re: Having trouble finding texts on compiler construction. bear@sonic.net (Ray Dillinger) (2009-04-22)
Re: Having trouble finding texts on compiler construction. DrDiettrich1@aol.com (Hans-Peter Diettrich) (2009-04-24)
Re: Having trouble finding texts on compiler construction. ryan.mccoskrie@gmail.com (Ryan McCoskrie) (2009-04-26)
Re: Having trouble finding texts on compiler construction. gneuner2@comcast.net (George Neuner) (2009-04-27)
| List of all articles for this month |

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]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.