Implement empty iterator for types with no ast node children.

This commit is contained in:
Tom Alexander
2023-09-27 15:38:33 -04:00
parent e4cfc296e5
commit 7419b75d76
3 changed files with 72 additions and 29 deletions

View File

@@ -1,2 +1,3 @@
mod ast_node;
mod ast_node_iter;
mod macros;