Commit Graph

7 Commits

Author SHA1 Message Date
22b65b1c5c Fix some pattern usages 2025-04-01 20:10:17 -04:00
d888bec409 Clean up and improve patterns 2025-04-01 15:15:28 -04:00
38d6189d43 Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
2025-03-30 15:41:37 -04:00
0bba319126 Big overhaul:
- 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-17 19:29:28 -04:00
f51acef40e Overhaul of Path so it uses root and array of components instead of
stringly typed
2025-03-15 14:22:11 -04:00
37f3e91f6c Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
4d11f83f70 Add some examples to the repo 2024-11-26 13:57:00 -05:00