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