Xref: utzoo comp.lang.c:25788 comp.lang.pascal:3059 comp.lang.misc:4053 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!att!cbnewsl!clyde!feg From: feg@clyde.ATT.COM (Forrest Gehrke,2C-119,7239,ATTBL) Newsgroups: comp.lang.c,comp.lang.pascal,comp.lang.misc Subject: Re: Pascal to C Conversion Message-ID: <4007@cbnewsl.ATT.COM> Date: 7 Feb 90 15:30:15 GMT References: <52037@XAIT.Xerox.COM> <1990Feb2.172112.4509@cunixf.cc.columbia.edu> <3576@garth.UUCP> Sender: nntp@cbnewsl.ATT.COM Reply-To: feg@clyde.ATT.COM Distribution: usa Organization: AT&T Bell Laboratories Lines: 22 In article <3576@garth.UUCP>, phipps@garth.UUCP (Clay Phipps) writes: > We are also looking for an automatic Pascal-to-C source-code converter. > > > >In your reply, please indicate the source for the converter, > >price (if applicable), > >any positive / negative experience you may have, > >and language flavors supported. You will find a fairly good translator on SIMTEL20 archives under MSDOS.C directory which was put out by Microsoft a couple of years ago. T2C.ARC 152K bytes Its specially configured to translate TurboPascal to MSC, natch. Although any of the these Pascal-C translators can handle most of the job, none of them can unravel Pascal's nested functions. The translators leave that task to humans. Forrest Gehrke feg@clyde.ATT.COM