aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
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}