pub fn parse(s: &str) -> Result<Expr<'_>, ParseError>
Parse a string representing a revset expression into an Expr.
To update the grammar, modify grammar.lalrpop.
grammar.lalrpop