parse_all

Function parse_all 

Source
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.