| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-04 | Misc fixes | Bruce Hill | |
| 2025-04-04 | First working compile of refactor to add explicit typing to declarations | Bruce Hill | |
| and support untyped empty collections and `none`s | |||
| 2025-04-02 | Syntax change: table types are now: `{K=V; default=...}` and tables | Bruce Hill | |
| use `{:K=V, ...; default=...}` | |||
| 2025-04-01 | Clean up and improve patterns | Bruce Hill | |
| 2025-03-30 | Further support for .dylib files on mac by changing syntax for library | Bruce Hill | |
| imports to `use -lfoo` instead of `use foo.so` | |||
| 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 | Failure messages | Bruce Hill | |
| 2025-03-24 | Add some exit type methods | Bruce Hill | |
| 2025-03-24 | Change commands interface so it can either run or get result | Bruce Hill | |
| 2025-03-21 | Fixes for ask() being optional and command success status | Bruce Hill | |
| 2025-03-19 | Add command and shell :by_line() | Bruce Hill | |
| 2025-03-17 | Command.from_path() | 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 | |||
