aboutsummaryrefslogtreecommitdiff
path: root/test/integers.tm
AgeCommit message (Expand)Author
2025-12-31Changed is_between() to be bidirectionalBruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-09-21Remove dead codeBruce Hill
2025-09-21Fix testsBruce Hill
2025-07-11Use `assert` more in tests to give better error messagesBruce Hill
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-25Disable test for shifting negative integersBruce Hill
2025-04-21Add `assert`Bruce Hill
2025-04-07Add `is_between()` for various typesBruce 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-06Deprecate `!!` print statementBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-21Add version check for GNU MP's prev_prime()Bruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2024-12-24Add integer testsBruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-03Fix up test to use RNGsBruce Hill
2024-11-03Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)Bruce Hill
2024-11-03Add unsigned integer shiftsBruce Hill
2024-11-02Change reducers to use (OP: ...) syntax and return an optional valueBruce Hill
2024-09-24Support Int(yes/no)Bruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
2024-08-18Add primality testing and next_prime()/prev_prime()Bruce Hill
2024-08-18Improved syntax for dollar-string literalsBruce Hill
2024-08-16Change division and modulus to use euclidean division, plus fix up a fewBruce Hill
2024-08-13Fix some edge casesBruce Hill
2024-08-13FixesBruce Hill
2024-08-13More fixesBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-23Add constructor/casting for ints and numsBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-03Num methodsBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-02-24Rename file extensionsBruce Hill