aboutsummaryrefslogtreecommitdiff
path: root/builtins/datatypes.h
AgeCommit message (Expand)Author
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
2024-09-02Initial WIP first pastBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-11Support channels with maximum sizeBruce Hill
2024-08-11Add channels and threadsBruce Hill
2024-08-10For tables, deprecate support for square bracket indexing and .defaultBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill
2024-08-04Guard against tables exceeding maximum supported sizeBruce Hill
2024-08-04Fix up some edge cases with refcountingBruce Hill
2024-08-04Tweak bitsBruce Hill
2024-08-04Tweaks to array implementation, including changing how the bits areBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-09First pass at lambdas/closuresBruce Hill
2024-03-08Simplify table defBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-04BuiltinsBruce Hill