parse_action_list

Function parse_action_list 

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

Parse a list of action expressions into a combined list of actions