diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -131,11 +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*** + come with `loop`. **Currently lacking documentation***. This area + will be documented after `<cons.h>` documentation is complete. * `<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`. + Partially documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1). ## Why? |