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)
commit7f2b6c0cb071ae8ffdd21155d6e55feec5ae15e8
treeed086475f44a561945008ed40f4485ffb25dd670
parent8036a02b4c6f448f9bb816d55d239b603bbde705
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