Awka: Difference between revisions

From Rosetta Code
Content added Content deleted
(brief description added)
m (Added pointer to Awka's MSGitHub repo.)
Line 6: Line 6:
* to allow easy inclusion of AWK logic in to larger C applications
* to allow easy inclusion of AWK logic in to larger C applications
* to provide access to external C functions within AWK scripts
* to provide access to external C functions within AWK scripts

New home of Awka: https://github.com/noyesno/awka

Revision as of 10:38, 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

New home of Awka: https://github.com/noyesno/awka