UCHAR method

Parser UCHAR()

Implementation

Parser UCHAR() => ((string('\\u') & ref0(HEX).times(4)) |
    (string('\\U') & ref0(HEX).times(8)));