Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!noao!ncar!gatech!purdue!wangjw From: wangjw@cs.purdue.EDU (Jingwen Wang) Newsgroups: comp.unix.programmer Subject: Program Preprocessor? Message-ID: <13716@medusa.cs.purdue.edu> Date: 6 Mar 91 20:52:54 GMT Sender: news@cs.purdue.EDU Reply-To: wangjw@ifestos.cs.purdue.edu () Organization: Department of Computer Science, Purdue University Lines: 15 Hi, experts, I am going to design a program preprocessor for software transplant. I need to substitute some of the Fortran calls for calls on the new machine. I don't know which is the most efficient way to do this. I have two options: design the preprocessor in C or in awk language. Can someone tell me which is the best way to do this simple substitution task? Or has anyone already done this similar job? Thanks. Jingwen Wang wangjw@cs.purdue.edu