Function try_parse_regexp

Source
pub fn try_parse_regexp<'a, P: Parser<'a>>(
    p: &mut P,
    start: BytePos,
) -> Option<Box<Expr>>