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 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.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: Re: a few Ada related source code filters Date: Mon, 09 Jun 2008 06:29:37 +0200 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p549ca36e.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: online.de 1212987613 14639 84.156.163.110 (9 Jun 2008 05:00:13 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 9 Jun 2008 05:00:13 +0000 (UTC) User-Agent: KNode/0.9.0 Xref: g2news1.google.com comp.lang.ada:623 Date: 2008-06-09T06:29:37+02:00 List-Id: I added a few more, * UniLexer.pm is a unified lexer for Pascal- and C-family languages * indentada.pl indenter for Ada at this point is a feasibility demo for Unilexer.pm but may evolve into a full pretty printer as time permits. Enjoy, Oliver > I gathered up some of my perl utilities that accumulated over time > and put them here: > > http://freenet-homepage.de/okellogg/x.html > [...]