aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-21 18:00:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-21 18:00:42 +0300
commit7760ee121f8f3a231f4d949819fb49025d840297 (patch)
treecd8ddac13b54b47ddd2e52b58d5d7a88850c512d /doc/gawktexi.in
parent0c2d3fdf3d3cec1f2b276995ccb085f2c35ca95b (diff)
downloadegawk-7760ee121f8f3a231f4d949819fb49025d840297.tar.gz
egawk-7760ee121f8f3a231f4d949819fb49025d840297.tar.bz2
egawk-7760ee121f8f3a231f4d949819fb49025d840297.zip
Doc, add link to Mircea Neacsu's embeddable awk interpreter.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index c0a7b7d2..757fb4c0 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -40577,6 +40577,13 @@ This is an embeddable @command{awk} interpreter derived from
@command{mawk}. For more information, see
@uref{http://repo.hu/projects/libmawk/}.
+@cindex source code, embeddable @command{awk} interpreter
+@cindex Neacsu, Mircea
+@item Mircea Neacsu's Embeddable @command{awk}
+Mircea Neacsu has created an embeddable @command{awk}
+interpreter, based on BWK awk. It's available
+at @uref{https://github.com/neacsum/awk}.
+
@item @code{pawk}
@cindex source code, @command{pawk} (Python version)
@cindex @code{pawk}, @command{awk}-like facilities for Python