https://github.com/athanclark/purescript-parseint
Bindings to parseInt()
https://github.com/athanclark/purescript-parseint
parseint purescript
Last synced: 4 months ago
JSON representation
Bindings to parseInt()
- Host: GitHub
- URL: https://github.com/athanclark/purescript-parseint
- Owner: athanclark
- License: bsd-3-clause
- Created: 2017-12-23T19:57:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T09:06:17.000Z (about 4 years ago)
- Last Synced: 2025-01-28T17:04:50.882Z (over 1 year ago)
- Topics: parseint, purescript
- Language: Dhall
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parseint
Yeah so I wrote bindings to javascript's global `parseInt()` function a long while back, before realizing I
should also have added `parseFloat()` in here too... so now it's just named `purescript-parseint` :)
They're really trivial bindings - use `Radix` where applicable (i.e. hexadecimal encoding).