Function parse

Source
pub fn parse(s: &str) -> Result<Expr<'_>, ParseError>
Expand description

Parse a string representing a revset expression into an Expr.

To update the grammar, modify grammar.lalrpop.