pub fn parse_hex_string(input: &str) -> Result<Vec<Token>, Error>
Parse a hex string.
The input is expected to look like { AB .. }.
{ AB .. }
Returns an error if the parsing fails.