Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!ncifcrf!lhc!adm!news From: A_DOUGHERTY@acc.haverford.edu (Andy Dougherty) Newsgroups: comp.unix.questions Subject: Re: Awk to C translator Message-ID: <23961@adm.BRL.MIL> Date: 24 Jul 90 21:45:12 GMT Sender: news@adm.BRL.MIL Lines: 5 >and I was hoping there was a free or inexpensive way to translate >my AWK source into compilable C code. Does anyone know of such a >beast? I have had good luck with a2p, the AWK to perl translator. It produces perl, not C, but might be suitable. a2p comes with the perl package.