diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-22 22:35:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-22 22:35:50 +0200 |
commit | f68f4bc19f33ed3146c5573bbdaef902a6eb4a17 (patch) | |
tree | 8658b8e858cf7864334b6e381b729eeb6cd819be /doc/gawktexi.in | |
parent | f44bcf14b40716abe45306b0ca427a2b8359f28f (diff) | |
parent | 5dd74ca177fc6e748c0098da1af8c94228ee6e90 (diff) | |
download | egawk-f68f4bc19f33ed3146c5573bbdaef902a6eb4a17.tar.gz egawk-f68f4bc19f33ed3146c5573bbdaef902a6eb4a17.tar.bz2 egawk-f68f4bc19f33ed3146c5573bbdaef902a6eb4a17.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 0e621e04..3344b8e5 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -42730,6 +42730,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} |