summaryrefslogtreecommitdiffstats
path: root/tests/011/patmatch.tl
Commit message (Expand)AuthorAgeFilesLines
* matcher: bugfix: bad stray code in @[...] matcher.Kaz Kylheku2021-02-011-0/+4
* matcher: bugfix: @nil isn't trivial.Kaz Kylheku2021-01-291-0/+1
* matcher: restructuring to fix new broken case.Kaz Kylheku2021-01-281-0/+2
* mather: new bad (@(predicate) @(all ...)) test case.Kaz Kylheku2021-01-271-0/+2
* matcher: new broken test case: bad order of checks.Kaz Kylheku2021-01-271-0/+2
* matcher: add failing @(or @(and ...)) test.Kaz Kylheku2021-01-271-0/+2
* matcher: add failing @(all (@or ...)) test.Kaz Kylheku2021-01-271-0/+3
* matcher: allow pat/var argument: @[expr var pat]Kaz Kylheku2021-01-261-0/+8
* doc: add back discussion about (rcons ...) pattern.Kaz Kylheku2021-01-241-0/+3
* matcher: rescind support for @(rcons ...) patterns.Kaz Kylheku2021-01-241-0/+9
* matcher: add optimized special case to hash pattern.Kaz Kylheku2021-01-221-0/+3
* matcher: document hash and some fixes.Kaz Kylheku2021-01-221-0/+3
* matcher: existing variables in @(all) now backref.Kaz Kylheku2021-01-221-0/+4
* matcher: new @(coll) operator.Kaz Kylheku2021-01-211-0/+4
* matcher: more test cases.Kaz Kylheku2021-01-211-0/+29
* matcher: matcher: fix broken @(let @a @(some @a)).Kaz Kylheku2021-01-211-0/+2
* matcher: fix broken @(let @a @(some @a)) test case.Kaz Kylheku2021-01-211-0/+2
* matcher: add failing circular backreferencing test.Kaz Kylheku2021-01-211-0/+4
* matcher: add another broken test case.Kaz Kylheku2021-01-191-0/+2
* matcher: add failing test case.Kaz Kylheku2021-01-191-0/+2
* doc: document when-match, if-match and match-case.Kaz Kylheku2021-01-181-0/+14
* matcher: add tests from documentation.Kaz Kylheku2021-01-181-0/+68