Xref: utzoo comp.lang.fortran:2210 comp.lang.c:19679 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!meyering From: meyering@cs.utexas.edu (Jim Meyering) Newsgroups: comp.lang.fortran,comp.lang.c Subject: Re: Fortran77 to C conversion Keywords: FORTRAN66, Fortran77, C, translation, ratfor Message-ID: <369@ai.cs.utexas.edu> Date: 30 Jun 89 09:49:59 GMT References: <12302@well.UUCP> Followup-To: comp.lang.fortran Organization: University of Texas at Austin CS Department Lines: 18 In article <12302@well.UUCP> rapa@well.UUCP (Ralph A. Phraner) writes: > >Does anyone reading this group have or know about any available >software, tools or scripts to automate conversion of Fortran77 >sources to C? Any help or pointers would be appreciated. Thanks. I have used a product, FOR_C, sold by a company called Cobalt Blue that does just what you want. They generate pretty readable C/C++ code from FORTRAN (or ratrof or f77) source. I have translated well over 50,000 lines of F66. Their product is pretty stable and can generate either K&R or prototypes and ANSI-style function definitions. I'm told they are working on a FORTRAN code structurer, too. Here's their number: Cobalt Blue (408) 723-0474 -- Jim Meyering meyering@cs.utexas.edu