Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language

Keith Thompson <Keith.S.Thompson+u@gmail.com>
Thu, 23 Jan 2025 13:56:34 -0800

          From comp.compilers

Related articles
[3 earlier articles]
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language antispam@fricas.org (2025-01-16)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language smirzo@antartida.xyz (Salvador Mirzo) (2025-01-20)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language OrangeFish@invalid.invalid (OrangeFish) (2025-01-20)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language gneuner2@comcast.net (George Neuner) (2025-01-21)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language gneuner2@comcast.net (George Neuner) (2025-01-21)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language dmitri.s.volkov@gmail.com (Dmitri Volkov) (2025-01-23)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language Keith.S.Thompson+u@gmail.com (Keith Thompson) (2025-01-23)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language OrangeFish@invalid.invalid (OrangeFish) (2025-01-23)
Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language gneuner2@comcast.net (George Neuner) (2025-01-25)
| List of all articles for this month |
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.compilers
Date: Thu, 23 Jan 2025 13:56:34 -0800
Organization: Compilers Central
References: 25-01-004 25-01-010 25-01-012 25-01-014
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="29348"; mail-complaints-to="abuse@iecc.com"
Keywords: books
Posted-Date: 23 Jan 2025 17:13:41 EST

OrangeFish <OrangeFish@invalid.invalid> writes:
> On 2025-01-20 06:38, Salvador Mirzo wrote:
>> Would you recommend an equivalent paper or book that addresses these
>> short-comings but maintains the educational spirit of the paper? (It's
>> okay if the architecture is not a popular one.)
>> [Good question. There's the old Let's Build a Compiler which you can find
>> on my web site and some books. Alan Holub wrote a well known book but the
>> code in the book is incredibly buggy so I wouldn't recommend it. -John]
>
> What are expert opinions on Wirth's book Compilerbau (German
> notwithstanding)? There seem to love-it or hate-it opinions without
> much substance.


The English version, "Compiler Construction", is available in free PDF
form at <https://people.inf.ethz.ch/wirth/CompilerConstruction/>.


        Compiler Construction
        Niklaus Wirth
        This is a slightly revised version of the book published by
        Addison-Wesley in 1996
        ISBN 0-201-40353-6
        Zürich, May 2017


--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */


Post a followup to this message

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