Re: AWK to C?

arnold@cc.gatech.edu (Arnold Robbins)
Fri, 25 Feb 1994 18:52:44 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.unix.misc,comp.compilers
From: arnold@cc.gatech.edu (Arnold Robbins)
Keywords: C, translator
Organization: Georgia Institute of Technology
References: 94-02-179
Date: Fri, 25 Feb 1994 18:52:44 GMT

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


The USL Toolchest (formerly of AT&T, now of Novell), sells an AWK to C
translator that handles the '87 version of nawk. It is not public domain.


If one was so inclined, one could take either Gnu Awk (gawk) or Michael
Brennan's awk (mawk), and turn them into AWK to C translators, but that
would be a fair amount of work. (If anyone does this with gawk, let me
know!) It would probably be easier with mawk than with gawk.


I know someone who is writing one from scratch as a back burner project,
but, last I'd heard, all he had working was the scanner, parser, and
parse-tree builder. I.e., the hard part still to be done. If he reads
this group and wants to volunteer more info, I'm sure he will.
--
Arnold Robbins --- Continuing Education, College of Computing
Georgia Tech, Atlanta, GA 30332-0280 Phone: +1 404 894 9214 (has voice mail)
E-mail: arnold.robbins@cc.gatech.edu FAX: +1 404 853 9378
--


Post a followup to this message

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