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

Parses a textual expression as defined in grammar rule 2.