aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 51d9afeb..cd989a54 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39796,6 +39796,18 @@ However, that project was ended and the website shut down. Fortunately, the
makes this implementation available. You can view the files one at a time from
@uref{https://github.com/joyent/illumos-joyent/blob/master/usr/src/cmd/awk_xpg4}.
+@cindex @command{goawk}
+@cindex Go implementation of @command{awk}
+@cindex source code, @command{goawk}
+@item @command{goawk}
+This is an @command{awk} interpreter written in the
+@uref{https://golang.org/, Go programming language}.
+It implements POSIX @command{awk}, with a few minor extensions.
+Source code is available from @uref{https://github.com/benhoyt/goawk}.
+The author wrote a nice
+@uref{https://benhoyt.com/writings/goawk/, article}
+describing the implementation.
+
@cindex @command{jawk}
@cindex Java implementation of @command{awk}
@cindex source code, @command{jawk}