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
/
src
/
stdlib
/
bigint.h
Age
Commit message (
Collapse
)
Author
2026-01-11
Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" AST
Bruce Hill
nodes and use improved parsing logic from Int/Real
2026-01-11
Bugfix
Bruce Hill
2026-01-02
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-21
Divide by zero checks
Bruce Hill
2025-12-13
More approximate, but more functional implementation.
Bruce Hill
2025-12-11
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-11-30
Add `base` parameter to integer parsing functions
Bruce Hill
2025-11-24
Fix `from_num` incomplete renaming
Bruce Hill
2025-11-09
Add back Int$from_str
Bruce Hill
2025-11-09
Real division
Bruce Hill
2025-11-09
Rename Num -> Float64, Num32 -> Float32
Bruce Hill
2025-11-09
Cut out a level of pointer indirection for integers by using underlying
Bruce Hill
struct
2025-10-19
Move integer implementation details into separate header/C files, backed
Bruce Hill
by template headers that use an INT_BITS macro to redefine implementations for different int sizes.