From: Todd Peterson
Subject: reengineering
Date: 
Message-ID: <33F09CED.C1CA42E6@saifr00.ateng.az.honeywell.com>
is there any kind of tool for extracting a data-flow diagram from
existing lisp code? are there any other tools for lisp reengineering?

thanks,
todd peterson
honeywell
From: Thomas A. Russ
Subject: Re: reengineering
Date: 
Message-ID: <ymid8njxgq4.fsf@sevak.isi.edu>
In article <...> Todd Peterson <········@saifr00.ateng.az.honeywell.com> writes:

 > From: Todd Peterson <········@saifr00.ateng.az.honeywell.com>
 > Date: Tue, 12 Aug 1997 10:27:09 -0700
 > 
 > is there any kind of tool for extracting a data-flow diagram from
 > existing lisp code? are there any other tools for lisp reengineering?

There is the XREF (cross-referencing) package at the CMU lisp archives.
It would allow you to develop parts of what you may be looking for,
although it is more of a control-flow tool rather than data-flow.

It could be the start of a reeingineering analysis of the lisp code.
The problem, of course, is that it is a very low-level tool, so you
would probably need to do some manual checking of the results.

-- 
Thomas A. Russ,  USC/Information Sciences Institute          ···@isi.edu