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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,27fc7a8facdb6bb5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 22 Jun 2005 20:26:11 -0500 From: "Steve" Newsgroups: comp.lang.ada References: <42b96967$1_1@newsfeed.slurp.net> Subject: Re: Question on use of ! instead of | Date: Wed, 22 Jun 2005 18:27:31 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-duIzqcyUcCqhx7Evojs4rs14neCoCh1DHYh+tAriLzSFLpgpiDc5i7HLY6BPctdceYrVwkqvURfBDjb!67lvaST/0p9N1c+qq9hXX6bCQQquseW/vLLZPIRe30BRg//xRPgVMCSR2xt7 X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.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: g2news1.google.com comp.lang.ada:11578 Date: 2005-06-22T18:27:31-07:00 List-Id: "James Alan Farrell" wrote in message news:42b96967$1_1@newsfeed.slurp.net... > Hi all, > I'm working on a program to analyze Ada code using ASIS. We use ACATS > to test our software, and this has turned up some behavior I'm having > troubles explaining. > > ACATS test a2a031a.adb (below) has a line in it: > > VAR := (A!B => E2, C ! D => 0); -- AGGREGATE. > > According to ASIS, "A!B" is an identifier. If I put spaces around the ! > then A and B are identifiers and things work the way I expect, and if I > replace the ! with a | again things work the way I expect. > Ada 95 Reference Manual 2.3 Identifiers identifier ::= identifier_letter{[underline]letter_or_digit} I would certainly say that A!B is not an identifier. Seems worthy of sending a report to AdaCore. report@gnat.com (as I recall) Steve (The Duck)