pub fn parse(input: &str) -> Result<Expr, String>
Parse the given query literal to an AST (which is Expr in this crate).
Expr