[][src]Function csml_interpreter::parser::parse_path::parse_path

pub fn parse_path<'a, E>(s: Span<'a>, expr: Expr) -> IResult<Span<'a>, Expr, E> where
    E: ParseError<Span<'a>>,