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: 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
*
doc: misspelled .code macro.
Kaz Kylheku
2021-01-20
1
-1
/
+1
*
Version 247
txr-247
Kaz Kylheku
2021-01-19
5
-89
/
+118
*
doc: clarification about finalization.
Kaz Kylheku
2021-01-19
1
-1
/
+9
*
matcher: use mac-param-bind, not tree-bind.
Kaz Kylheku
2021-01-19
1
-9
/
+9
*
matcher: fix broken @(some) test case.
Kaz Kylheku
2021-01-19
1
-10
/
+14
*
matcher: add another broken test case.
Kaz Kylheku
2021-01-19
1
-0
/
+2
*
matcher: fix broken test case.
Kaz Kylheku
2021-01-19
1
-5
/
+7
*
matcher: add failing test case.
Kaz Kylheku
2021-01-19
1
-0
/
+2
*
doc: fix defmacro example
Kaz Kylheku
2021-01-19
1
-4
/
+4
*
compiler: improve code for and/or.
Kaz Kylheku
2021-01-18
1
-9
/
+36
*
matcher: add @(not) operator.
Kaz Kylheku
2021-01-18
2
-0
/
+51
*
doc: add warning to Pattern Matching section.
Kaz Kylheku
2021-01-18
1
-0
/
+9
*
doc: document lambda-match and defun-match.
Kaz Kylheku
2021-01-18
1
-0
/
+86
*
doc: document when-match, if-match and match-case.
Kaz Kylheku
2021-01-18
2
-0
/
+132
*
matcher: add tests from documentation.
Kaz Kylheku
2021-01-18
2
-0
/
+68
*
mapcar: add test covering recent regression.
Kaz Kylheku
2021-01-18
1
-0
/
+3
*
doc: document @(op) and predicate operator.
Kaz Kylheku
2021-01-18
1
-0
/
+81
*
doc: fix "he" typos.
Kaz Kylheku
2021-01-17
1
-2
/
+2
*
doc: document @(and)/@(or) pattern operators.
Kaz Kylheku
2021-01-17
1
-0
/
+55
[prev]
[next]