Awka: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added implementation and stub templates)
 
m (Added pointer to Awka's Sourceforge page and MSGitHub repo.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{implementation|AWK}}{{stub}}
{{implementation|AWK}}{{stub}}

The AWKA translation utility converts AWK programs to ANSI C, and provides a separate library against which the C code is linked. The aims of AWKA are:

* to allow creation of executable files better performance than interpreted awk
* to allow easy inclusion of AWK logic in to larger C applications
* to provide access to external C functions within AWK scripts


Homes of Awka: http://awka.sourceforge.net/index.html and https://github.com/noyesno/awka

Latest revision as of 10:41, 12 November 2018

Awka is an implementation of AWK. Other implementations of AWK.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

The AWKA translation utility converts AWK programs to ANSI C, and provides a separate library against which the C code is linked. The aims of AWKA are:

  • to allow creation of executable files better performance than interpreted awk
  • to allow easy inclusion of AWK logic in to larger C applications
  • to provide access to external C functions within AWK scripts


Homes of Awka: http://awka.sourceforge.net/index.html and https://github.com/noyesno/awka