parse_all

Function parse_all 

Source
pub fn parse_all(src: &str) -> Result<Vec<Sexp>, String>
Expand description

Parse every top-level form in src. String-error twin of repl::parse_all, callable from the evaluator (read-file) without a layering inversion.