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
/
stdlib
/
infix.tl
Commit message (
Expand
)
Author
Age
Files
Lines
*
infix: no phony infix over lambdas and such.
Kaz Kylheku
2025-06-03
1
-1
/
+2
*
infix: add missing ~ complement operator.
Kaz Kylheku
2025-05-16
1
-0
/
+1
*
infix: bug: non-infix expressions conflated with infix.
Kaz Kylheku
2025-05-07
1
-1
/
+5
*
infix: do not process square bracket forms.
Kaz Kylheku
2025-05-02
1
-6
/
+1
*
infix: phony infix requires 3 or more elements.
Kaz Kylheku
2025-05-01
1
-0
/
+1
*
infix: superfix relational operators; better code.
Kaz Kylheku
2025-05-01
1
-18
/
+48
*
infix: bug: (a = b) not parsing.
Kaz Kylheku
2025-04-29
1
-1
/
+2
*
infix: bug: handle dotted function calls.
Kaz Kylheku
2025-04-28
1
-1
/
+1
*
infix: phony infix for prefix funtion call expressions too.
Kaz Kylheku
2025-04-22
1
-1
/
+7
*
infix: support function power operators.
Kaz Kylheku
2025-04-21
1
-2
/
+11
*
infix: autodetection takes lexical functions into account.
Kaz Kylheku
2025-04-21
1
-7
/
+10
*
infix: revise auto-detection algorithm.
Kaz Kylheku
2025-04-21
1
-12
/
+20
*
infix: phony infix: try arguments as infix.
Kaz Kylheku
2025-04-21
1
-1
/
+4
*
infix: revise auto-detection and parsing.
Kaz Kylheku
2025-04-09
1
-9
/
+28
*
infix: new operators, revise precedence.
Kaz Kylheku
2025-04-08
1
-6
/
+69
*
infix: remove unnecessary rewrite rule
Kaz Kylheku
2025-04-06
1
-2
/
+0
*
infix: revise auto-detection.
Kaz Kylheku
2025-04-05
1
-17
/
+20
*
infix: whitespace fix.
Kaz Kylheku
2025-04-05
1
-1
/
+1
*
infix: define = operator mapping to identity
Kaz Kylheku
2025-04-05
1
-0
/
+2
*
infix: dynamic precedence algorithm
Kaz Kylheku
2025-04-04
1
-3
/
+8
*
infix: assignment must be right associative
Kaz Kylheku
2025-04-04
1
-1
/
+1
*
infix: adjust operator expected diagnostic.
Kaz Kylheku
2025-04-04
1
-1
/
+1
*
Initial implementation of infix expressions.
Kaz Kylheku
2025-04-03
1
-0
/
+174