Pascal to 'C' intepreter/compiler for pdp-11(Unix)
Bob Kyryliuk
bobk at hcradm.UUCP
Thu Jan 3 05:12:54 AEST 1985
> What I need is a program that will
> take a Pascal file and
> convert it to 'C'.
> Is there any such thing?
HCR sells a product called HCR/PASCAL.
HCR/PASCAL is a Pascal compiler that uses C as an intermediate
language. It first performs a direct translation from Pascal to C,
and then invokes the system's C compiler to complete the compilation.
This allows for the straightforward calling of C routines by Pascal
routines and vice versa (ie. strings are null terminated).
HCR/PASCAL is written in C and is available on a wide range of hardware
that runs UNIX including the pdp-11.
For further information, you can contact me at the following
address/phone number/net address:
Bob A. Kyryliuk
HCR/PASCAL Product Manager
Human Computing Resources Corporation
10 St. Mary Street
Toronto, Ontario, M4Y 1P9
Canada
416-922-1937 ext.25
...{decvax|utzoo|ihnp4|watmath}!hcr!hcradm!bobk
More information about the Comp.lang.c
mailing list