summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 249txr-249Kaz Kylheku2021-01-196-943/+1014
* doc: add back discussion about (rcons ...) pattern.Kaz Kylheku2021-01-242-0/+16
* matcher: rescind support for @(rcons ...) patterns.Kaz Kylheku2021-01-243-41/+31
* printer: do not render @(rcons ...) in .. notation.Kaz Kylheku2021-01-241-2/+11
* printer: do some streamlining.Kaz Kylheku2021-01-241-26/+27
* parser: fix bad precedence of @ token.Kaz Kylheku2021-01-246-1778/+1876
* build: add rule for updating .shipped material.Kaz Kylheku2021-01-241-0/+3
* matcher: bind some temporaries with let.Kaz Kylheku2021-01-231-30/+34
* places: fix runaway recursion bug.Kaz Kylheku2021-01-231-6/+7
* place: bug: call-delete-expander not in usr package.Kaz Kylheku2021-01-231-1/+1
* matcher: add support for range objects.Kaz Kylheku2021-01-232-0/+122
* doc: fix remove double word.Kaz Kylheku2021-01-231-2/+1
* 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-223-4/+55
* matcher: fix null value ambiguity in hash match.Kaz Kylheku2021-01-221-1/+6
* doc: he -> the fix.Kaz Kylheku2021-01-221-1/+1
* matcher: document hash and some fixes.Kaz Kylheku2021-01-223-7/+131
* hash: hash-revget now defaults to equal.Kaz Kylheku2021-01-222-3/+16
* matcher: existing variables in @(all) now backref.Kaz Kylheku2021-01-223-8/+37
* matcher: default guard-expr to t in match-guard.Kaz Kylheku2021-01-211-4/+1
* doc: fix wrong year in document date.Kaz Kylheku2021-01-211-1/+1
* bugfix: several predicates return 1 instead of t.Kaz Kylheku2021-01-211-13/+9
* matcher: first cut at @(hash ...) operator.Kaz Kylheku2021-01-211-0/+54
* matcher: new @(coll) operator.Kaz Kylheku2021-01-213-9/+43
* matcher: when-match incorrect body treatment.Kaz Kylheku2021-01-211-1/+1
* matcher: @(some) and @(all) work with sequences.Kaz Kylheku2021-01-212-16/+23
* doc: document new check in iter-step.Kaz Kylheku2021-01-211-1/+36
* matcher: more test cases.Kaz Kylheku2021-01-211-0/+29
* matcher: matcher: fix broken @(let @a @(some @a)).Kaz Kylheku2021-01-212-7/+7
* matcher: fix broken @(let @a @(some @a)) test case.Kaz Kylheku2021-01-212-8/+8
* matcher: add failing circular backreferencing test.Kaz Kylheku2021-01-211-0/+4
* matcher: cleaner @(let) implementation.Kaz Kylheku2021-01-211-12/+11
* iter-step: don't step through improper list terminators.Kaz Kylheku2021-01-211-1/+20
* matcher: allow variables to back-reference.Kaz Kylheku2021-01-202-54/+101
* match-case: eliminate useless initial flag test.Kaz Kylheku2021-01-201-2/+3
* doc: another .code typo.Kaz Kylheku2021-01-201-1/+1
* matcher: bugfix and interface change in @(require).Kaz Kylheku2021-01-202-12/+29
* Version 248txr-248Kaz Kylheku2021-01-203-4/+20
* compiler: bug in new and expansion.Kaz Kylheku2021-01-201-3/+2
* New function: hash-keys-of.Kaz Kylheku2021-01-203-1/+32
* doc: misspelled .code macro.Kaz Kylheku2021-01-201-1/+1
* Version 247txr-247Kaz Kylheku2021-01-195-89/+118
* doc: clarification about finalization.Kaz Kylheku2021-01-191-1/+9
* 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: add another broken test case.Kaz Kylheku2021-01-191-0/+2
* matcher: fix broken test case.Kaz Kylheku2021-01-191-5/+7
* matcher: add failing test case.Kaz Kylheku2021-01-191-0/+2
* doc: fix defmacro exampleKaz Kylheku2021-01-191-4/+4