summaryrefslogtreecommitdiffstats
path: root/stdlib/infix.tl
Commit message (Expand)AuthorAgeFilesLines
* infix: no phony infix over lambdas and such.Kaz Kylheku2025-06-031-1/+2
* infix: add missing ~ complement operator.Kaz Kylheku2025-05-161-0/+1
* infix: bug: non-infix expressions conflated with infix.Kaz Kylheku2025-05-071-1/+5
* infix: do not process square bracket forms.Kaz Kylheku2025-05-021-6/+1
* infix: phony infix requires 3 or more elements.Kaz Kylheku2025-05-011-0/+1
* infix: superfix relational operators; better code.Kaz Kylheku2025-05-011-18/+48
* infix: bug: (a = b) not parsing.Kaz Kylheku2025-04-291-1/+2
* infix: bug: handle dotted function calls.Kaz Kylheku2025-04-281-1/+1
* infix: phony infix for prefix funtion call expressions too.Kaz Kylheku2025-04-221-1/+7
* infix: support function power operators.Kaz Kylheku2025-04-211-2/+11
* infix: autodetection takes lexical functions into account.Kaz Kylheku2025-04-211-7/+10
* infix: revise auto-detection algorithm.Kaz Kylheku2025-04-211-12/+20
* infix: phony infix: try arguments as infix.Kaz Kylheku2025-04-211-1/+4
* infix: revise auto-detection and parsing.Kaz Kylheku2025-04-091-9/+28
* infix: new operators, revise precedence.Kaz Kylheku2025-04-081-6/+69
* infix: remove unnecessary rewrite ruleKaz Kylheku2025-04-061-2/+0
* infix: revise auto-detection.Kaz Kylheku2025-04-051-17/+20
* infix: whitespace fix.Kaz Kylheku2025-04-051-1/+1
* infix: define = operator mapping to identityKaz Kylheku2025-04-051-0/+2
* infix: dynamic precedence algorithmKaz Kylheku2025-04-041-3/+8
* infix: assignment must be right associativeKaz Kylheku2025-04-041-1/+1
* infix: adjust operator expected diagnostic.Kaz Kylheku2025-04-041-1/+1
* Initial implementation of infix expressions.Kaz Kylheku2025-04-031-0/+174