| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | matcher: lambda-match: redoc, bugfix, test-cases | Kaz Kylheku | 2021-02-04 | 1 | -0/+50 |
* | matcher: new failing backreferencing test case. | Kaz Kylheku | 2021-02-02 | 1 | -0/+4 |
* | matcher: new @(with) operator. | Kaz Kylheku | 2021-02-01 | 1 | -0/+8 |
* | matcher: rename @(let) to @(as). | Kaz Kylheku | 2021-02-01 | 1 | -6/+6 |
* | matcher: adding test case for @(or) regression. | Kaz Kylheku | 2021-02-01 | 1 | -0/+3 |
* | matcher: bugfix: bad stray code in @[...] matcher. | Kaz Kylheku | 2021-02-01 | 1 | -0/+4 |
* | matcher: bugfix: @nil isn't trivial. | Kaz Kylheku | 2021-01-29 | 1 | -0/+1 |
* | matcher: restructuring to fix new broken case. | Kaz Kylheku | 2021-01-28 | 1 | -0/+2 |
* | mather: new bad (@(predicate) @(all ...)) test case. | Kaz Kylheku | 2021-01-27 | 1 | -0/+2 |
* | 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 | 2 | -0/+68 |
* | The code expander becomes a public API. | Kaz Kylheku | 2018-11-02 | 1 | -1/+1 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 1 | -2/+3 |
* | eval: remove hack of macro deffers evaled on expansion. | Kaz Kylheku | 2018-03-25 | 3 | -21/+24 |
* | macros: expand declined form in outer env. | Kaz Kylheku | 2017-11-24 | 2 | -0/+12 |
* | bugfix: dynamic env handling in parallel binding | Kaz Kylheku | 2016-12-23 | 1 | -0/+29 |
* | Use with-out-string-stream macro in test. | Kaz Kylheku | 2016-12-23 | 1 | -5/+1 |
* | Convert special-1 test from txr to tl. | Kaz Kylheku | 2016-12-23 | 2 | -10/+9 |
* | Refactoring internals of for/each operators. | Kaz Kylheku | 2016-12-18 | 1 | -9/+10 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 1 | -7/+8 |
* | Use *load-path* in load/include directive. | Kaz Kylheku | 2016-09-26 | 1 | -1/+1 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -1/+10 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 2 | -12/+12 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 2 | -1/+3 |
* | * tests/011/macros-1.txr: Add test for lexical function | Kaz Kylheku | 2015-02-07 | 2 | -0/+7 |
* | * share/txr/stdlib/txr-case.txr: New file. | Kaz Kylheku | 2014-10-21 | 2 | -0/+13 |
* | * tests/011/macros-2.txr: Added test for labels shadowing macro, | Kaz Kylheku | 2014-07-10 | 2 | -2/+14 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 3 | -7/+7 |
* | * tests/011/special-1.txr: Add some coverage for evaluation | Kaz Kylheku | 2014-03-01 | 1 | -1/+2 |
* | * tests/011/mandel.expected: New file. | Kaz Kylheku | 2014-02-28 | 2 | -0/+123 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 2 | -2/+3 |
* | About time for some new regression tests. | Kaz Kylheku | 2014-02-28 | 6 | -0/+74 |