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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b06e34a8b845b068 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-25 07:03:27 PST From: "Ira Baxter" Newsgroups: comp.lang.ada References: <2ecf22d9290d3669ff87b7c85342e5f5.110780@mygate.mailgate.org> Subject: Re: C to Ada for windows? Date: Mon, 25 Nov 2002 09:10:11 -0600 X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 NNTP-Posting-Host: t1-30.realtime.net Message-ID: <3de23bbd@giga.realtime.net> X-Trace: giga.realtime.net 1038236605 t1-30.realtime.net (25 Nov 2002 09:03:25 -0600) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!ra.nrl.navy.mil!dca6-feed2.news.algx.net!allegiance!newsfeed1.cidera.com!Cidera!giga.realtime.net!not-for-mail Xref: archiver1.google.com comp.lang.ada:31211 Date: 2002-11-25T09:10:11-06:00 List-Id: I don't know of a tool that specifically does this. We offer generalized compiler technology for carrying out such conversions, however, and our tools have a full ANSI C front end complete with preprocessor, and an Ada back end. Somebody has to code the actual transforms. See http://www.semdesigns.com/Products/Services/LegacyMigration.html. I'm not sure how pretty the results will be. C programs don't have a lot of explicit modularity or careful type declarations ("int X" doesn't tell you much about the expected range of values for X). One could, with effort, extract some of that range information by automating a program analysis. -- Ira D. Baxter, Ph.D., CTO 512-250-1018 Semantic Designs, Inc. www.semdesigns.com "Sim Con" wrote in message news:2ecf22d9290d3669ff87b7c85342e5f5.110780@mygate.mailgate.org... > Hello! there is a program taht converts c to ada for windows OS? Thanx > in advance! > > > -- > Posted via Mailgate.ORG Server - http://www.Mailgate.ORG