This page requires javascript to work

[][src]Function minitt::parser::choices_to_tree_map

fn choices_to_tree_map(the_rule: Tok) -> Branch
This example is not tested
choices = _{ "{" ~ (pattern_match ~ ("|" ~ pattern_match)*)? ~ "}" }
pattern_match = { constructor_name ~ maybe_pattern ~ "=>" ~ expression }