Related articles |
---|
Re: "The C compiler is Written in C" What! gah@ugcs.caltech.edu (Glen Herrmannsfeldt) (2003-07-26) |
Re: "The C compiler is Written in C" What! marcov@toad.stack.nl (Marco van de Voort) (2003-07-31) |
Re: "The C compiler is Written in C" What! postmaster@paul.washington.dc.us (Paul Robinson) (2003-07-31) |
Re: "The C compiler is Written in C" What! rinie@xs4all.nl (Rinie Kervel) (2003-07-31) |
Re: "The C compiler is Written in C" What! gah@ugcs.caltech.edu (Glen Herrmannsfeldt) (2003-08-04) |
Re: "The C compiler is Written in C" What! Martin.Ward@durham.ac.uk (Martin Ward) (2003-08-04) |
Re: "The C compiler is Written in C" What! marcov@toad.stack.nl (Marco van de Voort) (2003-08-04) |
From: | "Glen Herrmannsfeldt" <gah@ugcs.caltech.edu> |
Newsgroups: | comp.compilers |
Date: | 4 Aug 2003 00:06:06 -0400 |
Organization: | Comcast Online |
References: | <43797288.0307260936.7ea8822c@posting.google.com> 03-07-198 03-07-207 |
Keywords: | history |
Posted-Date: | 04 Aug 2003 00:06:05 EDT |
"Paul Robinson" <postmaster@paul.washington.dc.us> wrote in message
(snip)
> Legend has it that Microsoft originally wrote a FORTRAN Compiler using
> Pascal. Apparently that was a one-time thing, my understanding is
> only C is used for creating compilers there now.
I believe the early MS Fortran compiler was a Fortran front end for
the Pascal compiler back end. It was multiple passes which were run
as separate programs. The programs were something like FOR1, PAS2,
PAS3.
-- glen
Return to the
comp.compilers page.
Search the
comp.compilers archives again.