aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-27 20:27:19 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-27 20:27:19 +0200
commit9b393a2e9d9d46ddea86e20bffaa0214cd40204b (patch)
tree95ff1872d3b790460ff5b9ae9dd7e4bde2fe1c8b /doc/gawk.texi
parent7eac08335f61dc6b0f236f9bf7c3ad434576b70f (diff)
downloadegawk-9b393a2e9d9d46ddea86e20bffaa0214cd40204b.tar.gz
egawk-9b393a2e9d9d46ddea86e20bffaa0214cd40204b.tar.bz2
egawk-9b393a2e9d9d46ddea86e20bffaa0214cd40204b.zip
Document goawk implementation of awk.
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 aea89d75..445ef9c1 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -40822,6 +40822,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}