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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC 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: bourass@ibm.net Subject: Re: How to create an Ada compiler? Date: 1996/08/07 Message-ID: <4uau8g$3bno@news-s01.ny.us.ibm.net>#1/1 X-Deja-AN: 172772422 references: <4tuui2$rr4@www.uno.edu> reply-to: bourass@ibm.net newsgroups: comp.lang.ada Date: 1996-08-07T00:00:00+00:00 List-Id: In <4tuui2$rr4@www.uno.edu>, pbrown@cs.uno.edu (Philip Rayfield Brown) writes: >along with TEXT_IO and any other package that it needs. Is making >an Ada compiler as simple as creating the reserve word program? > Have you considered the run-time issues? When multiple tasks are launched, the stack becomes forked into a "cactus" structure, you must create synchronization protocols, etc. Regards, Greg Bourassa