⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{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