You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
lib | 2 months ago | |
test | 2 months ago | |
.gitignore | 2 months ago | |
LICENSE | 3 months ago | |
README.md | 2 months ago | |
mix.exs | 3 months ago |
README.md
ibm2ex
A small library for converting IBM mainframe formats to IEEE754 formats in Elixir, heavily inspired by ibm2ieee
This probably shouldn't be used in a production environment. I'm making this half for fun, half for learning, and a third half to bootstrap another project where I don't care so much about performance. This kind of thing should almost certainly be a Rust NIF and not implemented using high level abstractions but I know neither Rust nor Rustler (for now).