Derive Macro lemon_tree::LemonTree[][src]

#[derive(LemonTree)]
{
    // Attributes available to this derive:
    #[lem]
    #[lem_opt]
}

Makes enum/struct a start symbol of current parser. Must appear the last parser attribute in file.