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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.230.3 with SMTP id su3mr31652855obc.6.1437393094777; Mon, 20 Jul 2015 04:51:34 -0700 (PDT) X-Received: by 10.140.97.55 with SMTP id l52mr459315qge.36.1437393094751; Mon, 20 Jul 2015 04:51:34 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!pg9no2379397igb.0!news-out.google.com!4ni81630qgh.1!nntp.google.com!z61no2172528qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 20 Jul 2015 04:51:34 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.35.17.17; posting-account=1V3XLwoAAADQ5b5iSAirxtMuLX-CLAcj NNTP-Posting-Host: 192.35.17.17 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Pascal to ADA Converter From: arroyopinto@gmail.com Injection-Date: Mon, 20 Jul 2015 11:51:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26897 Date: 2015-07-20T04:51:34-07:00 List-Id: Hello, I have a source code written in pascal which works properly in a specific embedded system. I want to use the same source code in another enhanced embedded system with a new processor. This new processor has very poor pascal compiler and my pascal code does not run on it. I was recommend to use an ADA compiler which is good for my processor. However, I do not want to modify my pascal code since is too large and I would like to use a Pascal to ADA converter (ADA 2012 if possible and runnable in Linux). I have found one in this web-site: http://www.adapower.com/index.php?Command=Class&ClassID=Utilities&Title=Ada+Utilities However, the link is broken. Does anyone have it? If not, does anyone can recommend me another p2ada converter? (wish: popular, generates ADA 2012 version and runnable in Linux)