Re: Best language for implementing compilers?

drb@ihatespam.msu.edu (Dennis Boone)
Tue, 12 Feb 2019 09:38:06 -0600

          From comp.compilers

Related articles
Best language for implementing compilers? costello@mitre.org (Costello, Roger L.) (2019-02-08)
Re: Best language for implementing compilers? nalaginrut@gmail.com (Nala Ginrut) (2019-02-09)
Re: Best language for implementing compilers? gneuner2@comcast.net (George Neuner) (2019-02-08)
Re: Best language for implementing compilers? robin51@dodo.com.au (Robin Vowels) (2019-02-09)
Re: Best language for implementing compilers? bc@freeuk.com (Bart) (2019-02-11)
Best language for implementing compilers? davidlovemore@gmail.com (David Lovemore) (2019-02-12)
Re: Best language for implementing compilers? drb@ihatespam.msu.edu (2019-02-12)
Re: Best language for implementing compilers? 157-073-9834@kylheku.com (Kaz Kylheku) (2019-02-12)
Re: Best language for implementing compilers? costello@mitre.org (Costello, Roger L.) (2019-02-12)
Re: Best language for implementing compilers? 157-073-9834@kylheku.com (Kaz Kylheku) (2019-02-12)
Re: Best language for implementing compilers? drb@ihatespam.msu.edu (2019-02-19)
Re: Best language for implementing compilers? martin@gkc.org.uk (Martin Ward) (2019-02-19)
Re: Best language for implementing compilers? arnold@skeeve.com (2019-02-20)
[17 later articles]
| List of all articles for this month |

From: drb@ihatespam.msu.edu (Dennis Boone)
Newsgroups: comp.compilers
Date: Tue, 12 Feb 2019 09:38:06 -0600
Organization: Compilers Central
References: 19-02-002 19-02-004 19-02-006
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="26072"; mail-complaints-to="abuse@iecc.com"
Keywords: practice, history
Posted-Date: 12 Feb 2019 11:13:40 EST

  > I would say that no special language features at all are required for
  > writing a compiler, even if parsing is directly coded in the language.


People wrote compilers in Fortran '66, so that's clearly true.
On the other hand, how easy were they to understand, maintain, extend?


De
[If you're thinking of Fortran H, it used some private extensions
that provided pointers and structures. I thought I saw the source
code online somewhere but can't find it now. -John]



Post a followup to this message

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