Function sexp::parse [] [src]

pub fn parse(s: &str) -> Result<Sexp, Box<Error>>

Reads an s-expression out of a &str.