aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-05 08:01:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-05 08:01:07 -0700
commite6530b398a4c1abab933f8b05b0ccc2edb0d617c (patch)
tree2752d80d3ac065211d1a744868ca473fac5c30df
parent5000f2de6dc79bdc916b0b6aa985cd793abce938 (diff)
downloadcppawk-e6530b398a4c1abab933f8b05b0ccc2edb0d617c.tar.gz
cppawk-e6530b398a4c1abab933f8b05b0ccc2edb0d617c.tar.bz2
cppawk-e6530b398a4c1abab933f8b05b0ccc2edb0d617c.zip
README: give link to cppawk-cons man page.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6dcbaa4..5eed990 100644
--- a/README.md
+++ b/README.md
@@ -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?