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,3fc79ad704f81a40 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-08 13:09:52 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!news2.near.net!news.umass.edu!nic.umass.edu!twain.oit.umass.edu!cons116 From: cons116@twain.oit.umass.edu (Mike White) Newsgroups: comp.lang.ada Subject: Re: Writing a Mac Ada compiler Date: 8 Mar 1995 17:39:21 GMT Organization: University of Massachusetts, Amherst Message-ID: <3jkq49$m1g@nic.umass.edu> References: <3ji8rc$rj8@nic.umass.edu> <3jijbe$q7b@michp1.redstone.army.mil> NNTP-Posting-Host: twain.oit.umass.edu X-Newsreader: TIN [version 1.2 PL2] Date: 1995-03-08T17:39:21+00:00 List-Id: Lots of people wrote: : Lots of helpful things. Yes, as I was thinking it over, I realized that I had not fully considered the size of the project I proposed. Everyone seems to be pointing to a port of GCC 2.6.3 and then compiling GNAT, thus making the world happy. At first I winced at the concept of porting GCC, but it does seem a lot more reasonable than "reinventing the wheel". I unfortunately don't know much about GNAT, and have limited experience with compiler design. I was basically trying to find out if, as a learning experience, writing an Ada compiler from scratch was a doable project. (plus I really prefer building up my own code than working on others' code, but hey, who doesn't?) Obviously the approach I was considering is not really feasible, and I appreciate the warnings! So, porting GCC and then GNAT on top of that is the way to go. Or, just as a learning experience, implement a subset of Ada... I'm gonna have to start looking into those GCC sources, I guess! mike white