* make parsutils.parseBin generic and improve runnableExamples
* reimplement parseBin/Oct/Hex and improve runnableExamples
* update changelog.md file with parseBin/Oct/Hex and fix a typo
* delete template and code parseBin|Oct|Hex separately
* split definitions between int and other SomeInteger
* make parseBin|Oct|Hex generic and remove rtl pragmas
* remove pragma inline from praseBin|Oct|Hex
* implement families of parse(Bin|Oct|Hex)Int[xx]
* fix typo [skip ci]
* implement generic fromBin|Oct|Hex
* make runnableExamples shorter