aboutsummaryrefslogtreecommitdiff
path: root/examples/shell
AgeCommit message (Collapse)Author
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-03-24Change commands interface so it can either run or get resultBruce Hill
2025-03-19Add command and shell :by_line()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