This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-07-12 06:11:26 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
190932935c3f6e4398934ec766214b61adc1bbca
Odin
/
core
/
strconv
T
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