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
/
tests
/
011
Commit message (
Expand
)
Author
Age
Files
Lines
*
match-case: bugfix in conversion to casequal.
Kaz Kylheku
2024-12-20
1
-0
/
+3
*
match: new @(scan-all) operator.
Kaz Kylheku
2024-06-28
1
-0
/
+8
*
match: remove bad restriction from @(sme) and @(end).
Kaz Kylheku
2024-02-08
1
-0
/
+10
*
New glob* function.
Kaz Kylheku
2023-09-12
1
-0
/
+9
*
match: bug: lexical symbol macros neglected
Kaz Kylheku
2023-07-27
1
-0
/
+19
*
tests: match: move file compiling step to end.
Kaz Kylheku
2023-07-26
1
-6
/
+6
*
New macro: match-cond.
Kaz Kylheku
2023-06-12
1
-0
/
+14
*
expander: support param macros in nested macro param lists.
Kaz Kylheku
2023-05-27
1
-0
/
+9
*
label/flet: bug: empty case wallops symbol macros.
Kaz Kylheku
2023-05-24
1
-0
/
+5
*
match: ^#S() and ^#H(()) patterns must work
Kaz Kylheku
2023-04-29
1
-0
/
+6
*
match: support @nil in predicates.
Kaz Kylheku
2023-03-23
1
-0
/
+8
*
tests: squelch unused variable warnings.
Kaz Kylheku
2023-03-23
2
-2
/
+3
*
Allow t symbol in macro parameter lists.
Kaz Kylheku
2023-03-21
1
-0
/
+20
*
tests: add forgotten test for new expansion rule.
Kaz Kylheku
2022-05-21
1
-0
/
+11
*
lambda-match: bug: over-strict match in variadic pattern.
Kaz Kylheku
2022-05-11
1
-0
/
+14
*
matcher: test case for `@{nil #/regex/}`.
Kaz Kylheku
2022-02-09
1
-0
/
+2
*
matcher: bug: quasiliteral allowing prefix matches.
Kaz Kylheku
2022-02-04
1
-1
/
+4
*
New function: match-fboundp.
Kaz Kylheku
2022-01-17
1
-1
/
+6
*
keyparams: fix broken.
Kaz Kylheku
2022-01-17
1
-0
/
+38
*
match: allow bound variables with regex modifier.
Kaz Kylheku
2021-12-27
1
-0
/
+6
*
each-match macro family: missing anon block.
Kaz Kylheku
2021-12-08
1
-0
/
+3
*
match: unquoted quasiliteral patterns don't work.
Kaz Kylheku
2021-10-26
1
-0
/
+5
*
matcher: rename error-throwing macros.
Kaz Kylheku
2021-08-19
1
-5
/
+5
*
matcher: new must-match and must-match-case macros.
Kaz Kylheku
2021-08-13
1
-0
/
+9
*
genman, lib, tests: use defvarl where possible.
Paul A. Patience
2021-07-05
2
-13
/
+11
*
matcher: new looping macros.
Kaz Kylheku
2021-06-24
1
-0
/
+25
*
txr-case: upkeep.
Kaz Kylheku
2021-06-16
2
-0
/
+13
*
defsymacro: regression: don't expand replacement.
Kaz Kylheku
2021-06-15
1
-0
/
+8
*
tests: remove *stderr* to *stdnull* redirection.
Kaz Kylheku
2021-06-11
1
-8
/
+6
*
matcher: doc fix, quasiquote examples, new test.
Kaz Kylheku
2021-06-04
1
-0
/
+1
*
json: pattern matching test cases and bugfix.
Kaz Kylheku
2021-06-03
1
-0
/
+17
*
matcher: allow hash pattern to omit values.
Kaz Kylheku
2021-05-24
1
-0
/
+7
*
matcher: new "each-match family" of macros.
Kaz Kylheku
2021-05-04
1
-0
/
+53
*
matcher: make use of mtest in test suite.
Kaz Kylheku
2021-04-27
1
-111
/
+122
*
matcher: add some test variants.
Kaz Kylheku
2021-04-26
1
-2
/
+20
*
matcher: quasi match incorrectly treats nil as bound.
Kaz Kylheku
2021-04-26
1
-1
/
+5
*
matcher: bugfix in `text{rest}` case.
Kaz Kylheku
2021-04-26
1
-0
/
+3
*
matcher: more quasi tests: coverage of all cases.
Kaz Kylheku
2021-04-25
1
-1
/
+8
*
match: third round of quasi tests and fixes.
Kaz Kylheku
2021-04-25
1
-0
/
+14
*
matcher: second round of quasi tests and fixes.
Kaz Kylheku
2021-04-25
1
-0
/
+6
*
matcher: first round of quasi tests and bugfix.
Kaz Kylheku
2021-04-25
1
-0
/
+10
*
matcher: compile the test cases.
Kaz Kylheku
2021-04-22
1
-6
/
+13
*
matcher: defmatch: useful :env parameter.
Kaz Kylheku
2021-04-21
1
-0
/
+15
*
matcher: new pattern operator @(end)
Kaz Kylheku
2021-04-20
1
-0
/
+7
*
matcher: first pattern macro, sme.
Kaz Kylheku
2021-04-19
1
-0
/
+37
*
tests: implicitly generate empty .expected files.
Kaz Kylheku
2021-04-12
2
-0
/
+0
*
matcher: add @(or) test involving existing variables.
Kaz Kylheku
2021-02-08
1
-0
/
+5
*
matcher: @(and) back-referencing test.
Kaz Kylheku
2021-02-08
1
-0
/
+3
*
matcher: fix backreferencing in predicate.
Kaz Kylheku
2021-02-08
1
-0
/
+6
*
matcher: test for dotted variable in predicate.
Kaz Kylheku
2021-02-08
1
-0
/
+4
[next]