knowledge-database (beta)

Current group: comp.lang.forth

FORTH source code analyzer (cross-references)

FORTH source code analyzer (cross-references)  
Rolf Schroedter
 Re: FORTH source code analyzer (cross-references)  
Stefan Schmiedl
 Re: FORTH source code analyzer (cross-references)  
Brad Eckert
From:Rolf Schroedter
Subject:FORTH source code analyzer (cross-references)
Date:Thu, 20 Jan 2005 09:49:30 +0100
I got others programmers FORTH source code and need to analyze it.
A few source files (modules) with lots of definitions.
Are there tools available to analyze cross-references,
calls between different modules, unused words, etc. ?

Any help is appreciated.
Regards, Rolf.

---------------------------------------------------------------
Rolf Schroedter, German Aerospace Center

Remove .nospam to reply: mailto:Rolf.Schroedter@dlr.de.nospam
From:Stefan Schmiedl
Subject:Re: FORTH source code analyzer (cross-references)
Date:20 Jan 2005 13:39:43 GMT
On Thu, 20 Jan 2005 09:49:30 +0100,
Rolf Schroedter wrote:
> I got others programmers FORTH source code and need to analyze it.
> A few source files (modules) with lots of definitions.
> Are there tools available to analyze cross-references,
> calls between different modules, unused words, etc. ?

http://www.beroset.com/forth/forth2xml.htm
might be of some help here.

s.
--
Stefan Schmiedl
+-------------------------------+----------------------------------------+
|Approximity GmbH | EDV-Beratung Schmiedl |
|http://www.approximity.com | Am Bräuweiher 4, 93499 Zandt, Germany |
|mailto:stefan@approximity.com | Tel. (09944) 3068-98, Fax -97 |
+-------------------------------+----------------------------------------+
From:Brad Eckert
Subject:Re: FORTH source code analyzer (cross-references)
Date:20 Jan 2005 08:19:05 -0800
You could look at http://www.tinyboot.com/color.htm which has an ANS
Forth to HTML converter. If your Forth has HTML documentation (with
anchors) for its non-ANS words, you can get even better coverage by
extending the index.

This program was the basis for Forth2XML, but since I know very little
about XML's capabilities I use my version.

Brad
   

Copyright © 2006 knowledge-database   -   All rights reserved