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,7b97e385047500eb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Experiences of XML parser generators for Ada? Date: Sun, 5 Dec 2004 18:58:41 +0100 Organization: cbb software GmbH Message-ID: References: <41af8365@news.wineasy.se> <2426353.SD16GYvm6f@linux1.krischik.com> <41b02dfe$0$25046$ba620e4c@news.skynet.be> <41b0cfc3$1@news.wineasy.se> <41b0f749$0$25068$ba620e4c@news.skynet.be> <2609940.zZzFjryQTr@linux1.krischik.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: individual.net 7AGtQayrX5viS38pISVnEAS4KBFFRx/5RXz7qi4Z5Oca2o4CU= User-Agent: 40tude_Dialog/2.0.12.1 Xref: g2news1.google.com comp.lang.ada:6783 Date: 2004-12-05T18:58:41+01:00 List-Id: On Sun, 05 Dec 2004 16:27:58 GMT, Jeffrey Carter wrote: > Martin Krischik wrote: >> >> I think the failure on "readable by humans" is partly based on using the >> wrong format. >> >> i.E: using: >> >> >> >> instead of: >> >> Martin > > Shouldn't we prefer > > Name : begin > "Martin"; > end Name; > > ?:) Nope, it should be: Martin : begin -- (:-)) name end Martin; Though that depends: - declaration: Martin : Name - association: Name => "Martin" - label: <> Name - initialization: Name := "Martin" or Martin := Name - definition: Martin is [new] name - renaming: Martin renames Name - extension: Name with "Martin" - implementation: for Name use "Martin" Have I missed something? (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de