[net.lang.c] Converting Pascal to C

Mark Wadsworth <mw@uci-icse.ARPA> (02/08/85)

Are there programs available to convert Pascal to C (possibly with 
some human intervention)?

Larry Carroll <LARRY@JPL-VLSI.ARPA> (02/09/85)

The Whitesmith's Pascal compiler produces C source code, which is then 
compiled to object code.  Naturally, the resulting C is ugly, but if you
have thousands of lines of code to translate you might want to go this 
route and then clean up the C code.
						Larry @ jpl-vlsi
------