pub fn parse_expression_from_str(s: &str, file: &str) -> PerlResult<Expr>Expand description
Parse a single expression from s (e.g. contents of @{ ... } inside a double-quoted string).
pub fn parse_expression_from_str(s: &str, file: &str) -> PerlResult<Expr>Parse a single expression from s (e.g. contents of @{ ... } inside a double-quoted string).