aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-27 20:28:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-27 20:28:24 +0200
commit334a4d623501739b794239add6fade23abbdb645 (patch)
treea1c733042eb026bfc2466aed5f62a614fe0c7b9b /doc/gawktexi.in
parent4d481023b2ff756dc8c77c66e6a4864f9c072007 (diff)
parent9b393a2e9d9d46ddea86e20bffaa0214cd40204b (diff)
downloadegawk-334a4d623501739b794239add6fade23abbdb645.tar.gz
egawk-334a4d623501739b794239add6fade23abbdb645.tar.bz2
egawk-334a4d623501739b794239add6fade23abbdb645.zip
Merge branch 'gawk-4.2-stable'
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 307d04d0..9a21913b 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39829,6 +39829,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}