parse_expr_str

Function parse_expr_str 

Source
pub fn parse_expr_str(
    file: FileId,
    src: &str,
    diags: &mut Diagnostics,
) -> Option<Node>
Expand description

Parse a single expression — used by beck ast and by tests.