aboutsummaryrefslogtreecommitdiff
path: root/test/reductions.tm
AgeCommit message (Expand)Author
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-02Support reductions for comparison operators like == and <Bruce Hill
2024-11-02Change reducers to use (OP: ...) syntax and return an optional valueBruce Hill
2024-09-05For big or arbitrarily big integers not known to be constant, do fullBruce Hill
2024-09-05Add early outs for (or) and (and) reducersBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-07More testsBruce Hill