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

Parses a boxed expression as defined in grammar rule 53.