Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site mplvax.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!ittvax!dcdwest!sdcsvax!sdcc3!mplvax!cdl From: cdl@mplvax.UUCP (Carl Lowenstein) Newsgroups: net.lang.c,net.lang.f77 Subject: Re: Fortran to C translator Message-ID: <195@mplvax.UUCP> Date: Tue, 11-Jun-85 20:48:06 EDT Article-I.D.: mplvax.195 Posted: Tue Jun 11 20:48:06 1985 Date-Received: Fri, 14-Jun-85 05:58:43 EDT References: <> <338@cubsvax.UUCP> Reply-To: cdl@mplvax.UUCP (Carl Lowenstein) Distribution: net Organization: Marine Physical Laborator of SIO at UCSD Lines: 19 Xref: watmath net.lang.c:5379 net.lang.f77:315 In article <338@cubsvax.UUCP> peters@cubsvax.UUCP (Peter S. Shenkin) writes: >In article <> nunes@utai.UUCP writes: >> >> A friend of mine is looking for a Fortran to C translator. > >I don't have an answer... but the documentation to the unix f77 compiler >states that the compiler produces intermediate C code. Read it again. "The (f77) compiler generates C compiler intermediate code." That means that it produces the same kind of code that the first pass of the C compiler produces -- parse trees and other exotic things. These can then be sent to the second pass of the C compiler just as if they had originated from a C program. But there is no intermediate C code. -- carl lowenstein marine physical lab u.c. san diego {ihnp4|decvax|akgua|dcdwest|ucbvax} !sdcsvax!mplvax!cdl