| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-07 | Move core libraries into their own folder | Bruce Hill | |
| 2025-04-06 | Rename Array -> List in all code and docs | Bruce Hill | |
| 2025-03-27 | Deprecate custom printf specifiers in favor of print() function that | Bruce Hill | |
| uses _Generic() to generically convert any value to a string or print as a string. | |||
| 2025-03-24 | Change commands interface so it can either run or get result | Bruce Hill | |
| 2025-03-19 | Add command and shell :by_line() | Bruce Hill | |
| 2025-03-17 | Big 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 | |||
