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,aa0ebfe6afda2b3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!c7g2000vbc.googlegroups.com!not-for-mail From: Rod Chapman Newsgroups: comp.lang.ada Subject: =?windows-1252?Q?Re=3A_SPARK_syntax_and_=93use_type=94_=3A_lack_of_featur?= =?windows-1252?Q?e_=3F?= Date: Wed, 26 May 2010 00:38:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2b6614f5-9845-41cb-b68a-90c14a43b19e@c7g2000vbc.googlegroups.com> References: <17c936fc-66ce-4bb9-ba5a-069d9ed5a2fe@l6g2000vbo.googlegroups.com> NNTP-Posting-Host: 217.205.167.137 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1274859529 8466 127.0.0.1 (26 May 2010 07:38:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 May 2010 07:38:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c7g2000vbc.googlegroups.com; posting-host=217.205.167.137; posting-account=HCzrEgkAAABSfGsTnv-u5wET6EzuneVi User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:11034 Date: 2010-05-26T00:38:49-07:00 List-Id: On May 26, 12:18=A0am, Phil Thornley wrote: > On 25 May, 21:05, Yannick Duch=EAne (Hibou57) > wrote: > > I was doing a syntax check only (I feel it is important to state this, = as =A0 > > you come with an example using Derives clauses). Please don't use the "syntax check only" option - I wish we'd never put it in there! There are many many things which are allowed by the (context-free) grammar used by the parser that are later rejected by the semantic analyser - generic packages for one as you have already discovered. - Rod