FORTRAN, C Symbol Table Builders Wanted

John Young jgy at hropus.UUCP
Tue Mar 29 03:36:17 AEST 1988


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).



More information about the Comp.lang.c mailing list