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
...
*
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
*
matcher: add support for range objects.
Kaz Kylheku
2021-01-23
2
-0
/
+122
*
doc: fix remove double word.
Kaz Kylheku
2021-01-23
1
-2
/
+1
*
matcher: bugfix: boostrapping chicken-egg-problem.
Kaz Kylheku
2021-01-22
1
-0
/
+2
*
matcher: match trivial patterns as atoms.
Kaz Kylheku
2021-01-22
1
-7
/
+13
*
matcher: add optimized special case to hash pattern.
Kaz Kylheku
2021-01-22
3
-4
/
+55
*
matcher: fix null value ambiguity in hash match.
Kaz Kylheku
2021-01-22
1
-1
/
+6
*
doc: he -> the fix.
Kaz Kylheku
2021-01-22
1
-1
/
+1
*
matcher: document hash and some fixes.
Kaz Kylheku
2021-01-22
3
-7
/
+131
*
hash: hash-revget now defaults to equal.
Kaz Kylheku
2021-01-22
2
-3
/
+16
*
matcher: existing variables in @(all) now backref.
Kaz Kylheku
2021-01-22
3
-8
/
+37
*
matcher: default guard-expr to t in match-guard.
Kaz Kylheku
2021-01-21
1
-4
/
+1
*
doc: fix wrong year in document date.
Kaz Kylheku
2021-01-21
1
-1
/
+1
*
bugfix: several predicates return 1 instead of t.
Kaz Kylheku
2021-01-21
1
-13
/
+9
*
matcher: first cut at @(hash ...) operator.
Kaz Kylheku
2021-01-21
1
-0
/
+54
*
matcher: new @(coll) operator.
Kaz Kylheku
2021-01-21
3
-9
/
+43
*
matcher: when-match incorrect body treatment.
Kaz Kylheku
2021-01-21
1
-1
/
+1
*
matcher: @(some) and @(all) work with sequences.
Kaz Kylheku
2021-01-21
2
-16
/
+23
*
doc: document new check in iter-step.
Kaz Kylheku
2021-01-21
1
-1
/
+36
*
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
2
-7
/
+7
*
matcher: fix broken @(let @a @(some @a)) test case.
Kaz Kylheku
2021-01-21
2
-8
/
+8
*
matcher: add failing circular backreferencing test.
Kaz Kylheku
2021-01-21
1
-0
/
+4
*
matcher: cleaner @(let) implementation.
Kaz Kylheku
2021-01-21
1
-12
/
+11
*
iter-step: don't step through improper list terminators.
Kaz Kylheku
2021-01-21
1
-1
/
+20
*
matcher: allow variables to back-reference.
Kaz Kylheku
2021-01-20
2
-54
/
+101
*
match-case: eliminate useless initial flag test.
Kaz Kylheku
2021-01-20
1
-2
/
+3
*
doc: another .code typo.
Kaz Kylheku
2021-01-20
1
-1
/
+1
*
matcher: bugfix and interface change in @(require).
Kaz Kylheku
2021-01-20
2
-12
/
+29
*
Version 248
txr-248
Kaz Kylheku
2021-01-20
3
-4
/
+20
*
compiler: bug in new and expansion.
Kaz Kylheku
2021-01-20
1
-3
/
+2
*
New function: hash-keys-of.
Kaz Kylheku
2021-01-20
3
-1
/
+32
[prev]
[next]