parse

Function parse 

Source
pub fn parse<'input>(
    s: &'input str,
) -> Result<ESExpr<'static>, Err<Error<&'input str>>>
Expand description

Parse a string into an ESExpr.

ยงErrors

Returns Err when parsing fails.