parse_action_expr

Function parse_action_expr 

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

Parse an action expression into a list of actions