LightAndLight / ipso

A functional scripting language.
https://ipso.dev
16 stars 1 forks source link

"Unchecked" number parsing functions #421

Open LightAndLight opened 1 year ago

LightAndLight commented 1 year ago
int.parseHex! : String -> Int
int.parseDec! : String -> Int
int.parseOct! : String -> Int
int.parseBin! : String -> Int

Variants of #393 that crash when parsing fails.