aboutsummaryrefslogtreecommitdiff
path: root/examples/commands/commands.c
AgeCommit message (Collapse)Author
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
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