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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6a0b026e99bf890 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Package for text filtering? Date: Fri, 11 Feb 2005 14:25:41 +0100 Organization: cbb software GmbH Message-ID: References: Reply-To: mailbox@dmitry-kazakov.de Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: individual.net LPNU3m/pqKW4QSPmDM5LwQBqYlVVBRAhQyjfEU34+/yuLSOGI= User-Agent: 40tude_Dialog/2.0.14.1 Xref: g2news1.google.com comp.lang.ada:8238 Date: 2005-02-11T14:25:41+01:00 List-Id: On Fri, 11 Feb 2005 11:44:57 +0000 (UTC), Preben Randhol wrote: > I need to filter a resultfile produced by a program (only executable > availabel) so I can get the different results I'm interested in. I need > to do it in Ada (so no hints about python, perl etc ;-) ) but I thought > that there must be some packages (besides the GNAT pacakges) available > to ease the filtering. OK, besides GNAT's spitbol: http://www.dmitry-kazakov.de/ada/components.htm - this project contains parsers for elaborated infix expressions of any kind (in case your output has something like 2+5*(3-6)) http://www.dmitry-kazakov.de/ada/strings_edit.htm - this is a set of simple tools for parsing and formatting strings http://www.dmitry-kazakov.de/match/match.htm - this is pattern matching, though written in K&R/ANSI C, it has Ada interface. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de