pub fn parse_all(src: &str) -> Result<Vec<Sexp>, String>
Parse every top-level form in src. String-error twin of repl::parse_all, callable from the evaluator (read-file) without a layering inversion.
src
repl::parse_all
read-file