SignedOverpunch

Module for converting a string in signed overpunch format into the corresponding integer.

Conversion Table:

CodeDigitSign
}0
J1
K2
L3
M4
N5
O6
P7
Q8
R9
{0+
A1+
B2+
C3+
D4+
E5+
F6+
G7+
H8+
I9+

Installation

If available in Hex, the package can be installed by adding signed_overpunch to your list of dependencies in mix.exs:

def deps do
[{:signed_overpunch, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/signed_overpunch.