diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-19 20:37:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-19 20:37:20 -0700 |
commit | a62f1d5fcd56cef3675cd92265538d9868f28957 (patch) | |
tree | 122683949d81e2d9316e5d3d732c9d6d8b2127d4 | |
parent | beffb61f9d68b358d4f2b938b7fe0887a7b39dda (diff) | |
download | cppawk-a62f1d5fcd56cef3675cd92265538d9868f28957.tar.gz cppawk-a62f1d5fcd56cef3675cd92265538d9868f28957.tar.bz2 cppawk-a62f1d5fcd56cef3675cd92265538d9868f28957.zip |
README: <iter.h> is documented.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -131,13 +131,13 @@ There are currently * `<iter.h>`: provides powerful iteration constructs, including a `loop` macro that features the ability for the application to define new iteration clauses, in addition to the numerous useful ones that - come with `loop`. **Currently lacking documentation***. This area - is being documented now that `<cons.h>` documentation is complete. + come with `loop`. + Documented by the [`cppawk-iter` man page](../tree/cppawk-iter.1). * `<cons.h>`: provides Lisp-like functional, heterogeneous list manipulation, higher order functions, some useful control operators, and functions combining Lisp lists and Awk arrays such as `group_by`. - Now fully documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1). + Documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1). Several unreleased headers are in the development queue: |