aboutsummaryrefslogtreecommitdiff
path: root/docs/integers.md
AgeCommit message (Collapse)Author
2025-04-19Make API documentation into YAML files and autogenerate markdown filesBruce Hill
and manpages from those.
2025-04-18Fix docsBruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill
2025-04-06Update syntax in docsBruce 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
and support untyped empty collections and `none`s
2025-03-05Further shorten docsBruce Hill
2025-03-05Shorten API docsBruce Hill
2025-03-05Fix linksBruce Hill
2025-03-05Alphabetize and index functionsBruce Hill
2025-02-13Add Int:onward() iteratorBruce Hill
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2024-12-24Add Int:factorial() and n:choose(k)Bruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-26Document integer divisionBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
constructors
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)Bruce Hill
2024-10-27Update docs to reflect deprecation of "&" stack referencesBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-04Unify parsing code to correctly handle parsing integers and numbers withBruce Hill
a &success boolean. Check for overflow as well.
2024-08-19Move docs into one folderBruce Hill