aboutsummaryrefslogtreecommitdiff
path: root/docs/operators.md
AgeCommit message (Collapse)Author
2025-11-29Update docsBruce Hill
2025-04-06Update syntax in docsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-03-24Fix docsBruce Hill
2024-11-03Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)Bruce Hill
2024-11-02Change reducers to use (OP: ...) syntax and return an optional valueBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-08-19Update operators docs to include various undocumented features likeBruce Hill
reducers and min/max and ++ and <>
2024-08-10Update docsBruce Hill
2024-08-10Overhaul of operator metamethodsBruce Hill