Re: AWK to "C" translator

colas@aye.inria.fr (Colas Nahaboo)
23 Feb 1996 00:11:45 -0500

          From comp.compilers

Related articles
AWK to "C" translator kirk.reisinger@Bentley.COM (Kirk Reisinger) (1996-02-21)
Re: AWK to "C" translator colas@aye.inria.fr (1996-02-23)
Re: AWK to "C" translator mw@ipx2.rz.uni-mannheim.de (1996-02-23)
Re: AWK to "C" translator amnonc@mercury.co.il (Amnon Cohen) (1996-02-27)
| List of all articles for this month |

From: colas@aye.inria.fr (Colas Nahaboo)
Newsgroups: comp.compilers
Date: 23 Feb 1996 00:11:45 -0500
Organization: Koala Project, Bull Research France
References: 96-02-250
Keywords: C, translator

Kirk Reisinger <kirk.reisinger@Bentley.COM> writes:
|> I am looking for a compiler/utility to convert AWK code to native
|> code or "C" on a Sun Workstation.


an intermediate solution would be to use "a2p" (in the perl
distribution), which converts awk script to perl. You could then learn
perl, and optimise the resulting script. well-written perl programs
should run close to C speeds.


--
Colas Nahaboo, Koala, Dyade (Bull) INRIA Sophia,
http://www.inria.fr/koala/colas
--


Post a followup to this message

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