#[derive(LemonTreeNode)]
{
// Attributes available to this derive:
#[lem]
}
Expand description
Makes enum/struct a regular nonterminal symbol. Must appear before #[derive(LemonTree)] and #[lem_fn()] in the same rust file.
#[derive(LemonTreeNode)]
{
// Attributes available to this derive:
#[lem]
}
Makes enum/struct a regular nonterminal symbol. Must appear before #[derive(LemonTree)] and #[lem_fn()] in the same rust file.