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!news3.google.com!news.glorb.com!newsgate.cistron.nl!transit.news.xs4all.nl!xs4all!border2.nntp.ams.giganews.com!nntp.giganews.com!proxad.net!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> <1149590366.8521.5.camel@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1149686131.5257.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Wed, 07 Jun 2006 15:15:32 +0200 NNTP-Posting-Date: 07 Jun 2006 15:15:07 MEST NNTP-Posting-Host: a438dd4a.newsread4.arcor-online.net X-Trace: DXC=nTcoSLIIU^fmBTbc_2cXMb:ejgIfPPlddjW\KbG]kaMh]kI_X=5KeafZ]O@DA:KYJoUUng9_FXZ=c>:=P9Ihe`Bh@Z?dZ]MOide X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4704 Date: 2006-06-07T15:15:07+02:00 List-Id: On Tue, 2006-06-06 at 13:38 +0200, M E Leypold wrote: > - "'" is the beginning of a character literal if the token before > "'" has not been an identifier (reserved words not counted as > identifier in this case). You could change the words of the rule slightly be considering ''' Georg