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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a54e980d07ebba05,start X-Google-Attributes: gid103376,public From: pbrown@cs.uno.edu (Philip Rayfield Brown) Subject: How to create an Ada compiler? Date: 1996/08/03 Message-ID: <4tuui2$rr4@www.uno.edu>#1/1 X-Deja-AN: 171771482 organization: University of New Orleans newsgroups: comp.lang.ada Date: 1996-08-03T00:00:00+00:00 List-Id: I was concidering creating an Ada compiler using assembley langage on the IBM computer and wanted to know something. I know that I will need to create the main program to run the reserved words, but what else would I need to create? My understanding is that I could use the generic version of STANDARD_IO and have my future program compile it along with TEXT_IO and any other package that it needs. Is making an Ada compiler as simple as creating the reserve word program? Philip Brown