comp.lang.ada
 help / color / mirror / Atom feed
* Announce: Gela ASIS 0.2
@ 2008-09-19 16:13 Maxim Reznik
  2008-09-19 20:52 ` stephane.los
  2008-09-20 21:23 ` micronian2
  0 siblings, 2 replies; 5+ messages in thread
From: Maxim Reznik @ 2008-09-19 16:13 UTC (permalink / raw)


I would like to announce Gela ASIS 0.2 release.

http://www.ten15.org/wiki/gela_asis

Gela ASIS is platform/compiler independent implementation of Ada
Semantic Interface Specification (ASIS). Gela ASIS implements core
ASIS Version 2.0 and most of ASIS Issues (SI99), so it's capable to
process Ada 2005 code.

Recent changes are:
 * Makefile to easy build and install Gela ASIS
 * implementation of Ada 2005 issues
 * implementation of private operations
 * implementation of Asis.Compilation_Units.Relations

Best regards
--
Maxim Reznik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Announce: Gela ASIS 0.2
  2008-09-19 16:13 Announce: Gela ASIS 0.2 Maxim Reznik
@ 2008-09-19 20:52 ` stephane.los
  2008-09-22 10:22   ` Maxim Reznik
  2008-09-20 21:23 ` micronian2
  1 sibling, 1 reply; 5+ messages in thread
From: stephane.los @ 2008-09-19 20:52 UTC (permalink / raw)


On 19 sep, 18:13, Maxim Reznik <rezni...@gmail.com> wrote:
> I would like to announce Gela ASIS 0.2 release.
>
> http://www.ten15.org/wiki/gela_asis
>
> Gela ASIS is platform/compiler independent implementation of Ada
> Semantic Interface Specification (ASIS). Gela ASIS implements core
> ASIS Version 2.0 and most of ASIS Issues (SI99), so it's capable to
> process Ada 2005 code.
>
> Recent changes are:
>  * Makefile to easy build and install Gela ASIS
>  * implementation of Ada 2005 issues
>  * implementation of private operations
>  * implementation of Asis.Compilation_Units.Relations
>
> Best regards
> --
> Maxim Reznik

Hello Sir,

I have been to your web site http://www.ten15.org/wiki/gela_asis and
found that you were looking for AFlex and Ayacc (I don't know where
this software hosts now, so I mirrored it here.)

Hereafter you can get it : http://www.ics.uci.edu/~self/

Best Regards,
Stéphane



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Announce: Gela ASIS 0.2
  2008-09-19 16:13 Announce: Gela ASIS 0.2 Maxim Reznik
  2008-09-19 20:52 ` stephane.los
@ 2008-09-20 21:23 ` micronian2
  1 sibling, 0 replies; 5+ messages in thread
From: micronian2 @ 2008-09-20 21:23 UTC (permalink / raw)


Wow! This is a really interesting project. I'll definitely spend some
time playing with it.
Keep up the great work!

--Micronian Coder

On Sep 19, 9:13 am, Maxim Reznik <rezni...@gmail.com> wrote:
> I would like to announce Gela ASIS 0.2 release.
>
> http://www.ten15.org/wiki/gela_asis
>
> Gela ASIS is platform/compiler independent implementation of Ada
> Semantic Interface Specification (ASIS). Gela ASIS implements core
> ASIS Version 2.0 and most of ASIS Issues (SI99), so it's capable to
> process Ada 2005 code.
>
> Recent changes are:
>  * Makefile to easy build and install Gela ASIS
>  * implementation of Ada 2005 issues
>  * implementation of private operations
>  * implementation of Asis.Compilation_Units.Relations
>
> Best regards
> --
> Maxim Reznik




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Announce: Gela ASIS 0.2
  2008-09-19 20:52 ` stephane.los
@ 2008-09-22 10:22   ` Maxim Reznik
  2008-09-22 19:50     ` stephane.los
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Reznik @ 2008-09-22 10:22 UTC (permalink / raw)


On 19 сент, 23:52, stephane....@neuf.fr wrote:
> I have been to your web sitehttp://www.ten15.org/wiki/gela_asisand
> found that you were looking for AFlex and Ayacc.
>
> Hereafter you can get it :http://www.ics.uci.edu/~self/
>
Thank you

Do you have any plans to evolve aflex?
For instance Unicode support would be very useful, because it's
required by Ada 2005 standard.

BTW, I had to increase Rule_Table.Max_Rules limit, because Ada 2005
syntax
exceeds old (1_000 rules) value.

--
Maxim Reznik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Announce: Gela ASIS 0.2
  2008-09-22 10:22   ` Maxim Reznik
@ 2008-09-22 19:50     ` stephane.los
  0 siblings, 0 replies; 5+ messages in thread
From: stephane.los @ 2008-09-22 19:50 UTC (permalink / raw)


On 22 sep, 12:22, Maxim Reznik <rezni...@gmail.com> wrote:
> On 19 ÓÅÎÔ, 23:52, stephane....@neuf.fr wrote:> I have been to your web sitehttp://www.ten15.org/wiki/gela_asisand
> > found that you were looking for AFlex and Ayacc.
>
> > Hereafter you can get it :http://www.ics.uci.edu/~self/
>
> Thank you
>
> Do you have any plans to evolve aflex?
> For instance Unicode support would be very useful, because it's
> required by Ada 2005 standard.
>
> BTW, I had to increase Rule_Table.Max_Rules limit, because Ada 2005
> syntax
> exceeds old (1_000 rules) value.
>
> --
> Maxim Reznik

Hi,

Sorry... I've just found the stuff you were looking for. I am not the
author !

Please follow the link and you'll find the author.

Stéphane



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-22 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-19 16:13 Announce: Gela ASIS 0.2 Maxim Reznik
2008-09-19 20:52 ` stephane.los
2008-09-22 10:22   ` Maxim Reznik
2008-09-22 19:50     ` stephane.los
2008-09-20 21:23 ` micronian2

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox