Function convert_body

Source
pub fn convert_body<C: 'static + Context>(
    body: Vec<Gc<Value<C>>>,
) -> Result<Vec<(Symbol, Gc<Expr<C>>)>, ConvertError<C>>
Expand description

Converts the body values of a module to an AST.