[comp.lang.c] FORTRAN, C Symbol Table Builders Wanted

nrlgrx@censun1.uunet (NRL Paul Butterfield) (03/26/88)

I am interested in anyone's suggestions for public domain
software to parse FORTRAN source code and construct a symbol
table with full data type information.  I am also looking for
a similar capability for C. 

Please send mail to me personally at uunet!censun1!nrlgrx. I will
summarize the results in a future posting. 

Paul Butterfield

jgy@hropus.UUCP (John Young) (03/29/88)

Paul Butterfield writes:
> I am interested in anyone's suggestions for public domain
> software to parse FORTRAN source code and construct a symbol
> table with full data type information.  I am also looking for
> a similar capability for C. 
> 
> Please send mail to me personally at uunet!censun1!nrlgrx. I will
> summarize the results in a future posting. 
> 

It's not in the public domain but you may have it already.
Try compiling the code with maximal debug information
(i.e. -g on cc, -? on f77) and using nm(1).