Re: AWK to C?

bergman@panix.com (Mark Bergman)
Sat, 26 Feb 1994 06:39:09 GMT

          From comp.compilers

Related articles
AWK to C? c0464610@techst02.technion.ac.il (1994-02-23)
Re: AWK to C? arnold@cc.gatech.edu (1994-02-25)
Re: AWK to C? bergman@panix.com (1994-02-26)
Re: AWK to C? olson@mcs.anl.gov (1994-02-26)
Re: AWK to C? arnold@cc.gatech.edu (1994-03-03)
| List of all articles for this month |

Newsgroups: comp.lang.c,comp.compilers
From: bergman@panix.com (Mark Bergman)
Keywords: C, translator
Organization: Panix Public Access Internet & Unix, NYC
References: 94-02-179 94-02-191
Date: Sat, 26 Feb 1994 06:39:09 GMT

Zusman Mark <ilan@allink.com> wrote:
>>Does anyone knows about a public-domain AWK to C translator?


One alternative, though I haven't found it to be terrific, is a package
described in DDJ (May, 1989), by Jim Mischel, "WRITING AWK-LIKE
EXTENSIONS TO C". It is a partial implementation of the functions found
in old awk. I've got source, and I suppose it's floating 'round the
net. It would be a nice project...take your working Awk scripts, put


#include <awk.h>


at the top and compile away!
----
Mark Bergman
718-855-9148
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.