pub fn parse_expr_str( file: FileId, src: &str, diags: &mut Diagnostics, ) -> Option<Node>
Parse a single expression — used by beck ast and by tests.
beck ast