Function parse_creal

Source
pub fn parse_creal<'src>(
    input: &mut &'src str,
) -> ModalResult<Vec<BasicToken>, ContextError<StrContext>>