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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1014db,c0f035b936128b6c X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,c0f035b936128b6c X-Google-Attributes: gid103376,public From: Jeff Carter Subject: Re: Ada95 to ANSI_C converter Date: 1997/03/27 Message-ID: <333A7D7B.41C67EA6@innocon.com>#1/1 X-Deja-AN: 228732125 References: <5hbrah$ctt$1@gail.ripco.com> Organization: DIGEX Newsgroups: comp.lang.ada,comp.lang.c Date: 1997-03-27T00:00:00+00:00 List-Id: Jennifer E. Lee wrote: > We are looking for an "Ada95-to-ANSI_C" converter to run > ATS (Abstract Test Suite) via HP Broadband Test System. > Can anyone share his or her thoughts on this? As many people here will tell you, this is not possible in a general sense. Ada has features that are not supported by C, such as tasks, generics, and exceptions, to name a few. For this reason, you cannot buy an Ada to C translator off the shelf. If your Ada is restricted to features found in C, then you could write such a translator, but it is unlikely that you will find an existing one that you can use. -- Jeff Carter Innovative Concepts, Inc. Now go away, or I shall taunt you a second time. Unsolicited commercial e-mail will be invoiced at US $500 per piece.