aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bigint.c
AgeCommit message (Expand)Author
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-15Bugfix for int parsingBruce Hill
2025-11-09Cut out a level of pointer indirection for integers by using underlyingBruce Hill
2025-10-19Move integer implementation details into separate header/C files, backedBruce Hill