This page requires javascript to work

[][src]Function minitt::parser::identifier_to_name

fn identifier_to_name(rule: Tok<'_>) -> String
This example is not tested
identifier = @{ !"let" ~ !"rec" ~ !"0" ~ !"1" ~ character+ }