Type Alias CResult

pub type CResult<'a, R> = IResult<&'a [Token], R, Error<&'a [Token]>>;

A shorthand for the type of cexpr expression evaluation results.