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,379f547016fc519d,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Simple components v2.0 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: Sun, 24 Jul 2005 16:30:37 +0200 Message-ID: NNTP-Posting-Date: 24 Jul 2005 16:30:35 MEST NNTP-Posting-Host: 2937c85e.newsread4.arcor-online.net X-Trace: DXC=R:9lLWWDGnmA>\Y32QN0_h:ejgIfPPlddjW\KbG]kaMhAV6U:Z=fE=o]QlKOToZLVn[6LHn;2LCVnI^><>f3dFYjl]<3GK@EFdj X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3739 Date: 2005-07-24T16:30:35+02:00 List-Id: The current version provides implementations of smart pointers, sets, maps, stacks, tables, string editing, unbounded arrays and expression analyzers: http://www.dmitry-kazakov.de/ada/components.htm In the version 2.0 tools were added to ease creation of parsers matching a word from a list keywords. Get_Token procedure does this using a user-provided table. The package Keywords generates a keyword matching parser from an enumeration type, which literals are the keywords to match. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de