Skip to main content

LemonTree

Derive Macro LemonTree 

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

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