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-07 07:05:51 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!newshost.marcam.com!uunet!boulder!boulder.earthnet.net!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!usenet From: "Theodore E. Dennison" Newsgroups: comp.lang.ada Subject: Re: Writing a Mac Ada compiler Date: 7 Mar 1995 13:46:05 GMT Organization: IPL InterNetNews site Message-ID: <3jho2t$gf9@theopolis.orl.mmc.com> References: <3jg167$a3l@nic.umass.edu> NNTP-Posting-Host: payday.orl.mmc.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-URL: news:3jg167$a3l@nic.umass.edu Date: 1995-03-07T13:46:05+00:00 List-Id: Mike White wrote: > Could anyone give me an idea of about how much of an effort it would be > to write an Ada compiler for the mac/powermac (or if youve had similar > experience on other computers...). I am quite dismayed by the general I would imagine most Ada compilers (even crappy ones) take at least 10 man-years to complete. It really isn't a project for a single person. Yes, I have made a start of it (on the late, great, Amiga). Completing the lexer alone would have taken me over a month. The parser? > lack of Ada support on the mac and I figure others are too. I have heard of > compilers being ported to the mac, but a) I'd rather not wait and > b) I imagine it would be quite a learning experience. Call me crazy. You're crazy. > Anyways, would it be MUCH more difficult to write an ada 9x compiler > than ada83? Uhh, unless I'm mistaken, GNAT is available for the MAC. If it doesn't exist for the MAC, porting it WOULD be a job one person could accomplish. You might want to consider that instead of building your own from scratch. If you really want to build your own compiler as an exercise, why not try something smaller? Good luck, and I'm sorry I was so negative. T.E.D.