parse_boxed_expression

Function parse_boxed_expression 

Source
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.