index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
/
match.tl
Commit message (
Expand
)
Author
Age
Files
Lines
*
match: translate some match-case forms into casequal.
Kaz Kylheku
2023-10-22
1
-20
/
+43
*
compiler/match: eliminate (subtypep (typeof x) y).
Kaz Kylheku
2023-08-09
1
-2
/
+1
*
match: bug: lexical symbol macros neglected
Kaz Kylheku
2023-07-27
1
-1
/
+1
*
Bug exposed due to to environment changes.
Kaz Kylheku
2023-07-17
1
-1
/
+1
*
New macro: match-cond.
Kaz Kylheku
2023-06-12
1
-0
/
+20
*
match: ^#S() and ^#H(()) patterns must work
Kaz Kylheku
2023-04-29
1
-1
/
+3
*
match: support @nil in predicates.
Kaz Kylheku
2023-03-23
1
-3
/
+9
*
lib: address remaining unused variable warnings.
Kaz Kylheku
2023-03-22
1
-47
/
+50
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
New function: macroexpand-match.
Kaz Kylheku
2022-10-13
1
-0
/
+5
*
lambda-match: bug: over-strict match in variadic pattern.
Kaz Kylheku
2022-05-11
1
-1
/
+1
*
matcher: fix `@{nil #/regex/}` throwing exception.
Paul A. Patience
2022-02-09
1
-2
/
+5
*
matcher: bug: quasiliteral allowing prefix matches.
Kaz Kylheku
2022-02-04
1
-3
/
+4
*
stdlib: missing blank line after copyright header.
Kaz Kylheku
2022-01-30
1
-0
/
+1
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
match: allow bound variables with regex modifier.
Kaz Kylheku
2021-12-27
1
-0
/
+11
*
match: bad compile-error call in quasi matcher.
Kaz Kylheku
2021-12-27
1
-1
/
+1
*
each-match macro family: missing anon block.
Kaz Kylheku
2021-12-08
1
-2
/
+5
*
match: fix quasiliteral issue.
Kaz Kylheku
2021-10-26
1
-0
/
+1
*
matcher: use function for match and match-ecase error.
Kaz Kylheku
2021-09-10
1
-2
/
+8
*
matcher: rename error-throwing macros.
Kaz Kylheku
2021-08-19
1
-4
/
+4
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-13
/
+13
*
matcher: new must-match and must-match-case macros.
Kaz Kylheku
2021-08-13
1
-0
/
+15
*
file layout: moving share/txr/stdlib to stdlib.
Kaz Kylheku
2021-06-24
1
-0
/
+1070