Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athanclark/purescript-parseint
Bindings to parseInt()
https://github.com/athanclark/purescript-parseint
parseint purescript
Last synced: 10 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T09:06:17.000Z (almost 3 years ago)
- Last Synced: 2024-12-10T17:07:31.921Z (28 days 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).