aboutsummaryrefslogtreecommitdiff
path: root/examples/tomo-install
AgeCommit message (Collapse)Author
2025-04-01Fix some pattern usagesBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
imports to `use -lfoo` instead of `use foo.so`
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-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
stringly typed
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-26Add some examples to the repoBruce Hill