Function parse_expr

Source
pub fn parse_expr(input: &str) -> IResult<&str, Expr<'_>>
Expand description

Parse a rain expression, which is either an atom or an application of them Accepts whitespace before the expression