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: a07f3367d7,16560bf5347d3f28,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!m25g2000yqc.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: ASISEyes : show you the ASIS interpretation of an Ada source Date: Tue, 12 Jan 2010 20:33:49 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 86.66.190.183 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1263357230 5758 127.0.0.1 (13 Jan 2010 04:33:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Jan 2010 04:33:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m25g2000yqc.googlegroups.com; posting-host=86.66.190.183; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8719 Date: 2010-01-12T20:33:49-08:00 List-Id: Hi all of you, Here is ASISEyes, which as its name suggest, is a little application which integrates well in GPS (possibly others IDE also) and whose purpose is to make you see, side by side, the ASIS view (interpretation) of an Ada source, beside the Ada source. This is an aid in two main areas : 1) Learning and understanding ASIS (how does ASIS view this and that ?) 2) Debugging aid when an ASIS application seems to fail (what was the semantic context returned by ASIS when this great ASIS application break at that point of that source) ? The distribution comes in two archives : one ZIP for Windows users and one TAR.GZ for UNIX-like users http://www.les-ziboux.rasama.org/download/asiseyes-for-gps.zip http://www.les-ziboux.rasama.org/download/asiseyes-for-gps.tar.gz As it is an ASIS application, it must be built for your environment, compiler and ASIS implementation. There are some limitations and usages notes which are documented in the README.txt file and the other README-gps.txt file. The "gps" directory contains files required for the integration into GPS. Please, read the notes which comes with this directory. The application is distributed under the terms of a new license which is still at the state of a first draft, and which I guess someone may believe its joke ( :P ) Some others applications, some based on ASIS and some others not, will comes in the future, if every things goes fine enough. I would like to give life to some ideas. I will be back later for more comments, if it appears I forget to tell about some. I hope I did not left any important flaws after the little review I've made before releasing it. Note : this is a little and simple application, its useful, but do not expect it to impress you. By the way, if it was not simple, it could not safely be used for the presented purposes. Have a nice day