diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-16 08:18:24 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-16 08:18:24 -0800 |
commit | 66ca884d757fa14f56ea362a0da722e27804ad47 (patch) | |
tree | ea8712d89e7d4dbde297b6792ea4754b2cd24fb2 /lisplib.c | |
parent | 165f289b0a028906e574281286bc0e8f98346b6b (diff) | |
download | txr-66ca884d757fa14f56ea362a0da722e27804ad47.tar.gz txr-66ca884d757fa14f56ea362a0da722e27804ad47.tar.bz2 txr-66ca884d757fa14f56ea362a0da722e27804ad47.zip |
matcher: add lambda-match and defun-match
* lisplib.c (match_set_entries): New autoload triggers.
* share/txr/stdlib/match.tl (lambda-match, defun-match): New
macros.
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -875,6 +875,7 @@ static val match_set_entries(val dlt, val fun) }; val name[] = { lit("when-match"), lit("match-case"), lit("if-match"), + lit("lambda-match"), lit("defun-match"), nil }; |