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 (
Expand
)
Author
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
2024-08-03
Fix integer random functions so they correctly handle all representable
Bruce Hill
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
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