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.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6d9eb594a33cb947 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-01 22:02:08 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: Christoph Grein Newsgroups: comp.lang.ada Subject: Re: very specific question on Ada syntax Date: Fri, 2 Feb 2001 06:53:49 +0100 (MET) Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Trace: avanie.enst.fr 981093725 27489 137.194.161.2 (2 Feb 2001 06:02:05 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 2 Feb 2001 06:02:05 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: Content-MD5: hQL/rjo1+rZK3T+Bcjj9Bw== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0 Precedence: bulk X-Reply-To: Christoph Grein List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: supernews.google.com comp.lang.ada:4844 Date: 2001-02-02T06:53:49+01:00 Robert Dewar wrote: > > In practice of course it is very unlikely that any > implementation would introduce a single character attribute, > it would be very unada to do so. > > Furthermore there are almost no attributes that can apply to > a character literal anyway. OK, I know that, but if I have learnt anything valuable from this, it's that from a syntax point of view, it's irrelevant whether such an attribute exists or not. It's just fun to see something like (C'('C')'C) :-) which is an illegal expression, whereas (C'('(')) is legal. Christoph Grein