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,5bcecfde044a119d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v5g2000prm.googlegroups.com!not-for-mail From: christoph.grein@eurocopter.com Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans [0.1.7] Date: Wed, 4 Feb 2009 21:36:52 -0800 (PST) Organization: http://groups.google.com Message-ID: <5feb53ad-ae6f-44f4-a9c6-261d395f64f7@v5g2000prm.googlegroups.com> References: <483c86d1-7a60-4a86-8bbb-aa79d364f82a@r10g2000prf.googlegroups.com> <199b4221-bc46-4dfc-beca-542917a8f548@r37g2000prr.googlegroups.com> <28dfe716-8c01-4a77-a55f-86fc747b007b@o4g2000pra.googlegroups.com> <028effae-d6ba-48eb-a22b-4a65acfb725e@b38g2000prf.googlegroups.com> <2681b9ec-15c4-4a7b-a3ea-26d2db4ba9f6@n33g2000pri.googlegroups.com> <68632358-7586-4fac-8020-c728aa231b3c@z27g2000prd.googlegroups.com> <77cc298c-36a0-44f0-81c7-ea4c4f48d282@g1g2000pra.googlegroups.com> <7a976860-ef8c-46ec-9f0e-81d46d53f70d@t39g2000prh.googlegroups.com> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1233812212 4858 127.0.0.1 (5 Feb 2009 05:36:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 5 Feb 2009 05:36:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v5g2000prm.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 webwasher (Webwasher 6.8.3.4214) Xref: g2news1.google.com comp.lang.ada:3557 Date: 2009-02-04T21:36:52-08:00 List-Id: A token sequence like Character'('x') is a pitfall for some lexical analyzers. When you hit a ', you have to check the previous token. According to the Ada syntax, after the keyword all, an identifier, a right parenthesis, it has to be treated as a single apostrophe, else it's the start of a character literal.