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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5df086f5b450f5c4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-03 06:00:41 PST From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Ada95 BNF Date: Thu, 3 May 2001 13:23:02 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3af1541f$1@pull.gecm.com> X-Trace: 3 May 2001 13:50:39 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!212.74.64.35!colt.net!newspeer.clara.net!news.clara.net!btnet-peer!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: newsfeed.google.com comp.lang.ada:7116 Date: 2001-05-03T13:23:02+01:00 List-Id: Looking through the BNF on AdaPower.com and the LRM that comes with adaguide, I noticed that package_unit_name is defined as a name, which in turn can be all sorts of things, including a 'name', which in turn can be lots of things - including a type conversion?! Shouldn't package_unit_name be defined as an Identifier?..