pub fn parse_expr_one_liner(code: &str) -> Result<Cirru, String>Expand description
Parses a one-line Cirru expression into exactly one Cirru expression.
This is a convenience wrapper over parse that enforces there is exactly one
top-level expression.