aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-20 07:27:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-20 07:27:54 -0700
commit2872754c1090cff9f0be6ba61d350b65cdeaee85 (patch)
tree44a2722a7b539217bb503827736103a141614934 /README.md
parenta62f1d5fcd56cef3675cd92265538d9868f28957 (diff)
downloadcppawk-2872754c1090cff9f0be6ba61d350b65cdeaee85.tar.gz
cppawk-2872754c1090cff9f0be6ba61d350b65cdeaee85.tar.bz2
cppawk-2872754c1090cff9f0be6ba61d350b65cdeaee85.zip
New man page: cppawk-fun.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b6588d..3a4b02e 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,13 @@ There are currently
combining Lisp lists and Awk arrays such as `group_by`.
Documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1).
+* `<fun.h>`: three macros for indirect functions, with a simple
+ partial application mechanism for binding the leftmost argument.
+ This requires GNU Awk 4.0 or higher, which features indirect
+ function calls. Note: there are bugs in GNU Awk's indirect function
+ calls feature that are present right through 5.1.1.
+ Documented by the [`cppawk-fun` man page](../tree/cppawk-fun.1).
+
Several unreleased headers are in the development queue:
* `<field.h>`: utilities for manipulating fields.