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: 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
*
doc: mistake in when-match rcons example.
Kaz Kylheku
2021-02-01
1
-1
/
+1
*
Version 250
txr-250
Kaz Kylheku
2021-01-31
6
-249
/
+295
*
lib: get rid of alist_remove1 function.
Kaz Kylheku
2021-01-31
1
-6
/
+1
*
@(rebind): bugfix: don't clobber right side variable.
Kaz Kylheku
2021-01-30
5
-11
/
+79
*
doc: bad syntax formatting: partition and split.
Kaz Kylheku
2021-01-29
1
-4
/
+4
*
matcher: prune @nil in cons and vector matches.
Kaz Kylheku
2021-01-29
1
-9
/
+19
*
matcher: bugfix: @nil isn't trivial.
Kaz Kylheku
2021-01-29
2
-1
/
+2
*
optimizer: add a few peephole reductions.
Kaz Kylheku
2021-01-29
2
-2
/
+14
*
matcher: remove duplicate variables in one place.
Kaz Kylheku
2021-01-28
1
-21
/
+11
*
matcher: rid compiled-match of test-expr and vars.
Kaz Kylheku
2021-01-28
1
-89
/
+43
*
matcher: add test-expr to match-guard.
Kaz Kylheku
2021-01-28
1
-10
/
+10
*
matcher: restructuring to fix new broken case.
Kaz Kylheku
2021-01-28
2
-96
/
+175
*
compiler: bug: append-each mutates lists.
Kaz Kylheku
2021-01-28
1
-5
/
+7
*
matcher: remove superflous test-expr in hash op.
Kaz Kylheku
2021-01-27
1
-2
/
+0
*
matcher: fix broken predicate test.
Kaz Kylheku
2021-01-27
1
-1
/
+2
*
mather: new bad (@(predicate) @(all ...)) test case.
Kaz Kylheku
2021-01-27
1
-0
/
+2
*
matcher: smallest fix for broken test case found.
Kaz Kylheku
2021-01-27
1
-1
/
+3
*
matcher: new broken test case: bad order of checks.
Kaz Kylheku
2021-01-27
1
-0
/
+2
*
matcher: clean up unclear vars situaton.
Kaz Kylheku
2021-01-27
1
-38
/
+38
*
matcher: add failing @(or @(and ...)) test.
Kaz Kylheku
2021-01-27
1
-0
/
+2
*
matcher: vars issue with loop and parallel paterns.
Kaz Kylheku
2021-01-27
1
-5
/
+6
*
matcher: add failing @(all (@or ...)) test.
Kaz Kylheku
2021-01-27
1
-0
/
+3
*
compiler: eliminate one local in compiler source.
Kaz Kylheku
2021-01-27
1
-2
/
+1
*
optimizer: syntactic sugar around rewrite.
Kaz Kylheku
2021-01-27
1
-46
/
+44
*
optimizer: format to 80 cols.
Kaz Kylheku
2021-01-27
1
-7
/
+20
*
compiler: get rid of vector from swtch syntax.
Kaz Kylheku
2021-01-26
1
-1
/
+1
*
compiler: use consistent prefix for label gensyms.
Kaz Kylheku
2021-01-26
1
-1
/
+1
*
optimizer: thread close instructions.
Kaz Kylheku
2021-01-26
1
-0
/
+6
*
optimizer: thread ifq instructions also.
Kaz Kylheku
2021-01-26
1
-0
/
+9
*
compiler: jump-threading optimization.
Kaz Kylheku
2021-01-26
2
-1
/
+97
*
matcher: allow pat/var argument: @[expr var pat]
Kaz Kylheku
2021-01-26
3
-13
/
+60
*
matcher: allow @[...] predicate notation.
Kaz Kylheku
2021-01-25
2
-13
/
+34
*
doc: update definition of non-trivial pattern.
Kaz Kylheku
2021-01-25
1
-1
/
+1
*
doc: fix .meti not wrapped in of .mono/.onom.
Kaz Kylheku
2021-01-25
2
-0
/
+42
*
doc: really remove @(rcons) pattern operator
Kaz Kylheku
2021-01-25
1
-49
/
+1
*
lazy-sub-str: bugfix: invalid substructure sharing.
Kaz Kylheku
2021-01-25
3
-1
/
+48
*
sub-str: compat check now restores 215 behavior.
Kaz Kylheku
2021-01-25
2
-3
/
+20
*
Version 249
txr-249
Kaz Kylheku
2021-01-19
6
-943
/
+1014
*
doc: add back discussion about (rcons ...) pattern.
Kaz Kylheku
2021-01-24
2
-0
/
+16
*
matcher: rescind support for @(rcons ...) patterns.
Kaz Kylheku
2021-01-24
3
-41
/
+31
*
printer: do not render @(rcons ...) in .. notation.
Kaz Kylheku
2021-01-24
1
-2
/
+11
*
printer: do some streamlining.
Kaz Kylheku
2021-01-24
1
-26
/
+27
*
parser: fix bad precedence of @ token.
Kaz Kylheku
2021-01-24
6
-1778
/
+1876
*
build: add rule for updating .shipped material.
Kaz Kylheku
2021-01-24
1
-0
/
+3
*
matcher: bind some temporaries with let.
Kaz Kylheku
2021-01-23
1
-30
/
+34
*
places: fix runaway recursion bug.
Kaz Kylheku
2021-01-23
1
-6
/
+7
*
place: bug: call-delete-expander not in usr package.
Kaz Kylheku
2021-01-23
1
-1
/
+1
[prev]
[next]