This page requires javascript to work

[][src]Function minitt::parser::const_declaration_to_expression

fn const_declaration_to_expression(the_rule: Tok<'_>) -> Expression
This example is not tested
const_declaration =
 { "const"
 ~ pattern
 ~ "=" ~ expression
 ~ ";" ~ expression?
 }