Xref: utzoo comp.lang.pascal:1043 comp.lang.c:11786 Path: utzoo!attcan!uunet!mtcs!chiu From: chiu@mtcs.UUCP (Andrew Chiu) Newsgroups: comp.lang.pascal,comp.lang.c Subject: Re: C ==> Pascal Summary: RE: C ==> Pascal Keywords: TCP 3/4 ANSI Message-ID: <172@mtcs.UUCP> Date: 9 Aug 88 17:25:53 GMT References: <3dbeca56.1285f@maize.engin.umich.edu> Lines: 72 In article <3dbeca56.1285f@maize.engin.umich.edu>, mekos@caen.engin.umich.edu (Howard S nichols) writes: > > > > I am in need of a pascal to c program. > I have p to c , but it has no reverse > option, which is what I need. > > If you can provide any information, it > would be `much` appreciated. > > H. S. N. > > Mekos ==> Demon S. Spawn Jr. I can't reach you email address, so post it. | From MAILER-DAEMON@mtcs.com Tue Aug 9 10:09:39 1988 | Return-Path:| Received: from mtcs.com by fell.mtcs.com (3.2/SMI-3.2) | id AA14101; Tue, 9 Aug 88 10:09:37 PDT | Received: by mtcs.com (3.2/SMI-3.2) | id AC29495; Tue, 9 Aug 88 10:09:37 PDT | Date: Tue, 9 Aug 88 10:09:37 PDT | From: MAILER-DAEMON@mtcs.com (Mail Delivery Subsystem) | Subject: Returned mail: Unable to deliver mail | Message-Id: <8808091709.AC29495@mtcs.com> | To: chiu@mtcs.com | Status: RO | | ----- Transcript of session follows ----- | 554 mekos@caen.engin.umich.edu... Unknown domain edu | 554 chiu... Possible alias loop | 554 No valid recipients | | ----- Unsent message follows ----- | Return-Path: | Received: by mtcs.com (3.2/SMI-3.2) | id AA29495; Tue, 9 Aug 88 10:09:37 PDT | Date: Tue, 9 Aug 88 10:09:37 PDT | From: chiu (Andrew Chiu) | Message-Id: <8808091709.AA29495@mtcs.com> | To: mekos@caen.engin.umich.edu | Subject: Re: C ==> Pascal | News-Path: uunet!husc6!ukma!tut.cis.ohio-state.edu!mailrus!caen.engin.umich.edu!mekos | References: <3dbeca56.1285f@maize.engin.umich.edu> When I was a graduate student at UC-Riverside, 87, I had a small project "Interflow among C, Pascal, Ada, Lisp and Fortran". These 5 high level languages can be coordinated together. Especially, C and Pascal can fully coordinated (Pascal calls C function and C calls Pascal routine). Surely, my project was done on the UNIX BSD 4.3 and the C and Pascal compiler is UC-Berkeley version(cc & pc). If you are on UNIX and have cc & pc, you can take a look at manual of cc & pc and you will find out it is easy to compile them seperately and link them together. I still remeber how they coordinate together: ------ Lisp -->Fortran | | | | V V Pascal <--> C <-- Ada I hope this is helpful. Andrew Chiu MTCS 50 Beale Street P.O. Box 3965 San Francisco, CA 94119