aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-11-22 22:34:32 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-11-22 22:34:32 +0200
commit5dd74ca177fc6e748c0098da1af8c94228ee6e90 (patch)
tree5c00961398f85d8420c0a2b8f6621794a5be13f8 /doc/gawk.texi
parent4a7a1509991bfa9b79816a04fbee3398e3be6841 (diff)
downloadegawk-5dd74ca177fc6e748c0098da1af8c94228ee6e90.tar.gz
egawk-5dd74ca177fc6e748c0098da1af8c94228ee6e90.tar.bz2
egawk-5dd74ca177fc6e748c0098da1af8c94228ee6e90.zip
Doc update.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5ce36c5a..46563fa4 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -43555,6 +43555,18 @@ The author wrote a nice
@uref{https://benhoyt.com/writings/goawk/, article}
describing the implementation.
+@cindex @command{AWKgo}
+@cindex @command{awk} to Go translator
+@cindex source code @subentry @command{AWKgo}
+@cindex programming languages @subentry Go
+This is an @command{awk} to Go translator.
+It was written by the author of @command{goawk}.
+(See the previous entry in this list.) Source code is
+available from
+@uref{https://github.com/benhoyt/goawk/tree/master/awkgo}.
+The author's article about it is at
+@uref{https://benhoyt.com/writings/awkgo/}.
+
@cindex @command{jawk}
@cindex Java implementation of @command{awk}
@cindex source code @subentry @command{jawk}