Path: utzoo!attcan!uunet!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!s.psych.uiuc.edu!amead From: amead@s.psych.uiuc.edu (alan mead) Newsgroups: comp.lang.pascal Subject: XReferencer Keywords: Xreference Message-ID: <1990Nov30.223836.3222@ux1.cso.uiuc.edu> Date: 30 Nov 90 22:38:36 GMT Sender: news@ux1.cso.uiuc.edu (News) Distribution: comp Organization: University of Illinois at Urbana Lines: 18 I don't use cross references--however I just examined the output of one, and it seemed pretty useful. What I'd like to do is print out just the procedure headers in a "pretty" fashion and perhaps the dependancies. The other stuff like line numbers and varaible stats might be useful too. Eg: PROGRAM Test; PROCEDURE Beep; FUNCTION Power( x,y : real ):real; PROCEDURE Sort( var List:lisType); FUNCTION Swap( var x,y:ElementType ); ... Do you know of one? Source code would be best (so I could customize it), but if you use a flexible commercial one, please include that. Please email suggetsions. Thanks. -alan mead Brought to you by Super Global Mega Corp .com