parse_to_expr

Function parse_to_expr 

Source
pub fn parse_to_expr(
    src: &str,
    current_file: Option<PathBuf>,
) -> (ExprNodeId, Vec<Box<dyn ReportableError>>)