pub fn parse_expression_with_source_file( source: &str, source_file: Option<&str>, ) -> Result<Expression>