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

Parses a context as defined in grammar rule 59.