Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: gah4 Newsgroups: comp.compilers Subject: Re: another C-like language? was Compilers :) Date: Thu, 5 Jan 2023 16:26:47 -0800 (PST) Organization: Compilers Central Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <23-01-013@comp.compilers> References: <23-01-001@comp.compilers> <23-01-002@comp.compilers> <23-01-003@comp.compilers> <23-01-008@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="36844"; mail-complaints-to="abuse@iecc.com" Keywords: C, tools Posted-Date: 05 Jan 2023 19:29:40 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: <23-01-008@comp.compilers> Xref: csiph.com comp.compilers:3282 On Thursday, January 5, 2023 at 6:34:35 AM UTC-8, marb...@yahoo.co.uk wrote: (snip) > I'm up for reading the source of any relatively simple compiler for, and > written in, anything C-like. I've tried making sense of the GNU C compiler a > few times. My brain may recover one day! Some years ago, I bought the LCC book. The book explains it in some detail, in addition to any comments in the code. As well as I know, it is meant for understanding. It is especially convenient if you only what to retarget the code generator, for a new (or existing) machine. I have no desire to look at gcc.