summaryrefslogtreecommitdiffstats
path: root/tests/011
Commit message (Expand)AuthorAgeFilesLines
* match: remove bad restriction from @(sme) and @(end).Kaz Kylheku2024-02-081-0/+10
* New glob* function.Kaz Kylheku2023-09-121-0/+9
* match: bug: lexical symbol macros neglectedKaz Kylheku2023-07-271-0/+19
* tests: match: move file compiling step to end.Kaz Kylheku2023-07-261-6/+6
* New macro: match-cond.Kaz Kylheku2023-06-121-0/+14
* expander: support param macros in nested macro param lists.Kaz Kylheku2023-05-271-0/+9
* label/flet: bug: empty case wallops symbol macros.Kaz Kylheku2023-05-241-0/+5
* match: ^#S() and ^#H(()) patterns must workKaz Kylheku2023-04-291-0/+6
* match: support @nil in predicates.Kaz Kylheku2023-03-231-0/+8
* tests: squelch unused variable warnings.Kaz Kylheku2023-03-232-2/+3
* Allow t symbol in macro parameter lists.Kaz Kylheku2023-03-211-0/+20
* tests: add forgotten test for new expansion rule.Kaz Kylheku2022-05-211-0/+11
* lambda-match: bug: over-strict match in variadic pattern.Kaz Kylheku2022-05-111-0/+14
* matcher: test case for `@{nil #/regex/}`.Kaz Kylheku2022-02-091-0/+2
* matcher: bug: quasiliteral allowing prefix matches.Kaz Kylheku2022-02-041-1/+4
* New function: match-fboundp.Kaz Kylheku2022-01-171-1/+6
* keyparams: fix broken.Kaz Kylheku2022-01-171-0/+38
* match: allow bound variables with regex modifier.Kaz Kylheku2021-12-271-0/+6
* each-match macro family: missing anon block.Kaz Kylheku2021-12-081-0/+3
* match: unquoted quasiliteral patterns don't work.Kaz Kylheku2021-10-261-0/+5
* matcher: rename error-throwing macros.Kaz Kylheku2021-08-191-5/+5
* matcher: new must-match and must-match-case macros.Kaz Kylheku2021-08-131-0/+9
* genman, lib, tests: use defvarl where possible.Paul A. Patience2021-07-052-13/+11
* matcher: new looping macros.Kaz Kylheku2021-06-241-0/+25
* txr-case: upkeep.Kaz Kylheku2021-06-162-0/+13
* defsymacro: regression: don't expand replacement.Kaz Kylheku2021-06-151-0/+8
* tests: remove *stderr* to *stdnull* redirection.Kaz Kylheku2021-06-111-8/+6
* matcher: doc fix, quasiquote examples, new test.Kaz Kylheku2021-06-041-0/+1
* json: pattern matching test cases and bugfix.Kaz Kylheku2021-06-031-0/+17
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-241-0/+7
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-041-0/+53
* matcher: make use of mtest in test suite.Kaz Kylheku2021-04-271-111/+122
* matcher: add some test variants.Kaz Kylheku2021-04-261-2/+20
* matcher: quasi match incorrectly treats nil as bound.Kaz Kylheku2021-04-261-1/+5
* matcher: bugfix in `text{rest}` case.Kaz Kylheku2021-04-261-0/+3
* matcher: more quasi tests: coverage of all cases.Kaz Kylheku2021-04-251-1/+8
* match: third round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+14
* matcher: second round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+6
* matcher: first round of quasi tests and bugfix.Kaz Kylheku2021-04-251-0/+10
* matcher: compile the test cases.Kaz Kylheku2021-04-221-6/+13
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-211-0/+15
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-201-0/+7
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-191-0/+37
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-122-0/+0
* matcher: add @(or) test involving existing variables.Kaz Kylheku2021-02-081-0/+5
* matcher: @(and) back-referencing test.Kaz Kylheku2021-02-081-0/+3
* matcher: fix backreferencing in predicate.Kaz Kylheku2021-02-081-0/+6
* matcher: test for dotted variable in predicate.Kaz Kylheku2021-02-081-0/+4
* matcher: remove @(op ...) pattern.Kaz Kylheku2021-02-061-2/+2
* matcher: redesign predicate pattern.Kaz Kylheku2021-02-061-13/+10