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

pub fn parse(input: &[u8]) -> IResult<&[u8]EvalResultError>

Parse a C literal.

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