Fortran to C translator
Carl Lowenstein
cdl at mplvax.UUCP
Wed Jun 12 10:48:06 AEST 1985
In article <338 at cubsvax.UUCP> peters at cubsvax.UUCP (Peter S. Shenkin) writes:
>In article <> nunes at 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
More information about the Comp.lang.c
mailing list