diff options
Diffstat (limited to 'lang/awka/DESCR')
-rw-r--r-- | lang/awka/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/awka/DESCR b/lang/awka/DESCR index 05124296e64..bda372dacca 100644 --- a/lang/awka/DESCR +++ b/lang/awka/DESCR @@ -1,6 +1,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 +program to ANSI-C, then compiles this using gcc or a native C compiler to create a binary executable. As of version 0.7.0, you can write C functions and compile them into a |