freebsd-ports/lang/awka/pkg-descr
Ying-Chieh Liao db2a13ade0 add awka
Converts the AWK script to C, then compiles it
2001-05-31 16:33:18 +00:00

9 lines
374 B
Plaintext

Awka is an open-source implementation of the AWK programming language.
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 compiled
to create a binary executable. This means you must have an ANSI C compiler
present on your system for Awka to work.
WWW: http://awka.sourceforge.net/