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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1901f265c928a511 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Fri, 25 Jun 2004 12:28:26 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <40BDBBFA.2020203@noplace.com> <1087475285.166449@master.nyc.kbcfp.com> <2jlepqF12qbb6U1@uni-berlin.de> <1774424.VSnnNmZCKX@linux1.krischik.com> <2jr3tjF149hg2U1@uni-berlin.de> <3596451.WJTNXepdF3@linux1.krischik.com> <4cWdnR6hNJN4R0TdRVn-hw@megapath.net> <1602287.U74iaLRb4H@linux1.krischik.com> Subject: Re: new revision ada (exception handling) Date: Fri, 25 Jun 2004 12:28:51 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: <176dncwsYMwm_UHd4p2dnA@megapath.net> NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-RGVrVUS+/czqRbs3el8Cmaf2Q06LgVOKGt7s2FoAGO0xGBXf7e1DQCIziJjHjHV3Wb2eiPz+cGheXCL!c638+LKih1KDKZDr+4hRNZmP8MmP84lxPUx6W7jrwP+CVNOW+SMyg/XZXqXd8HzhjtXgY04YRFJu X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: g2news1.google.com comp.lang.ada:1893 Date: 2004-06-25T12:28:51-05:00 List-Id: "Dmitry A. Kazakov" wrote in message news:s1spuprxstn0$.11739hjwai5o4$.dlg@40tude.net... ... > One can build a table of all possible values of 'Image and use the table to > match the input. In this case there is no need to know where a name stops, > one only needs to have all names in the table different. You could do something like that, but: -- There's no way to do that with the 'Image and 'Value attributes; (it should be possible to write the bodies of standard packages in Ada) - that's especially important when they are user-defined, as we were discussing; and -- It would be very incompatible with the current definition (which Christophe explained nicely). Randy.