[net.general] F77_to_C

lvan (06/21/82)

#N:uicsovax:3300012:000:310
uicsovax!lvan    Jun 17 18:26:00 1982

I have a need for conversion programs (do they exist?)
that take Fortran source code as input and converts them
to 'C' source code, in a clean way.

It would be nice if translators existed for all programming languages, I
realize however, that that is not the case at the time I send this note
out on the net.

pat (06/21/82)

#R:uicsovax:3300012:uicsovax:3300014:000:264
uicsovax!pat    Jun 19 08:11:00 1982

The "struct" program will convert Fortran into Ratfor (rational fortran).
Doug Gilmore (uicsovax!doug) has a shell script to convert most of Ratfor
to C.  You still have to convert I/O statments, DATA & COMMON statments
by hand.  Type:  man struct  for details.