Function oftlisp::ast::convert_body [] [src]

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

Converts the body values of a module to an AST.