Initial version of atoi #15

Merged
ShatteredMINT merged 2 commits from PleegWat/symphony_stdlib:str_to_int into main 2026-09-06 16:15:00 +02:00
Contributor

Functions to convert strings to integers in various bases

Functions to convert strings to integers in various bases
PleegWat force-pushed str_to_int from 1d04812174 to e8cf5ae35f 2026-09-02 21:22:12 +02:00 Compare
Owner

Is this good to merge once you rebased it onto current main?

Is this good to merge once you rebased it onto current main?
PleegWat force-pushed str_to_int from 3968179026 to 3cadaede57 2026-09-04 23:48:19 +02:00 Compare
Owner

This needs to be rebased onto main

This needs to be rebased onto main
PleegWat added 2 commits 2026-09-06 16:14:30 +02:00
Parse strings to integer (binary, octal, decimal, or hexadecimal)
PleegWat force-pushed str_to_int from fbdcadfe9b to 304fe54833 2026-09-06 16:14:30 +02:00 Compare
ShatteredMINT merged commit 590732cd48 into main 2026-09-06 16:15:00 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TCShenanigans/symphony_stdlib#15