PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Add `codepoint_to_int` #414

Closed PaulBone closed 2 years ago

PaulBone commented 2 years ago

Add a codepoint_to_int function so we can use it to quickly turn a codepoint digit into an integer without a casecade of if statements.