aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/intX.h
AgeCommit message (Collapse)Author
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-24Fix `from_num` incomplete renamingBruce Hill
2025-11-09Cut out a level of pointer indirection for integers by using underlyingBruce Hill
struct
2025-10-25Compatibility fixesBruce Hill
2025-10-20Deduplicate Num code using the same templating technique as integersBruce Hill
2025-10-19Move integer implementation details into separate header/C files, backedBruce Hill
by template headers that use an INT_BITS macro to redefine implementations for different int sizes.