Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: OrangeFish Newsgroups: comp.compilers Subject: Re: Paper: Developing a Modular Compiler for a Subset of a C-like Language Date: Mon, 20 Jan 2025 11:17:21 -0500 Organization: Compilers Central Sender: news%iecc.com Approved: comp.compilers@iecc.com Message-ID: <25-01-014@comp.compilers> References: <25-01-004@comp.compilers> <25-01-010@comp.compilers> <25-01-012@comp.compilers> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="76079"; mail-complaints-to="abuse@iecc.com" Keywords: books Posted-Date: 21 Jan 2025 10:29:15 EST X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com In-Reply-To: <25-01-012@comp.compilers> Xref: csiph.com comp.compilers:3625 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. (Another question is where to look for how to add debugging information to the output.) OF.