aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-02-04Add {word} as an alias for {id}Bruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Add some light docs for mutexed accessBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-31Array:heap_pop() now returns an optional valueBruce Hill
2024-12-31Add array:pop()Bruce Hill
2024-12-24Add Int:factorial() and n:choose(k)Bruce Hill
2024-12-21Add text:by_line()/:by_split()/:by_match()Bruce Hill
2024-12-19Add Text:reversed()Bruce Hill
2024-12-19Add Text:from()/to() and Array:slice() for symmetryBruce Hill
2024-12-11Update docsBruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-30Bring back `table[key]` syntaxBruce Hill
2024-11-29Update docs and minor bugfixBruce Hill
2024-11-29Tweak serialization syntaxBruce Hill
2024-11-29Rename :serialize() -> :serialized()Bruce Hill
2024-11-29Add serialization docsBruce Hill
2024-11-26Document integer divisionBruce Hill
2024-11-25Add NaN documentationBruce Hill
2024-11-24Clean up some more null->none renames and fix the documentation. AlsoBruce Hill
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