You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows to mark subnodes with #[sep], which will result in
"splitting" the node using them, allowing to match other fields only
if found in the proper separation.
For instance, this will work:
Addition {
lhs: Expr,
#[sep] Plus,
rhs: Expr
}
0 commit comments