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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f4f36fe8ce252852 X-Google-Attributes: gid103376,public From: wheeler@aphrodite.csed.ida.org (David Wheeler) Subject: Re: converting ada to html Date: 1996/04/04 Message-ID: <4k0nv0$6cj@dmsoproto.ida.org>#1/1 X-Deja-AN: 145784155 references: <4juepc$8a5@venus.alphatech.com> organization: IDA, Alexandria, Virginia newsgroups: comp.lang.ada Date: 1996-04-04T00:00:00+00:00 List-Id: Mark Hertel (mhertel@alphatech.com) wrote: : I was wondering if there are any tools for converting ada source to : html documents. I found ada2html by David Wheeler but it requires : GNAT. Are there any converters that don't rely on GNAT? : Mark Hertel : mhertel@alphatech.com "src2ada" doesn't require GNAT, it's at URL: http://www.cs.purdue.edu/homes/young/software/src2www.html Src2ada is nice for what it does, but it does _NOT_ create hypertext links between uses and definitions (with statements, declarations and uses, etc). Src2ada is bent on creating an alphabetical index. That's a really significant limitation, so much so that I wrote ada2html. I think you'll find that ada2html will give you better final results (in my unbiased opinion :-)). You don't have to use GNAT to _compile_ your code; you can use ada2html on Ada95 code that you compile with other compilers. Hope that helps. --- David A. Wheeler Net address: wheeler@ida.org