pub fn parse_expr(input: &str) -> IResult<&str, Expr<'_>>
Parse a rain expression, which is either an atom or an application of them Accepts whitespace before the expression
rain