Commit Graph
8 Commits
Author SHA1 Message Date
PleegWat 836acb48af Add test and fix for edgecase 2026-09-15 21:23:25 +02:00
PleegWat 016c6f7008 Add decimal for small (up to 8 digit) numbers 2026-09-15 21:11:14 +02:00
PleegWat ae5f90456c Add hex 2026-09-10 21:03:45 +02:00
PleegWat 431e00ca7e Add octal support 2026-09-10 15:33:46 +02:00
PleegWat 40e4272cdd Int to string conversion
Initially only binary output
2026-09-08 17:00:26 +02:00
PleegWat 304fe54833 Apply agreed naming conventions 2026-09-06 16:13:40 +02:00
PleegWat 6f7ad3aa4b Implement atoi
Parse strings to integer (binary, octal, decimal, or hexadecimal)
2026-09-06 16:12:50 +02:00
ShatteredMINT 697445feec add tests folder 2026-09-03 20:34:16 +02:00