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,7837b60f890ac8fb,start X-Google-Attributes: gid103376,public From: Michael Yang Subject: Does Ada to C++ translator exist? Date: 1997/05/14 Message-ID: <337A9589.5C70@csc.com>#1/1 X-Deja-AN: 241741699 Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: myang@csc.com Newsgroups: comp.lang.ada Date: 1997-05-14T00:00:00+00:00 List-Id: Is anyone aware of a freeware Ada to C++ translator? I know that there are complete Ada grammars in yacc out there which can be used to help build a translator, but I was wondering if anyone decided to take it all the way from Ada to C++. I was considering doing this myself. But, since such an undertaking would be rather large to say the least, it would save me a lot of work if it had already been done! Thanks in advance for any response.