aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-27 20:30:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-27 20:30:20 +0200
commit10bbf2bd8efce5d262e79592b5b5340a1148ce8a (patch)
tree72fd93414c2275d6cf749c217f73f980d6ea60ec /doc/gawktexi.in
parent555942e71dd64c7e85cbb5c6389017c0bace1558 (diff)
parent334a4d623501739b794239add6fade23abbdb645 (diff)
downloadegawk-10bbf2bd8efce5d262e79592b5b5340a1148ce8a.tar.gz
egawk-10bbf2bd8efce5d262e79592b5b5340a1148ce8a.tar.bz2
egawk-10bbf2bd8efce5d262e79592b5b5340a1148ce8a.zip
Merge branch 'master' into feature/fix-comments
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 e7bb7022..1e3d0bea 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39830,6 +39830,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}