diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-20 07:27:54 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-20 07:27:54 -0700 |
commit | 2872754c1090cff9f0be6ba61d350b65cdeaee85 (patch) | |
tree | 44a2722a7b539217bb503827736103a141614934 /README.md | |
parent | a62f1d5fcd56cef3675cd92265538d9868f28957 (diff) | |
download | cppawk-2872754c1090cff9f0be6ba61d350b65cdeaee85.tar.gz cppawk-2872754c1090cff9f0be6ba61d350b65cdeaee85.tar.bz2 cppawk-2872754c1090cff9f0be6ba61d350b65cdeaee85.zip |
New man page: cppawk-fun.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |