This website requires JavaScript.
Explore
Help
Sign In
talexander
/
organic
Watch
1
Star
0
Fork
0
You've already forked organic
Code
Issues
Pull Requests
Releases
Activity
organic
/
src
/
iter
/
mod.rs
5 lines
68 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement all ast node iteration.
2023-09-27 19:30:21 -04:00
mod
all_ast_node_iter
;
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
mod
ast_node
;
mod
ast_node_iter
;
Implement empty iterator for types with no ast node children.
2023-09-27 15:38:33 -04:00
mod
macros
;
Reference in New Issue
Copy Permalink