This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-04-19 21:10:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
190932935c3f6e4398934ec766214b61adc1bbca
Odin
/
core
/
strconv
History
Tetralux
190932935c
Refactor
parse_*
procedures: arbitrary bases, and return (value, rest_of_string)
2020-04-29 21:33:33 +01:00
..
decimal
Move
package decimal
to be a subpackage of
package strconv
2019-10-26 14:46:21 +01:00
generic_float.odin
x if cond else y
and
x when cond else y
expressions
2020-03-05 20:34:30 +00:00
integers.odin
Remove
import "core:runtime"
in integers.odin to make -vet happy
2019-12-22 10:28:48 +00:00
strconv.odin
Refactor
parse_*
procedures: arbitrary bases, and return (value, rest_of_string)
2020-04-29 21:33:33 +01:00