Skip to content

Project to re-implement Str.Numeric in high level Perl 6

Notifications You must be signed in to change notification settings

colomon/str2num

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

This is yet another attempt to do something about the terrible number parsing
issues in Rakudo master. I'm working on basically two functions here:

str2num-parse takes a numeric string and returns it split into its component
parts.

str2num-parts takes those parts and makes a number from them.

About

Project to re-implement Str.Numeric in high level Perl 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages