fn pre_eval_bquote(
args: &[Arg],
env: &Environment,
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Partial substitution: quote an expression, evaluating only .() splices.
@param expr expression to quote (not evaluated, except for .() sub-expressions) @return a language object with .() splices replaced by their evaluated values