parse_assignment_expression

Function parse_assignment_expression 

Source
fn parse_assignment_expression<T>(
    pair: Pair<'_, Rule>,
    builder: &T,
    ctx: &TLAParsingContext<'_>,
) -> Result<Vec<Action>, Box<Error<()>>>
where T: IsDeclared<Variable> + IsDeclared<Parameter>,
Expand description

Parse an assignment expression of an action into the corresponding list of actions