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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2c7c456e75f7b404,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-12 08:10:19 PST Path: nntp.gmd.de!Germany.EU.net!wizard.pn.com!satisfied.elf.com!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada to C translator Date: 12 Jan 1995 11:10:19 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3f3k9b$lms@gnat.cs.nyu.edu> References: <3f10sf$9t1@news.dtc.hp.com> <3f1kig$p0d@newstand.syr.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-01-12T11:10:19-05:00 List-Id: Polar asks: "Can anyone give me a pointer to an Ada to C language translator that *supports Ada tasking*. I am getting the impression that GNAT does not. However, I would prefer C to C++ as that C++ would just require yet another compiler." The comment on GNAT seems to suggest that GNAT might be an Ada to C translator. It is most certainly nothing of the kind, it is an Ada compiler, and no more relevant to the issue of translating Ada to C (with or without Ada), than any other Ada compiler. Doing an accurate translation of tasking Ada to C would be a big job, since you would have to have a complete, and usable, version of the Ada tasking support library written in C.