Re: Are there "compiler generators"?

Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Mon, 30 May 2022 14:53:59 +0200

          From comp.compilers

Related articles
[3 earlier articles]
Re: Are there "compiler generators"? anton@mips.complang.tuwien.ac.at (2022-05-29)
Re: Are there "compiler generators"? tkoenig@netcologne.de (Thomas Koenig) (2022-05-29)
Re: Are there "compiler generators"? martin@gkc.org.uk (Martin Ward) (2022-05-29)
Re: Are there "compiler generators"? pronesto@gmail.com (Fernando) (2022-05-29)
Re: Are there "compiler generators"? gah4@u.washington.edu (gah4) (2022-05-29)
Re: Are there "compiler generators"? anton@mips.complang.tuwien.ac.at (2022-05-30)
Re: Are there "compiler generators"? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-05-30)
Re: Are there "compiler generators"? 480-992-1380@kylheku.com (Kaz Kylheku) (2022-05-30)
Re: Are there "compiler generators"? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-05-31)
Re: Are there "compiler generators"? gah4@u.washington.edu (gah4) (2022-05-31)
RE: Are there compiler generators? christopher.f.clark@compiler-resources.com (Christopher F Clark) (2022-06-01)
Re: Are there "compiler generators"? costello@mitre.org (Roger L Costello) (2022-06-01)
Re: Are there "compiler generators"? anton@mips.complang.tuwien.ac.at (2022-06-01)
[4 later articles]
| List of all articles for this month |

From: Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Newsgroups: comp.compilers
Date: Mon, 30 May 2022 14:53:59 +0200
Organization: Compilers Central
References: 22-05-054 22-05-058
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="71936"; mail-complaints-to="abuse@iecc.com"
Keywords: tools, comment
Posted-Date: 30 May 2022 14:49:42 EDT
In-Reply-To: 22-05-058

On 5/29/22 11:14 AM, Thomas Koenig wrote:
> Roughly speaking a)-c) is the front end, d) is the middle end and
> e)-f) is the back end.


According to CoCo/R a "compiler" can be anything that deals with formal
input. A generator of binary programs is only one kind of a compiler,
another one is a pretty printer.


I mention this because IMO there is much more demand for non-programming
language processors (HTML, XML...) than for programming language
compilers. I'd appreciate a word of our esteemed mod about the term
"compiler" in this group.


DoDi
[We chose the name comp.compilers in the 1980s and it's not going to change,
but I've always considered anything related to analysis or translation of computer
languages to be on topic. -John]


Post a followup to this message

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