aboutsummaryrefslogtreecommitdiff
path: root/examples/commands
AgeCommit message (Expand)Author
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-24Failure messagesBruce Hill
2025-03-24Add some exit type methodsBruce Hill
2025-03-24Change commands interface so it can either run or get resultBruce Hill
2025-03-21Fixes for ask() being optional and command success statusBruce Hill
2025-03-19Add command and shell :by_line()Bruce Hill
2025-03-17Command.from_path()Bruce Hill
2025-03-17Big overhaul:Bruce Hill