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,7f7bb35d4de1726 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch Subject: Re: ADA2C Date: 1998/09/02 Message-ID: #1/1 X-Deja-AN: 387058449 References: <35ece5e1.12141484@NNTP.IX.NETCOM.COM> Organization: University of Neuchatel, Switzerland Newsgroups: comp.lang.ada Date: 1998-09-02T00:00:00+00:00 List-Id: > Does anyone know of a tool that will translate ADA into C? > Any help or comments would be appreciated. Difficult - it's a bit like translating into a macro-assembler: it implies a part of compilation. It will be much easier to use GNAT, it translates directly into assembler, optimized for the target machine. -- Gautier