aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-24Add clarificationBruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-19Rename `Text.utf8_bytes` back to `Text.bytes`Bruce Hill
2024-11-19Add Text.at(i) for getting a single clusterBruce Hill
2024-11-19Document Text.slice()Bruce Hill
2024-11-17Update docsBruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-03RNG seed should be non-optionalBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)Bruce Hill
2024-11-03Add a `repeat` keywordBruce Hill
2024-11-02Change reducers to use (OP: ...) syntax and return an optional valueBruce Hill
2024-11-02Make Text:find() return an optional intBruce Hill
2024-10-29Add file globbingBruce Hill
2024-10-27Update docs to reflect deprecation of "&" stack referencesBruce Hill
2024-10-27Update DateTime API to have separate methods for getting each componentBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Update docsBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-10-08Document reductionsBruce Hill
2024-10-02Update array:sample() to use optional weights and do more error checkingBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-30Update docsBruce Hill
2024-09-30Code cleanupBruce Hill
2024-09-30Parameterize with timezonesBruce Hill
2024-09-29Update docsBruce Hill
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
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