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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b733c10ea3655840 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Announcement: OpenToken 1.1 released Date: 1999/05/25 Message-ID: #1/1 X-Deja-AN: 481956864 References: <37444A4F.20183EE3@telepath.com> <37448521.E0E00B59@telepath.com> <37448AE3.E7D0B15A@Botton.com> <7i9qbb$t28$1@bgtnsc03.worldnet.att.net> <7ic0m5$848$1@nnrp1.deja.com> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1999-05-25T00:00:00+00:00 List-Id: dennison@telepath.com writes: > I don't know Perl, but from looking over the source it appears to > require gnat ".ali" files for everything you want converted. And of > course there's the little matter of the Perl interpriter. Its a shame > they couldn't have provided this tool in a format that would work > straight out of the box, rather than requiring you to go download YASC > (yet another scripting language). > > Hmmm. I wonder how much work would be involved in porting it to Ada. > OpenToken might be of some help... :-) Before you do that, be sure to see the adalib_html tool at: http://www.seas.gwu.edu/seas/eecs/Research/ada/adalib_html/ (this site was mentioned eariler in this thread). This tool is written in Ada, and compiles nicely on Win95 with GNAT (by which I mean, all I had to was type "gnatmake -O3"). I use it to publish the specs to Windex - one of these days I'll compare it's output to that of the Perl script that comes with GNAT. -- Stephe