pub fn expr(input: &str) -> IResult<&str, ESExpr<'static>>
Parser for an ESExpr expression.
ESExpr
Returns Err when parsing fails.
Err