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
path:
root
/
txr.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffi: support float type as variadic argument.
Kaz Kylheku
2021-03-22
1
-2
/
+57
*
poll: iterate sequences efficiently.
Kaz Kylheku
2021-03-16
1
-1
/
+1
*
doc: improve predicate pattern description.
Kaz Kylheku
2021-03-15
1
-5
/
+10
*
doc: pattern matching: revise, take out of beta.
Kaz Kylheku
2021-03-15
1
-67
/
+140
*
doc: formally document meta-syntax.
Kaz Kylheku
2021-03-15
1
-7
/
+84
*
cat-str: seq_iter conversion,
Kaz Kylheku
2021-03-14
1
-7
/
+11
*
doc: rewrite macro intro.
Kaz Kylheku
2021-03-12
1
-20
/
+31
*
doc: mistaken reference to command-get
Kaz Kylheku
2021-03-12
1
-1
/
+1
*
Version 254
txr-254
Kaz Kylheku
2021-03-10
1
-3
/
+3
*
lib: new functions join, join-with.
Kaz Kylheku
2021-03-09
1
-9
/
+66
*
compiler: optimization control.
Kaz Kylheku
2021-03-08
1
-0
/
+49
*
Version 253
txr-253
Kaz Kylheku
2021-03-06
1
-3
/
+3
*
Version 252
txr-252
Kaz Kylheku
2021-02-28
1
-2
/
+2
*
list-builder: methods return object.
Kaz Kylheku
2021-02-26
1
-8
/
+23
*
doc: fix misleading @(call @'foo).
Kaz Kylheku
2021-02-17
1
-9
/
+4
*
doc: improve quote operator.
Kaz Kylheku
2021-02-17
1
-8
/
+28
*
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
1
-0
/
+3
*
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
1
-13
/
+33
*
Version 251
txr-251
Kaz Kylheku
2021-02-08
1
-4
/
+4
*
doc: document feature of multi-sort.
Kaz Kylheku
2021-02-08
1
-0
/
+4
*
matcher: predicate: document dot position of @avar.
Kaz Kylheku
2021-02-06
1
-5
/
+9
*
matcher: remove @(op ...) pattern.
Kaz Kylheku
2021-02-06
1
-32
/
+0
*
matcher: redesign predicate pattern.
Kaz Kylheku
2021-02-06
1
-62
/
+90
*
matcher: left-to-right scoping for @(and).
Kaz Kylheku
2021-02-06
1
-18
/
+29
*
matcher: @(as) must always bind fresh variable.
Kaz Kylheku
2021-02-06
1
-12
/
+31
*
matcher: back-reference Lisp variables.
Kaz Kylheku
2021-02-05
1
-0
/
+25
*
matcher: rearrange match order of @(with).
Kaz Kylheku
2021-02-05
1
-10
/
+22
*
doc: misspelled dump-deferred-warnings
Kaz Kylheku
2021-02-04
1
-1
/
+1
*
matcher: add :match parameter macro.
Kaz Kylheku
2021-02-04
1
-4
/
+233
*
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
1
-36
/
+149
*
matcher: new @(with) operator.
Kaz Kylheku
2021-02-01
1
-0
/
+46
*
matcher: rename @(let) to @(as).
Kaz Kylheku
2021-02-01
1
-8
/
+8
*
doc: mistake in example for @[...] pattern.
Kaz Kylheku
2021-02-01
1
-3
/
+3
*
doc: mistake in when-match rcons example.
Kaz Kylheku
2021-02-01
1
-1
/
+1
*
Version 250
txr-250
Kaz Kylheku
2021-01-31
1
-3
/
+3
*
@(rebind): bugfix: don't clobber right side variable.
Kaz Kylheku
2021-01-30
1
-10
/
+66
*
doc: bad syntax formatting: partition and split.
Kaz Kylheku
2021-01-29
1
-4
/
+4
*
matcher: allow pat/var argument: @[expr var pat]
Kaz Kylheku
2021-01-26
1
-8
/
+31
*
matcher: allow @[...] predicate notation.
Kaz Kylheku
2021-01-25
1
-13
/
+25
[next]