Remove dependency on scodec
Closed this issue · 0 comments
yruslan commented
Background
Currently, scodec library is used only to implement the decoding of IEEE754 floating-point numbers. Having this dependency complicates spark-cobol parser usage from Spark Shell.
Feature
Implement decoding of IEEE754 floating-point numbers in cobol-parser and remove the dependency on scodec.