index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtins
/
integers.h
Age
Commit message (
Collapse
)
Author
2024-08-13
Add Int:sqrt()
Bruce Hill
2024-08-13
Support ^ exponentiation for integers
Bruce Hill
2024-08-13
Make biggest int semantically meaningful
Bruce Hill
2024-08-13
Fix some edge cases
Bruce Hill
2024-08-13
Create inlined fast versions of integer ops
Bruce Hill
2024-08-13
Fix Int->Num promotions
Bruce Hill
2024-08-13
Get rid of slow_* int functions
Bruce Hill
2024-08-13
Fixing up more stuff
Bruce Hill
2024-08-13
Fixing up integers
Bruce Hill
2024-08-13
More fixes
Bruce Hill
2024-08-13
Bugfixes
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
modification methods like `range:by(2)` or `range:reversed()`
2024-08-03
Fix integer random functions so they correctly handle all representable
Bruce Hill
ranges
2024-05-18
Clean up imports a bit
Bruce Hill
2024-04-10
Add from_text() method for ints/nums
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
Improve codegen for enums by eliminating unnecessary methods
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Bruce Hill
Int__bits()
2024-03-03
Initial pass at namespacing
Bruce Hill
2024-02-27
Const typeinfos
Bruce Hill
2024-02-27
Stop using namespace types
Bruce Hill
2024-02-17
Split out parts into appropriate headers
Bruce Hill
2024-02-17
Overload type names with constructor and namespace struct
Bruce Hill
2024-02-17
Use #defines for Int aliasing
Bruce Hill
2024-02-17
Fix up USE_COLOR
Bruce Hill
2024-02-17
Cleanup of builtins
Bruce Hill