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

Parses an expression as defined in grammar rule 1.