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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,733faa8b7b00c147 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 22 Aug 2005 08:38:11 -0500 From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: basic ada question Date: Mon, 22 Aug 2005 06:41:38 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-UmMDWcJGO8DbxLFm2UNryBYz0S0mbJhi5hgqsHej362UnwtS1o/PxVdrewtIG/puitVwFW2fGmPT1Jw!VutDY3x2i/v8yPpMgh0u4en2QMAQQ85UlaadLUFWNEOy/dnhapivHkOkDJMiD00VvTokkuofYmQ= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:4251 Date: 2005-08-22T06:41:38-07:00 List-Id: "Randy" wrote in message news:xB6Oe.6857$M3.4264@trnddc05... > Steve wrote: > >>> >> >> >> A few years ago I translated a bunch of Pascal source code to Ada using a >> tool I obtained through this newsgroup. I tweaked the sources of the >> translator to qualify all of the names in the procedure and function >> calls in the generated Ada code. In most cases it made the code more >> readable than the original Pascal sources. It also identified a number >> of bugs. >> >> Steve >> (The Duck) > > Hi. That sounds like an interesting tool. Do you have a link to it still > or perhaps I can get a copy through email? > Thanks a lot :) > (Does it have source too? or just binary?) > Randy I will email the original author of the translator to see if he has any objections to my passing on the sources. A couple of notes: The module was written specifically to translate VAXeln Pascal (EPascal). Comments in the sources are very sparse (it took me a long time to make revisions). The translation was not complete, but was probably better than 95%. It got a few (though very few) things wrong. It's been a while, but as I recall after running the translator it took about 20 minutes per KSLOC to fix up the translated code. Steve (The Duck)