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
...
*
vm/asm: housecleaning: remove deprecated opcodes.
Kaz Kylheku
2021-02-14
3
-137
/
+35
*
printer: lambda bugfix.
Kaz Kylheku
2021-02-12
1
-1
/
+1
*
compiler: eliminate block from recursive functions.
Kaz Kylheku
2021-02-12
2
-10
/
+14
*
doc: wording improvements in pattern matching intro.
Kaz Kylheku
2021-02-12
1
-9
/
+20
*
compiler/vm: more compact frame size for closures.
Kaz Kylheku
2021-02-11
5
-130
/
+161
*
compiler: frame-eliminating optimization.
Kaz Kylheku
2021-02-11
3
-154
/
+265
*
compiler: use rewrite-case in dedup-labels.
Kaz Kylheku
2021-02-10
1
-8
/
+6
*
vm: remove hard-coded constants.
Kaz Kylheku
2021-02-10
3
-6
/
+8
*
compiler: bug: trivial unwind-protect return value
Kaz Kylheku
2021-02-10
1
-1
/
+1
*
matcher: diagnose syntax problems in hash pattern.
Kaz Kylheku
2021-02-09
1
-1
/
+1
*
compiler: rename variable in optimizer code.
Kaz Kylheku
2021-02-09
1
-2
/
+2
*
doc: fix broken my-cond example.
Kaz Kylheku
2021-02-09
1
-4
/
+4
*
doc: fix lambda-mach typo.
Kaz Kylheku
2021-02-09
1
-1
/
+1
*
doc: fix match-case intro sentence.
Kaz Kylheku
2021-02-09
1
-1
/
+1
*
doc: explain dot position of variable in predicate.
Kaz Kylheku
2021-02-09
1
-0
/
+23
*
doc: clarify implicit insertion object into predicate.
Kaz Kylheku
2021-02-09
1
-1
/
+1
*
doc: fix fumbled text under predicate pattern.
Kaz Kylheku
2021-02-09
1
-1
/
+1
*
doc: with pattern operator clarification.
Kaz Kylheku
2021-02-09
1
-2
/
+6
*
doc: double nil in list pattern description.
Kaz Kylheku
2021-02-09
1
-1
/
+1
*
doc: fixes in pattern matching introduction.
Kaz Kylheku
2021-02-09
1
-15
/
+17
*
struct: changing meaning of obj.[fun ...] syntax.
Kaz Kylheku
2021-02-09
5
-25
/
+55
*
matcher: replace wrg function with reduce-right.
Kaz Kylheku
2021-02-09
1
-23
/
+14
*
matcher: wrap-guards type case to method dispatch.
Kaz Kylheku
2021-02-09
1
-44
/
+48
*
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
[prev]
[next]