Re: ANN: Ada source code decorator
- From: Simon Wright <simon@xxxxxxxxxxxx>
- Date: Thu, 25 May 2006 20:53:23 +0100
Stephen Leake <stephen_leake@xxxxxxx> writes:
Simon Wright <simon@xxxxxxxxxxxx> writes:
Georg Bauhaus <bauhaus@xxxxxxxxxxxxx> writes:
(* XML - time permitting, using Simon Wright's ASIS based GIs.)
Although that work was useful, a lot more needs to be done on it to
make it anywhere near complete. It would be a lot easier if ASIS
(the standard) was open-source.
The ASIS _standard_ is open-source; it consists of Ada specs giving
the API.
The GNAT implementation is also open-source.
So what is missing?
Something to make it clear what the actual structure is. I found it
very hard indeed to understand what the API was trying to tell me; for
example, a qualified name a.b.c is stored in something like
(a (b (c)))
which you can understand a compiler using, rather than
<name>
<component>a</component>
<component>b</component>
<component>c</component>
</name>
and asis2xml would _definitely_ produce the latter (I forget whether
it actually does at this stage).
.
- Follow-Ups:
- Re: ANN: Ada source code decorator
- From: Stephen Leake
- Re: ANN: Ada source code decorator
- References:
- ANN: Ada source code decorator
- From: Georg Bauhaus
- Re: ANN: Ada source code decorator
- From: Simon Wright
- Re: ANN: Ada source code decorator
- From: Stephen Leake
- ANN: Ada source code decorator
- Prev by Date: Re: ANN: Ada source code decorator
- Next by Date: Re: ANN: Ada source code decorator
- Previous by thread: Re: ANN: Ada source code decorator
- Next by thread: Re: ANN: Ada source code decorator
- Index(es):
Relevant Pages
|
|