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.6 required=5.0 tests=BAYES_05,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,9e5bc907307a38f7 X-Google-Attributes: gid103376,public From: "Brian G. Holmes" Subject: Re: Language Translators Date: 1997/08/01 Message-ID: <33E1FF19.1722@gsc.gte.com>#1/1 X-Deja-AN: 261311795 Sender: news@wlbr.iipo.gtegsc.com (Steven M. Schultz) References: <870379932.5273@dejanews.com> Reply-To: brian.holmes@gsc.gte.com X-Nntp-Posting-Host: fp03-206.rtp.gtegsc.com X-Trace: 870445191/21570 Organization: GTE Government Systems Newsgroups: comp.lang.ada Date: 1997-08-01T00:00:00+00:00 List-Id: cheryl.coen@mailexcite.com wrote: > > Does anybody know of any language translators available for the following > languages: FORTRAN to Ada, JOVIAL to Ada and C to Ada? I found a few > surfing the net, but the search was not as fruitful as I thought it would > be. I appreciate any and all responses. > > -------------------==== Posted via Deja News ====----------------------- > http://www.dejanews.com/ Search, Read, Post to Usenet If you can compile that C code as C++ then we have a translator that can convert it to Ada95. Most C code will compile using a C++ compiler. When one says Ada I assume that the subject is Ada95 these days. The Ada95 produced by our translator might vary from one that produced Ada from C code; the translation of a struct to an extendible type, for example. Those variances would represent the C++ improvements made to C, so they might be helpful to those who enhance or maintain the Ada code. Check out http://home1.gte.net/holmeses/cpp2anf/index.htm for a description of the translator. If you're still interested, I would be happy to provide you with further details, and/or a translation based on some of your own code. Brian Holmes brian.holmes@gsc.gte.com GTE Government Systems Corporation