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,12d175ba03d392ac,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!212.101.4.254.MISMATCH!solnet.ch!solnet.ch!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: Tables for Ada v1.5 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH Date: Sat, 20 Aug 2005 19:54:03 +0200 Message-ID: <5v0rz7n78rud.9hsnkyf4dzi1.dlg@40tude.net> NNTP-Posting-Date: 20 Aug 2005 19:54:01 MEST NNTP-Posting-Host: 9e7e5b6e.newsread2.arcor-online.net X-Trace: DXC=U?W=jPI9WQJ^a1SS:=Ik]JQ5U85hF6f;DjW\KbG]kaMHlSE5DYV?adAJ_VceGo4=II[6LHn;2LCVNI^><>f3dFYJKRB1gR8967L X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:4216 Date: 2005-08-20T19:54:01+02:00 List-Id: The library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported. http://www.dmitry-kazakov.de/ada/tables.htm Changes made: The package Tables.Names can now be instantiated with the parameter specifying the set of characters considered blank. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de