aboutsummaryrefslogtreecommitdiff
path: root/test/integers.tm
AgeCommit message (Collapse)Author
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
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
integer bugs
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
Int__bits()
2024-02-24Rename file extensionsBruce Hill