pub fn run_expression(expr: &str, config: RunConfig) -> Result<()>
Evaluates a single expression and prints the result.
Returns an error if writing output fails.