Function parse_atom

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

Parse an atomic rain expression Does not accept whitespace before the expression, and does not consume whitespace after it.