refactoring, started on converting function closure to MarkNode

This commit is contained in:
Anton-4 2021-10-06 20:27:42 +02:00
parent 2ab5380f74
commit 11417c0624
14 changed files with 582 additions and 509 deletions

View file

@ -1,4 +1,5 @@
pub mod attribute;
pub mod common_nodes;
pub mod nodes;
pub mod convert;
pub mod top_level_def;