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,5d819a12831be771 X-Google-Attributes: gid103376,public From: raul@pares.gsyc.inf.uc3m.es (Raul Barral Tamayo) Subject: Re: Building an Ada compiler Date: 1996/06/28 Message-ID: <4mybl7kdal.fsf@pares.gsyc.inf.uc3m.es>#1/1 X-Deja-AN: 162622574 references: <4r023h$jt2@newsbf02.news.aol.com> organization: GSyC, Universidad Carlos III, Madrid, Spain. newsgroups: comp.lang.ada Date: 1996-06-28T00:00:00+00:00 List-Id: Only a a couple of words :-), the idea behind GCC is a portable compiler with the only need to change the front-end to incorporate a new language and the back-end to add a new architecture so I think you could use the GNAT front-end and you could make a Mac back-end, about this last I have only heard about a language to describe it something similar to lex/yacc. My 0.02$, raul. In article bobduff@world.std.com (Robert A Duff) writes: In article <4r023h$jt2@newsbf02.news.aol.com>, ErkoDJK wrote: >Some friends and I have a crazy idea. We want to build an Ada 95 compiler >targeted for the Macintosh computer (without requiring Unix, like >GNAT/GCC). To that end, I would like to ask the Ada and compiler experts >here (and anyone else who wishes to respond) for some information, >including, just how insane are we?