pub fn parse_unary_tests(
    scope: &FeelScope,
    input: &str,
    trace: bool
) -> Result<AstNode>
Expand description

Parses unary tests as defined in grammar rule 17.