HexInteger // NOTE: This is assumed to be an unsigned integer! = value:$[0-9a-zA-Z]+ { return parseInt(value, 16); }