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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: Kickstarter for beginning work on a new open-source Compiler Date: Thu, 20 Mar 2014 14:13:25 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: <1469520214417017440.421155laguest-archeia.com@nntp.aioe.org> References: <5151491a-14c3-4138-bcb5-f29108aeefb9@googlegroups.com> <801079196416966973.679877laguest-archeia.com@nntp.aioe.org> <2031237242417012217.543618laguest-archeia.com@nntp.aioe.org> NNTP-Posting-Host: kAedY4wd6QuLrttU3sqO3g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/4.0.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.dca.giganews.com comp.lang.ada:185222 Date: 2014-03-20T14:13:25+00:00 List-Id: Simon Wright wrote: > I wrote that package to use one of the Ada 2012 extensions > (aspects). The XML demonstrates that GNAT's internal representation, as > well as supporting aspects (a given), is exported to the ASIS > environment in a usable way: the fact you can see > in the output indicates (to me!) that there is an enumeration literal > An_Aspect_Specification in the GNAT ASIS library. > Ok > Likewise, after further invesitigation, An_Expression_Function_Declaration. > > Of course this is all GNAT-specific; I don't know what the success rate > is for AdaCore implementations to end up as ASIS specs, or whether the Yeah I don't know. > ASIS folks are actively considering updates for Ada 2012. They are actively working on it as I asked in this group months ago as I was considering including what I could in my implementation, but at this rate Ada 2020 will be out before ASIS 2012. I could trawl through the ASIS issues but I don't think the new stuff is public. Luke