pub fn parse_multi<'input>( s: &'input str, ) -> Result<Vec<ESExpr<'static>>, Err<Error<&'input str>>>
Parse a string into multiple ESExprs.
ESExpr
Returns Err when parsing fails.
Err