organic/src/iter/mod.rs
Tom Alexander 35f058a354
Starting a new iteration implementation.
This implementation will reduce the use of heap by elimininating Box<> from the individual iterators but it will still need heap for maintaining a vector of iterators from nodes.
2023-09-27 13:48:17 -04:00

3 lines
33 B
Rust

mod ast_node;
mod ast_node_iter;