pub fn parse(input: &[u8]) -> IResult<&[u8], EvalResult, Error<&[u8]>>
Parse a C literal.
The input must contain exactly the representation of a single literal token, and in particular no whitespace or sign prefixes.