This page requires javascript to work

[][src]Function minitt::parser::constructor_to_tuple

fn constructor_to_tuple(the_rule: Tok) -> (String, Expression)
This example is not tested
constructor_name = @{ ASCII_ALPHA_UPPER ~ identifier? }
constructor = { constructor_name ~ expression }