Translator of the AWK programming language to ANSI-C http://awka.sourceforge.net/
Go to file
2024-01-05 20:43:28 +01:00
awka-0.7.5-DESTDIR.patch automatic rebuild by autodist [release 0.7.5-3mamba;Wed Aug 28 2013] 2024-01-05 20:43:27 +01:00
awka.spec rebuilt with debug package, build requirements and other fixes [release 0.7.5-4mamba;Tue Jan 04 2022] 2024-01-05 20:43:28 +01:00
README.md rebuilt with debug package, build requirements and other fixes [release 0.7.5-4mamba;Tue Jan 04 2022] 2024-01-05 20:43:28 +01:00

awka

Awka is an open-source implementation of the AWK programming language and is actually two products:

  • the AWK to C translator
  • a library against which the C code is linked Awka is not an interpreter like Gawk, Mawk or Nawk, but instead it converts the program to ANSI-C, then compiles this using gcc or a native C compiler to create a binary executable. This means you must have an ANSI C compiler present on your system for Awka to work.