Allow hex literals for unsigned integers

Sergej Kostjucenko requested to merge aj/uint-hex-literals into master

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.

Merge request reports