summaryrefslogtreecommitdiffstats
path: root/lisplib.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-04-18 16:58:06 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-04-18 16:58:06 -0700
commitd1b7254ee6bf59b6ff6a97134f10061cf8090b29 (patch)
tree8bae4503510f16cefca1c98bb58d7eb59c6e8514 /lisplib.c
parentb987a3d6fefbd31f11d7f500b259a26a0d33bd80 (diff)
downloadtxr-d1b7254ee6bf59b6ff6a97134f10061cf8090b29.tar.gz
txr-d1b7254ee6bf59b6ff6a97134f10061cf8090b29.tar.bz2
txr-d1b7254ee6bf59b6ff6a97134f10061cf8090b29.zip
matcher: new @(scan) operator.
* share/txr/stdlib/match.tl (compile-scan-match): New function. (compile-match): Hook scan operator into compiler. * lisplib.c (match_set_entries): Ensure scan is interned in usr package. * txr.1: Documented. * share/txr/stdlib/doc-syms.tl: Updated with new entry for scan.
Diffstat (limited to 'lisplib.c')
-rw-r--r--lisplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisplib.c b/lisplib.c
index a8e8c8de..95fa9914 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -871,7 +871,7 @@ static val match_instantiate(val set_fun)
static val match_set_entries(val dlt, val fun)
{
val name_noload[] = {
- lit("all*"), lit("as"), lit("with"),
+ lit("all*"), lit("as"), lit("with"), lit("scan"),
nil
};
val name[] = {