Added functionality to AsmNumberUtil
authorFabian Stemmler <stemmler@in.tum.de>
Sun, 25 Aug 2019 15:20:10 +0000 (17:20 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Sun, 25 Aug 2019 15:20:10 +0000 (17:20 +0200)
commit7f42a907909ffe596ae05ef251045f8d72a40c5b
tree632e9be1affa8ce5a897f7c746997e100afa736e
parentfaa90c5086c9be5550b6696cb47d976ccea66906
Added functionality to AsmNumberUtil

BigIntegers can now be formatted as any of the NumberTypes
A String can now be parsed as a BigInteger of a given NumberType
It can now be checked, if a String is a prefix of a valid number
net.mograsim.plugin.core/src/net/mograsim/plugin/asm/AsmNumberUtil.java