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,e34ac77ba4d499b6,start X-Google-Attributes: gid103376,public From: mg@dsd.camb.inmet.com (Mitch Gart) Subject: C2ada - A translator from C to Ada Date: 1996/02/21 Message-ID: #1/1 X-Deja-AN: 140388084 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: dsd.camb.inmet.com organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1996-02-21T00:00:00+00:00 List-Id: Intermetrics has released C2ada, a C to Ada translator. This tool is based on the "cbind" tool previously available from Rational. C2ada is capable of generating thin Ada bindings, by translating C header files into Ada package specifications, and in addition is capable of translating C functions and statements into Ada package bodies. C2ada will do about 80% to 90% of the work of producing a thin binding or a translation, but the last 10% to 20% of the work must still be done manually. The program is free, includes source code, has no warranty, and is released to the Ada community in the hope that it will be useful. Intermetrics has used C2ada to produce Microsoft Windows, X Windows, and GCCS bindings. Read all about it at http://www.inmet.com/~mg/c2ada/c2ada.html. - Mitch Gart