Function oftlisp::ast::convert_expr [] [src]

pub fn convert_expr<C: 'static + Context>(
    value: Gc<Value<C>>
) -> Result<Gc<Expr<C>>, ConvertError<C>>

Converts an expression to its AST node.