A small library for converting IBM mainframe formats to IEEE754 formats in Elixir, heavily inspired by the ibm2ieee python library.
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.
Author 1b343de7a7
Stubbed out function to make compilable
2 months ago
lib Stubbed out function to make compilable 2 months ago
test Finished renaming functions, updated tests, impl still broken 2 months ago
.gitignore Re(?) added gitignore 2 months ago
LICENSE Initial commit 3 months ago
README.md Updated readme 2 months ago
mix.exs Added default mix projec 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).