From: byron@cc.gatech.edu (Byron A Jeff) Subject: Re: Is there a Pascal Compiler for linux? Date: Thu, 23 Sep 1993 20:23:05 GMT
In article <27sjf6$qhd@pdq.coe.montana.edu>,
Joe Garber <oususajg@gemini.oscs.montana.edu> wrote:
>
> I need this for a class I am taking and would like to do my debugging
>at home.
Well not exactly. There is the p2c pascal to C translator. It converts
pascal to C and there is a C library with many of the builtin pascal
procedures and functions. I just tested it. It translates from pascal
(many dialects including Turbo, HP, UCSD, and Berkeley Pascal) to a C
program which can be compiled with the -lp2c library.
Hope this helps,
BAJ