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=2.2 required=5.0 tests=BAYES_00,FROM_WORDY, REPLYTO_WITHOUT_TO_CC autolearn=no 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!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.rcn.net!news.rcn.net.POSTED!not-for-mail NNTP-Posting-Date: Fri, 02 Jun 2006 17:36:30 -0500 Reply-To: "Frank J. Lhota" From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <1nozvv83n7lhc.1b3qf0olmyllp$.dlg@40tude.net> Subject: Re: lexical ambiguity Date: Fri, 2 Jun 2006 18:35:55 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 209.6.185.133 X-Trace: sv3-HFuR1somXW6MEksNvYP65HnKaU2YuKBmXVZBWwsFHDDxX+MRxrUIEn8LfB+6nr0nip6PAPFrngGRZGq!jxHPB5NyL4a710TuhiYzNBrdycondMjb3kXBbcqpu1dHnB/Cp4o57tGqcpmlVi9E X-Complaints-To: abuse@rcn.net X-DMCA-Complaints-To: abuse@rcn.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4656 Date: 2006-06-02T18:35:55-04:00 List-Id: The biggest lexical issue with Ada is the multiple uses of the single quote: - Single quotes surround character literals (e.g. 'A'), - prefix attributes (for example List'First), and - are used in aggregates, such as Rational'(Num =>1, Demom => 2).