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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0cc1d9acb497e84 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: Ada to C translator ? Date: 1998/02/05 Message-ID: <1998Feb5.122427.6518@news>#1/1 X-Deja-AN: 322279716 References: <34D8F777.D1A9D2A5@dallas.net> Reply-To: Remove_this.Gautier.deMontmollin@Maths.UniNe.CH Organization: University of Neuchatel, Switzerland Newsgroups: comp.lang.ada Date: 1998-02-05T00:00:00+00:00 List-Id: >I have about 30,000 lines of Ada code for a DSP that I'd like to convert >to C. >I've done a bunch of net searches without luck. Do any of you know of >any >Ada to C code translators? Companies? Web pages? etc. Problem is that it is rather a compilation than a translation... On complexity/feature scale you have ASM...C...................Ada The best to do is to keep the source in Ada! The GNAT compiler produces an ASM code that you can retreive. -- Gautier