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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8ee136066af68561 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.211.195 with SMTP id ne3mr387929pbc.2.1326299052684; Wed, 11 Jan 2012 08:24:12 -0800 (PST) Path: lh20ni167859pbb.0!nntp.google.com!news2.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 11 Jan 2012 17:24:11 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: SPARK documentation? References: In-Reply-To: Message-ID: <4f0db7ab$0$6582$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 11 Jan 2012 17:24:11 CET NNTP-Posting-Host: b7c501fc.newsspool3.arcor-online.net X-Trace: DXC=SWk=14dLWZm^Y=RbYBPl4`McF=Q^Z^V3h4Fo<]lROoRa8kFjLh>_cHTX3jm^0nK8ZWn_Uh X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: 2012-01-11T17:24:11+01:00 List-Id: On 11.01.12 16:47, usenet@postinghost.com wrote: > Now that I saw SPARK is the only AdaCore freebie available for the SPARC > platform I am looking for information on the SPARK subset. Can some kind > soul please direct me to the language reference manual or whatever they're > calling it. I searched a bit and didn't find anything that looks like an > LRM, just some proprietary documents and I don't understand what I am > looking at. Thanks. The language reference and other material lives in a subdirectory of the SPARK installation. Might be HTML documents, or PDF files. For example, $ ls -1 /opt/GNAT2011/docs/HTML/*LRM* /opt/GNAT2011/docs/HTML/SPARK83_LRM.htm /opt/GNAT2011/docs/HTML/SPARK_LRM.htm $