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,37027392ca71d555,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Oliver Kellogg Newsgroups: comp.lang.ada Subject: a few Ada related source code filters Date: Sat, 31 May 2008 21:19:31 +0200 Organization: 1&1 Internet AG Message-ID: NNTP-Posting-Host: p549cc084.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: online.de 1212263432 8494 84.156.192.132 (31 May 2008 19:50:32 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sat, 31 May 2008 19:50:32 +0000 (UTC) User-Agent: KNode/0.9.0 Xref: g2news1.google.com comp.lang.ada:498 Date: 2008-05-31T21:19:31+02:00 List-Id: I gathered up some of my perl utilities that accumulated over time and put them here: http://freenet-homepage.de/okellogg/x.html Right now, there are * ada2idl.pl helps translate existing Ada types to CORBA IDL * adareps2c.pl converts Ada record types with representation clauses to equivalent C structs with bit length indications * obfuscada.pl helps create an obfuscated copy of an entire set of Ada source files, useful for submitting public compiler bug reports on NDA or proprietary code but one or two more will be added soon. Cheers, Oliver Kellogg