This page requires javascript to work

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

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