aboutsummaryrefslogtreecommitdiff
path: root/stdlib/datatypes.h
AgeCommit message (Collapse)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-18Expose PathType as a proper enumBruce Hill
2025-03-16Rename path `root` to path `type`Bruce Hill
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
stringly typed
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-01-29Text struct field reorderingBruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
better performance for long sequences of repeated concatenation.
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-26Change table hashing and comparison logic to be *unordered*, but stillBruce Hill
O(N)
2024-11-17Rename datetime -> momentBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-28Define some optional typesBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill