diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-01-18 08:00:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-01-18 08:00:40 -0800 |
commit | d94d72a0c6c01197dd3fb2c874ef56b94a7f815b (patch) | |
tree | fcbc8d0220ef5019f2c1fa1d13050e64c47a34d2 | |
parent | 2ccd83313578670d452e788fc5240d4f1967af6f (diff) | |
download | txr-d94d72a0c6c01197dd3fb2c874ef56b94a7f815b.tar.gz txr-d94d72a0c6c01197dd3fb2c874ef56b94a7f815b.tar.bz2 txr-d94d72a0c6c01197dd3fb2c874ef56b94a7f815b.zip |
doc: mention each-match and while-match in overview.
* txr.1: In the Pattern-Matching macros overview section,
mention while-match and each-match.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -43035,6 +43035,12 @@ and .code defun-match provides a way to define a top-level function using the same concept. +Additionally, there exist +.code each-match +and +.code while-match +macro families. + .NP* Syntax and Key Concepts \*(TL's structural pattern-matching notation is template-based. |