[][src]Function minitt::parser::branches_to_tree_map

pub fn branches_to_tree_map(the_rule: Pair<'a, Rule>) -> Branch
This example is not tested
branches = _{ "{" ~ (constructor ~ ("|" ~ constructor)*)? ~ "}" }
constructor = { constructor_name ~ expression }