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!news2.google.com!news.germany.com!newsfeed.freenet.de!newsfeed01.chello.at!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: lexical ambiguity From: Georg Bauhaus In-Reply-To: References: <1nozvv83n7lhc.1b3qf0olmyllp$.dlg@40tude.net> <9M_gg.1598$O5.554@llslave.llan.ll.mit.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1149590366.8521.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Tue, 06 Jun 2006 12:39:26 +0200 NNTP-Posting-Date: 06 Jun 2006 12:39:06 MEST NNTP-Posting-Host: 032e0bb0.newsread4.arcor-online.net X-Trace: DXC=W:eYFT`0o?TkVRFeeUa4iQ:ejgIfPPldTjW\KbG]kaMX]kI_X=5KeaVkm3eDF7gWSXUUng9_FXZ=S>:=P9Ihe`BX@Z?dZ]MOidU X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4693 Date: 2006-06-06T12:39:06+02:00 List-Id: On Mon, 2006-06-05 at 22:11 +0000, Jeffrey R. Carter wrote: > 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. Though the previous token shouldn't be a reserved word, as in if'('="-"("="('='=',',','=',')) -- Georg