Allow hex literals for unsigned integers
Created by: ascjones
Close #522 (closed).
Allows hex literals to be used for unsigned integers. Replaces scon::Value::Bytes
with scon::Value::Hex
which can then be transcoded to the target type, either a scalar uint or a sequence of scalar uints.