index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
matcher: match-guard: use op list, and zip.
Kaz Kylheku
2021-02-09
1
-2
/
+2
*
matcher: get rid of undocumented @(range) op.
Kaz Kylheku
2021-02-09
1
-5
/
+4
*
Version 251
txr-251
Kaz Kylheku
2021-02-08
6
-1162
/
+1210
*
RELNOTES: Fix wrong 2020 dates.
Kaz Kylheku
2021-02-08
1
-4
/
+4
*
matcher: add @(or) test involving existing variables.
Kaz Kylheku
2021-02-08
1
-0
/
+5
*
matcher: @(and) back-referencing test.
Kaz Kylheku
2021-02-08
1
-0
/
+3
*
matcher: fix backreferencing in predicate.
Kaz Kylheku
2021-02-08
2
-1
/
+7
*
matcher: test for dotted variable in predicate.
Kaz Kylheku
2021-02-08
1
-0
/
+4
*
compiler: frame optimizations apply to dframe too.
Kaz Kylheku
2021-02-08
1
-2
/
+2
*
doc: document feature of multi-sort.
Kaz Kylheku
2021-02-08
1
-0
/
+4
*
compiler: jump skid optimization.
Kaz Kylheku
2021-02-07
1
-0
/
+8
*
compiler: frame reduction optimizations.
Kaz Kylheku
2021-02-07
1
-1
/
+36
*
matcher: exprs-syntax: process trivial matches first.
Kaz Kylheku
2021-02-07
1
-12
/
+15
*
multi-sort: bug: always return list of lists.
Kaz Kylheku
2021-02-07
1
-6
/
+13
*
matcher: eliminate use of flags.
Kaz Kylheku
2021-02-07
1
-27
/
+18
*
matcher: predicate: document dot position of @avar.
Kaz Kylheku
2021-02-06
1
-5
/
+9
*
matcher: remove @(op ...) pattern.
Kaz Kylheku
2021-02-06
3
-41
/
+2
*
matcher: redesign predicate pattern.
Kaz Kylheku
2021-02-06
5
-110
/
+142
*
matcher: left-to-right scoping for @(and).
Kaz Kylheku
2021-02-06
2
-26
/
+33
*
matcher: @(as) must always bind fresh variable.
Kaz Kylheku
2021-02-06
2
-13
/
+47
*
matcher: clean up var match.
Kaz Kylheku
2021-02-05
1
-4
/
+6
*
compiler: take advantage of new scoping in optimizer.
Kaz Kylheku
2021-02-05
1
-14
/
+14
*
matcher: back-reference Lisp variables.
Kaz Kylheku
2021-02-05
3
-9
/
+64
*
compiler: rewrite one peephole patern using @(with ...).
Kaz Kylheku
2021-02-05
1
-8
/
+6
*
matcher: rearrange match order of @(with).
Kaz Kylheku
2021-02-05
3
-28
/
+49
*
matcher: don't set flag in last case.
Kaz Kylheku
2021-02-05
1
-12
/
+18
*
compiler: new jump threading optimization case.
Kaz Kylheku
2021-02-05
1
-0
/
+9
*
compiler: optimize away discard register.
Kaz Kylheku
2021-02-05
1
-33
/
+41
*
matcher: lambda-match: bug: wrong variable tested.
Kaz Kylheku
2021-02-04
1
-1
/
+1
*
matcher: lambda-match: error diagnostics.
Kaz Kylheku
2021-02-04
1
-14
/
+20
*
matcher: misleading diagnostics.
Kaz Kylheku
2021-02-04
1
-2
/
+2
*
error: improve compiler error location reporting.
Kaz Kylheku
2021-02-04
1
-8
/
+18
*
doc: misspelled dump-deferred-warnings
Kaz Kylheku
2021-02-04
1
-1
/
+1
*
matcher: add :match parameter macro.
Kaz Kylheku
2021-02-04
3
-4
/
+252
*
doc: param macros: missing return value requirements.
Kaz Kylheku
2021-02-04
1
-0
/
+14
*
matcher: lambda-match: redoc, bugfix, test-cases
Kaz Kylheku
2021-02-04
3
-37
/
+205
*
matcher: reimplementation of lambda-match.
Kaz Kylheku
2021-02-03
1
-6
/
+98
*
matcher: bugfix: bad hygiene in match-case.
Kaz Kylheku
2021-02-03
1
-4
/
+6
*
lib: code review of get_special_slot uses.
Kaz Kylheku
2021-02-02
1
-24
/
+23
*
lib: fix crash in iterable and nullify.
Kaz Kylheku
2021-02-02
1
-1
/
+1
*
matcher: fix @(and/or) backreferencing issue.
Kaz Kylheku
2021-02-02
1
-1
/
+6
*
matcher: new failing backreferencing test case.
Kaz Kylheku
2021-02-02
1
-0
/
+4
*
matcher: new @(with) operator.
Kaz Kylheku
2021-02-01
4
-1
/
+74
*
matcher: rename @(let) to @(as).
Kaz Kylheku
2021-02-01
4
-17
/
+17
*
matcher: restore nulling out of vars in @(or).
Kaz Kylheku
2021-02-01
1
-12
/
+23
*
matcher: adding test case for @(or) regression.
Kaz Kylheku
2021-02-01
1
-0
/
+3
*
matcher: struct: move type test before slot tests.
Kaz Kylheku
2021-02-01
1
-4
/
+2
*
matcher: struct: make guards lists; eliminate backquote.
Kaz Kylheku
2021-02-01
1
-13
/
+15
*
doc: mistake in example for @[...] pattern.
Kaz Kylheku
2021-02-01
1
-3
/
+3
*
matcher: bugfix: bad stray code in @[...] matcher.
Kaz Kylheku
2021-02-01
2
-2
/
+5
[next]