summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* Version 249txr-249Kaz Kylheku2021-01-191-1/+1
* matcher: rescind support for @(rcons ...) patterns.Kaz Kylheku2021-01-241-19/+19
* matcher: bind some temporaries with let.Kaz Kylheku2021-01-231-30/+34
* places: fix runaway recursion bug.Kaz Kylheku2021-01-231-6/+7
* matcher: add support for range objects.Kaz Kylheku2021-01-231-0/+24
* matcher: bugfix: boostrapping chicken-egg-problem.Kaz Kylheku2021-01-221-0/+2
* matcher: match trivial patterns as atoms.Kaz Kylheku2021-01-221-7/+13
* matcher: add optimized special case to hash pattern.Kaz Kylheku2021-01-221-1/+19
* matcher: fix null value ambiguity in hash match.Kaz Kylheku2021-01-221-1/+6
* matcher: document hash and some fixes.Kaz Kylheku2021-01-221-4/+6
* matcher: existing variables in @(all) now backref.Kaz Kylheku2021-01-221-5/+7
* matcher: default guard-expr to t in match-guard.Kaz Kylheku2021-01-211-4/+1
* matcher: first cut at @(hash ...) operator.Kaz Kylheku2021-01-211-0/+54
* matcher: new @(coll) operator.Kaz Kylheku2021-01-211-8/+10
* matcher: when-match incorrect body treatment.Kaz Kylheku2021-01-211-1/+1
* matcher: @(some) and @(all) work with sequences.Kaz Kylheku2021-01-211-10/+16
* matcher: matcher: fix broken @(let @a @(some @a)).Kaz Kylheku2021-01-211-7/+5
* matcher: fix broken @(let @a @(some @a)) test case.Kaz Kylheku2021-01-211-8/+6
* matcher: cleaner @(let) implementation.Kaz Kylheku2021-01-211-12/+11
* matcher: allow variables to back-reference.Kaz Kylheku2021-01-201-54/+78
* match-case: eliminate useless initial flag test.Kaz Kylheku2021-01-201-2/+3
* matcher: bugfix and interface change in @(require).Kaz Kylheku2021-01-201-2/+2
* compiler: bug in new and expansion.Kaz Kylheku2021-01-201-3/+2
* Version 247txr-247Kaz Kylheku2021-01-191-1/+1
* matcher: use mac-param-bind, not tree-bind.Kaz Kylheku2021-01-191-9/+9
* matcher: fix broken @(some) test case.Kaz Kylheku2021-01-191-10/+14
* matcher: fix broken test case.Kaz Kylheku2021-01-191-5/+7
* compiler: improve code for and/or.Kaz Kylheku2021-01-181-9/+36
* matcher: add @(not) operator.Kaz Kylheku2021-01-181-0/+17
* matcher: fix semantics of variables in @(or)Kaz Kylheku2021-01-171-14/+19
* matcher: support loose mode for structures.Kaz Kylheku2021-01-171-20/+48
* matcher: add lambda-match and defun-matchKaz Kylheku2021-01-161-0/+10
* matcher: add if-match and match-case.Kaz Kylheku2021-01-151-0/+34
* matcher: add support for @(op ...) predicate syntax.Kaz Kylheku2021-01-151-0/+6
* matcher: support @(and pats ...) operator.Kaz Kylheku2021-01-151-16/+18
* matcher: remove useless code from @(some ...)Kaz Kylheku2021-01-151-8/+11
* matcher: support @(or pats ..) operator.Kaz Kylheku2021-01-151-0/+17
* matcher: support @(some pat) operator.Kaz Kylheku2021-01-151-4/+8
* matcher: some renaming in all match.Kaz Kylheku2021-01-151-10/+12
* matcher: use flag to eliminate block.Kaz Kylheku2021-01-151-3/+4
* matcher: fix semantics of empty @(all ...) match.Kaz Kylheku2021-01-151-2/+4
* matcher: support @(all pat) operator.Kaz Kylheku2021-01-151-0/+37
* matcher: allow omitted variabel in predicatesKaz Kylheku2021-01-151-1/+1
* matcher: improve error reporting.Kaz Kylheku2021-01-151-12/+16
* matcher: factor out vars into common base.Kaz Kylheku2021-01-141-18/+18
* new: structural pattern matching.Kaz Kylheku2021-01-141-0/+184
* Copyright year bump 2021.Kaz Kylheku2021-01-1439-39/+39
* quips: new entriesKaz Kylheku2021-01-071-0/+2
* quips: improve one about side-effects.Kaz Kylheku2021-01-051-1/+1
* awk: bugfix: load compiled verison of conv.tl.Kaz Kylheku2020-12-291-1/+1