From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,448990452c132610 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-28 21:00:22 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: The making of compilers Date: 28 Feb 2002 21:00:21 -0800 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0202282100.59d56dde@posting.google.com> References: <5ee5b646.0202250655.6fd2bfb8@posting.google.com> <9ff447f2.0202261716.33ea286f@posting.google.com> <3C7D1B7A.5A17002E@boeing.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1014958821 31257 127.0.0.1 (1 Mar 2002 05:00:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 1 Mar 2002 05:00:21 GMT Xref: archiver1.google.com comp.lang.ada:20627 Date: 2002-03-01T05:00:21+00:00 List-Id: Jeffrey Carter wrote in message news:<3C7D1B7A.5A17002E@boeing.com>... > My recollection of a talk by Ichbiah (at the time) was that they wrote > the Alsys compiler in Ada 83 and wrote a program (presumably in PL/1) to > translate Ada 83 to PL/1. Once the executable worked well enough, of > course, they stopped using the translator and just compiled the compiler > with the compiler. Yes, that's exactly right, and that's what I meant by a subset compiler written in PL/1 (converting Ada to another language is one possible way of writing a compiler for Ada, even today there are Ada 95 compilers that work by translating to C).