Re: Language used to write compilers

Scott Moore <samiam@moorecad.com>
31 Dec 2004 12:59:30 -0500

          From comp.compilers

Related articles
Language used to write compilers joe_hesse@actcx.com (Joe H.) (2004-12-29)
Re: Language used to write compilers dido@imperium.ph (Rafael 'Dido' Sevilla) (2004-12-30)
Re: Language used to write compilers nmm1@cus.cam.ac.uk (2004-12-30)
Re: Language used to write compilers s.bosscher@student.tudelft.nl (stevenb) (2004-12-30)
Re: Language used to write compilers vbdis@aol.com (2004-12-30)
Re: Language used to write compilers dido@imperium.ph (Rafael 'Dido' Sevilla) (2004-12-30)
Re: Language used to write compilers nick.roberts@acm.org (Nick Roberts) (2004-12-30)
Re: Language used to write compilers samiam@moorecad.com (Scott Moore) (2004-12-31)
Re: Language used to write compilers Martin.Ward@durham.ac.uk (Martin Ward) (2004-12-31)
Re: Language used to write compilers nmm1@cus.cam.ac.uk (2004-12-31)
Re: Language used to write compilers nmm1@cus.cam.ac.uk (2004-12-31)
Re: Language used to write compilers idbaxter@semdesigns.com (Ira Baxter) (2004-12-31)
Re: Language used to write compilers Peter_Flass@Yahoo.com (Peter Flass) (2005-01-01)
Re: Language used to write compilers nmm1@cus.cam.ac.uk (2005-01-03)
[3 later articles]
| List of all articles for this month |

From: Scott Moore <samiam@moorecad.com>
Newsgroups: comp.compilers
Date: 31 Dec 2004 12:59:30 -0500
Organization: Comcast Online
References: 04-12-148
Keywords: practice
Posted-Date: 31 Dec 2004 12:59:30 EST

Joe H. wrote:


> Question - what languages are used to write compilers? My world is
> Unix/Linux - should I wait until a course is offered using C/C++?


Many compilers are written in Pascal. It is perhaps the only language
with a single character lookahead buffer built into to the language.
[I know that a lot of compilers used to be written in Pascal, but it's
my impression that C is now more popular if only because there is a
standard way to do separate compilation. -John]



Post a followup to this message

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