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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c764748730dd2c1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-12 23:24:05 PST From: Brian Orpin Newsgroups: comp.lang.ada Subject: Re: gnathtml in Ada ? Date: Wed, 13 Dec 2000 07:23:40 +0000 Reply-To: abuse@borpin.co.uk (Brian Orpin This is valid) Message-ID: References: <3A351287.8628BCFA@dpqwd.zblf> <913mhp$4oh$1@nnrp1.deja.com> <000d01c063d0$1e0d7640$0502a8c0@db2000> <915f7l$fiu$1@nnrp1.deja.com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: esk2461.ct.edinbr.gecm.com X-Trace: 13 Dec 2000 07:18:18 GMT, esk2461.ct.edinbr.gecm.com Path: supernews.google.com!sn-xit-03!supernews.com!freenix!fr.clara.net!heighliner.fr.clara.net!grolier!btnet-peer0!btnet-feed3!btnet!newreader.ukcore.bt.net!pull.gecm.com!esk2461.ct.edinbr.gecm.com Xref: supernews.google.com comp.lang.ada:3046 Date: 2000-12-13T07:23:40+00:00 List-Id: On Tue, 12 Dec 2000 15:11:56 GMT, Ted Dennison wrote: >In article <000d01c063d0$1e0d7640$0502a8c0@db2000>, > comp.lang.ada@ada.eu.org wrote: >> > Without that feature, the whole thing could be done quite trivially >> > using OpenToken... >("that feature" referring to support for traversing the user's Ada lib) >> >> I assume this means you have volunteered for the task. >:-) > >Actually, I almost went ahead and did it. It wouldn't take too long, and >I think the sources would be small enough to post here. (Remember that >OpenToken already comes with an Ada tokenizer.) I decided against it >because without the trans-file cross-references, it wouldn't be horribly >useful (you might as well use a colorizing text editor). The cross linking is the useful bit. >But if there's interst, I suppose I could whip it up real quick and post >it. Someone else with more free time could then take it and figure out >the Ada library traversal issues. You could simply offer the option to include library paths in the call (or by config file) and any unit which is not found does not have links produced. -- Brian Orpin BAE SYSTEMS, Edinburgh "If you really know C++, there isn't much you can't do with it, though it may not always be what you intended!" Tucker Taft 1998