| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | matcher: new broken test case: bad order of checks. | Kaz Kylheku | 2021-01-27 | 1 | -0/+2 |
* | matcher: add failing @(or @(and ...)) test. | Kaz Kylheku | 2021-01-27 | 1 | -0/+2 |
* | matcher: add failing @(all (@or ...)) test. | Kaz Kylheku | 2021-01-27 | 1 | -0/+3 |
* | matcher: allow pat/var argument: @[expr var pat] | Kaz Kylheku | 2021-01-26 | 1 | -0/+8 |
* | doc: add back discussion about (rcons ...) pattern. | Kaz Kylheku | 2021-01-24 | 1 | -0/+3 |
* | matcher: rescind support for @(rcons ...) patterns. | Kaz Kylheku | 2021-01-24 | 1 | -0/+9 |
* | matcher: add optimized special case to hash pattern. | Kaz Kylheku | 2021-01-22 | 1 | -0/+3 |
* | matcher: document hash and some fixes. | Kaz Kylheku | 2021-01-22 | 1 | -0/+3 |
* | matcher: existing variables in @(all) now backref. | Kaz Kylheku | 2021-01-22 | 1 | -0/+4 |
* | matcher: new @(coll) operator. | Kaz Kylheku | 2021-01-21 | 1 | -0/+4 |
* | matcher: more test cases. | Kaz Kylheku | 2021-01-21 | 1 | -0/+29 |
* | matcher: matcher: fix broken @(let @a @(some @a)). | Kaz Kylheku | 2021-01-21 | 1 | -0/+2 |
* | matcher: fix broken @(let @a @(some @a)) test case. | Kaz Kylheku | 2021-01-21 | 1 | -0/+2 |
* | matcher: add failing circular backreferencing test. | Kaz Kylheku | 2021-01-21 | 1 | -0/+4 |
* | matcher: add another broken test case. | Kaz Kylheku | 2021-01-19 | 1 | -0/+2 |
* | matcher: add failing test case. | Kaz Kylheku | 2021-01-19 | 1 | -0/+2 |
* | doc: document when-match, if-match and match-case. | Kaz Kylheku | 2021-01-18 | 1 | -0/+14 |
* | matcher: add tests from documentation. | Kaz Kylheku | 2021-01-18 | 1 | -0/+68 |