aboutsummaryrefslogtreecommitdiff
path: root/builtins/range.c
AgeCommit message (Collapse)Author
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill
modification methods like `range:by(2)` or `range:reversed()`