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,1542fabd21edfbd5 X-Google-Attributes: gid103376,public From: wheeler@aphrodite (David Wheeler) Subject: Re: C to Ada Date: 1997/02/27 Message-ID: <5f4g5f$hgs@news.ida.org>#1/1 X-Deja-AN: 221863937 References: Organization: IDA, Alexandria, Virginia Reply-To: dwheeler@ida.org Newsgroups: comp.lang.ada Date: 1997-02-27T00:00:00+00:00 List-Id: Cliff Lim (clifflim@rigel.oac.uci.edu) wrote: : Is there a trasnlator program from C to Ada?. If so, where can : I download it and how may I find such a program. There are several programs that translate C interfaces so that Ada programs can call C programs, and at least one of them tries to translate all of C into Ada. My "Lovelace" tutorial discusses interfacing issues; the section you might want to specifically look at is at: http://www.adahome.com/Tutorials/Lovelace/s16s3.htm --- David A. Wheeler dwheeler@ida.org