#[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.
#[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.