aboutsummaryrefslogtreecommitdiff
path: root/lang/awka/pkg-descr
blob: 47ee6fabfde8d25fd7b31aadb2241d17b0e9248d (plain) (blame)
1
2
3
4
5
6
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.