Function cexpr::literal::parse[][src]

pub fn parse(input: &[u8]) -> IResult<&[u8], EvalResult, Error<&[u8]>>
Expand description

Parse a C literal.

The input must contain exactly the representation of a single literal token, and in particular no whitespace or sign prefixes.