pub fn parse_all(src: &str) -> Result<Vec<Sexp>, NarjuError>Expand description
Read every form in src, wrapping reader failures in
NarjuError::Parse. A thin shim over crate::parse::parse_all,
whose error type is a bare String.
pub fn parse_all(src: &str) -> Result<Vec<Sexp>, NarjuError>Read every form in src, wrapping reader failures in
NarjuError::Parse. A thin shim over crate::parse::parse_all,
whose error type is a bare String.