aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-09-29Fix some timezone issuesBruce Hill
2024-09-29Add extra exampleBruce Hill
2024-09-29Reference DateTime in the docsBruce Hill
2024-09-29Update docsBruce Hill
2024-09-29Document now()Bruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-24Rename `from_unsafe_text` to `without_escaping`Bruce Hill
2024-09-23Support creating parent directories as needed (mkdir -p) and also set aBruce Hill
better default permission for new dirs
2024-09-22Add -I flag for installingBruce Hill
2024-09-18Update docsBruce Hill
2024-09-16Update docsBruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-16Update docsBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Overhaul of how libraries are installedBruce Hill
2024-09-15Link to C interop pageBruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
2024-09-15Add docs on bytesBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-13Update pointer docs on optionalsBruce Hill
2024-09-13Update docs a bitBruce Hill
2024-09-13Split pattern code into its own fileBruce Hill
2024-09-12Add sleep()Bruce Hill
2024-09-12Table:get() now uses optional values instead of default or failure modesBruce Hill
2024-09-11Add optional:or_else(fallback) and optional:or_fail(message)Bruce Hill
2024-09-11Document iteratorsBruce Hill
2024-09-11Use optionals for iteratorsBruce Hill
2024-09-11Placeholder docs for optionalsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update docsBruce Hill
2024-09-09Document :by_line()pathsBruce Hill
2024-09-09Add Text.starts_with() and Text.ends_with()Bruce Hill
2024-09-09Add paths docsBruce Hill
2024-09-07Document READMEBruce Hill
2024-09-06Add Text.trim()Bruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-05Update to reflect code growthBruce Hill
2024-09-04Add Text:repeat()Bruce Hill
2024-09-04Add Text.map(pat, fn)Bruce Hill
2024-09-04Document CLI parsingBruce Hill
2024-09-04Unify parsing code to correctly handle parsing integers and numbers withBruce Hill
a &success boolean. Check for overflow as well.
2024-09-04Document ask()Bruce Hill
2024-09-04Document {nl}Bruce Hill
2024-09-04Add Text:matches() for convenience and performanceBruce Hill
2024-09-03Add recursive mode to text replacement and update docsBruce Hill
2024-09-03Update docsBruce Hill