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-Thread: 103376,ab0591a14df56c0,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: gate02@wrandyke.demon.co.uk (Michael Mounteney) Newsgroups: comp.lang.ada Subject: converting Java to Ada Date: 15 Dec 2004 05:14:49 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 80.176.143.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1103116489 31829 127.0.0.1 (15 Dec 2004 13:14:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 15 Dec 2004 13:14:49 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:6977 Date: 2004-12-15T05:14:49-08:00 List-Id: That's going to be difficult in general because you would do things differently in the two languages. I am achieving great success with a massive, ugly Perl script that converts Pascal to Ada, but it relies on textual regularity in the Pascal source, does some project-specific tweaking, and does not implement certain features that I don't use, such as standard Pascal IO and `with' clauses.