fn parse_assignment_expression<T>(
pair: Pair<'_, Rule>,
builder: &T,
ctx: &ByMCParsingContext<'_>,
) -> Result<Action, Box<Error<()>>>where
T: IsDeclared<Variable> + IsDeclared<Parameter>,Expand description
Parse an assignment expression of an action into the corresponding list of actions