Skip to content

Commit 6d83b44

Browse files
committed
Add separator support to codegen
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 }
1 parent 855877c commit 6d83b44

File tree

3 files changed

+438
-395
lines changed

3 files changed

+438
-395
lines changed

0 commit comments

Comments
 (0)