AWK to C converter

  • Follow


Dear all,
I need an AWK to C converter for integrating it in a large
application.

Many thanks
-re-
0
Reply Roberto 3/21/2011 11:11:03 AM

Am (at) Mon, 21 Mar 2011 04:11:03 -0700 (PDT) schrieb (wrote) Roberto
Ellero:

> I need an AWK to C converter for integrating it in a large
> application.

here are some awk to c translators (6.) listed:
gopher://schot.a-eskwadraat.nl/0/awk/texts/faq.txt
0
Reply Andreas 3/21/2011 6:53:57 PM


In article 
<4642e2fa-58d5-45ac-8d03-42f237102b47@m7g2000vbq.googlegroups.com>,
 Roberto Ellero <elleroroberto@gmail.com> wrote:

> I need an AWK to C converter for integrating it in a large
> application.

SourceForge has (or had) an awk to ANSI C translator and library.  It 
was written by Andrew Sumner (andrewsumner@yahoo.com, per the 8/8/2000 
man page).

There was a Unix ToolChest program called awkcc.  I used to have a copy 
but it was so old I moved on.

Aside from hiding code, modern computers are so fast that I just run the 
awk script.  If it is that slow or frequently run (rarely) I code it in 
C.  I haven't done that in years.
0
Reply Robert 3/21/2011 11:02:26 PM

On Mar 21, 7:53=A0pm, Andreas Baumgartner <andax....@gmail.com> wrote:
> Am (at) Mon, 21 Mar 2011 04:11:03 -0700 (PDT) schrieb (wrote) Roberto
> Ellero:
>
> > I need an AWK to C converter for integrating it in a large
> > application.
>
> here are some awk to c translators (6.) listed:
> gopher://schot.a-eskwadraat.nl/0/awk/texts/faq.txt

Many thanks
-re-
0
Reply Roberto 3/22/2011 3:07:17 PM

On Mar 22, 12:02=A0am, Robert Peirce <b...@peirce-family.com> wrote:
> In article
> <4642e2fa-58d5-45ac-8d03-42f237102...@m7g2000vbq.googlegroups.com>,
> =A0Roberto Ellero <ellerorobe...@gmail.com> wrote:
>
> > I need an AWK to C converter for integrating it in a large
> > application.
>
> SourceForge has (or had) an awk to ANSI C translator and library. =A0It
> was written by Andrew Sumner (andrewsum...@yahoo.com, per the 8/8/2000
> man page).
>
> There was a Unix ToolChest program called awkcc. =A0I used to have a copy
> but it was so old I moved on.
>
> Aside from hiding code, modern computers are so fast that I just run the
> awk script. =A0If it is that slow or frequently run (rarely) I code it in
> C. =A0I haven't done that in years.

Many thanks
-re-
0
Reply Roberto 3/22/2011 3:07:42 PM

4 Replies
630 Views

(page loaded in 0.063 seconds)

Similiar Articles:













7/21/2012 12:44:20 AM


Reply: