Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!rochester!ken From: ken@cs.rochester.edu (Ken Yap) Newsgroups: comp.text Subject: Re: (none) Message-ID: <1989Oct30.171040.29469@cs.rochester.edu> Date: 30 Oct 89 17:10:40 GMT References: <782@shelby.Stanford.EDU> Reply-To: ken@cs.rochester.edu Organization: University of Rochester Computer Science Department Lines: 8 Address: Rochester, NY 14627, (716) 275-1448 | I am interested to know if web2c can be used to convert any Pascal |program to C as it is done for TeX programs. If it can be could you please |let me know how it can be done, like what do I need in the .defines file, |etc. The short answer is no. Web2c is tailored to TeX sources and cannot handle arbitrary Pascal programs. For instance, Knuth does not use pointers and heap memory in TeX.