aboutsummaryrefslogtreecommitdiff
path: root/test/minmax.tm
AgeCommit message (Expand)Author
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-09-21Fix testsBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-11-02Change reducers to use (OP: ...) syntax and return an optional valueBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-07More testsBruce Hill