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 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: How to create an Ada compiler? Date: 1996/08/05 Message-ID: #1/1 X-Deja-AN: 172178705 references: <4tuui2$rr4@www.uno.edu> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-05T00:00:00+00:00 List-Id: Philip said " 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?" This is seriously garbled, and makes no discernable sense at all. Creatng an Ada compiler is a very big job, and is certainly nothing at all to do with a "reserve word program", whatever that might be, You will have to be much more clear and specific about what you are trying to do before we can offer any help or answers to your questions!