~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to doc/gawktexi.in

  • Committer: Arnold D. Robbins
  • Date: 2018-11-27 18:30:20 UTC
  • mfrom: (731.15.95)
  • Revision ID: git-v1:10bbf2bd8efce5d262e79592b5b5340a1148ce8a
Merge branch 'master' into feature/fix-comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
39830
39830
makes this implementation available.  You can view the files one at a time from
39831
39831
@uref{https://github.com/joyent/illumos-joyent/blob/master/usr/src/cmd/awk_xpg4}.
39832
39832
 
 
39833
@cindex @command{goawk}
 
39834
@cindex Go implementation of @command{awk}
 
39835
@cindex source code, @command{goawk}
 
39836
@item @command{goawk}
 
39837
This is an @command{awk} interpreter written in the
 
39838
@uref{https://golang.org/, Go programming language}.
 
39839
It implements POSIX @command{awk}, with a few minor extensions.
 
39840
Source code is available from @uref{https://github.com/benhoyt/goawk}.
 
39841
The author wrote a nice 
 
39842
@uref{https://benhoyt.com/writings/goawk/, article}
 
39843
describing the implementation.
 
39844
 
39833
39845
@cindex @command{jawk}
39834
39846
@cindex Java implementation of @command{awk}
39835
39847
@cindex source code, @command{jawk}