aboutsummaryrefslogtreecommitdiff
path: root/builtins/range.c
AgeCommit message (Expand)Author
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-05Do the extremely obvious optimization of checking if two pieces of dataBruce Hill
2024-09-05Clean up some importsBruce Hill
2024-09-03Use Text("...") literal constructor instead of Text$from_str("...")Bruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill