From fa878d96fb90df50693aa141755eb878bfba27a6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 18 Apr 2022 07:45:23 -0700 Subject: README: completion of cons.h, mention unpublished headers. --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5eed990..18a5fde 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,27 @@ There are currently 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 - will be documented after `` documentation is complete. + is being documented now that `` documentation is complete. * ``: 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). + Now fully documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1). + +Several unreleased headers are in the development queue: + +* ``: utilities for manipulating fields. + +* ``: utilities for writing variadic functions in Awk; + the private API version of this is used in existing work, but does + not have separate test cases, and doesn't have a public, documented + version. + +* ``: some associative array utilities. + +* ``: Lisp-like assoc lists: addendum to ``. + +* Certain utilities in the private header `` should be made public. ## Why? -- cgit v1.2.3