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,1f96acbbf1e7e66a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s22.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" Organization: jrcarter at acm dot org User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: lexical ambiguity References: <1nozvv83n7lhc.1b3qf0olmyllp$.dlg@40tude.net> <9M_gg.1598$O5.554@llslave.llan.ll.mit.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.176 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s22 1149545497 12.201.97.176 (Mon, 05 Jun 2006 22:11:37 GMT) NNTP-Posting-Date: Mon, 05 Jun 2006 22:11:37 GMT Date: Mon, 05 Jun 2006 22:11:37 GMT Xref: g2news2.google.com comp.lang.ada:4689 Date: 2006-06-05T22:11:37+00:00 List-Id: Keith Thompson wrote: > > If I recall correctly, it's sufficient to remember what the previous > token was. A character literal cannot follow an identifier. Right, so it must be either an attribute, a qualified expression, or an error. An attribute must be an identifier, so it can't be an attribute, so it's either a qualified expression or an error. In this case, it's an error, since you can't have "..." as part of an aggregate :) -- Jeff Carter "Nobody expects the Spanish Inquisition!" Monty Python's Flying Circus 22