A simple Python project that converts numbers between Binary, Octal, Decimal, and Hexadecimal systems. Each conversion is written in a separate class file with manual logic (no built-in bin (), oct () ...
The decimal to int conversion should shortcut to a failure when there is no possibility of generating a real number, e.g. by examining the length of the substring after + or - (in conjunction with sys ...