aboutsummaryrefslogtreecommitdiff
path: root/stdlib/README.md
AgeCommit message (Collapse)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-17Big overhaul:Bruce Hill
- Clean up environment code using type strings instead of manually defining types - Add Commands module - Move Shell lang into an example module that uses Commands module - Fix some bugs with chained library dependencies
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-09-18Add README for navigating stdlibBruce Hill