parse_program_with_modifier

Function parse_program_with_modifier 

Source
pub fn parse_program_with_modifier(
    revset_str: &str,
) -> Result<ExpressionNode<'_>, RevsetParseError>
Expand description

Parses text into expression tree. The text may be prefixed with all:. No name resolution is made at this stage.