Skip to content

andsild/TextToNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

TextToNumberParser

Something of an overkill to transform text to numbers.

Input Output
264 264
Two hundred 64 264
Two hundred and 64 264
Two hundred and sixty 4 264
Two hundred and sixty-four 264

There is only support for positive integers.

Note:

Its one of my first haskell programs. I've seen one-liners that work for e.g. roman numerals so I realize theres a lot of room for improvement.

When I have time I'll work on the following improvements:

  • Floating point numbers
  • Negative numbers

About

Something of an overkill to transform text to numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published