AST walkers

This commit is contained in:
2025-11-02 10:29:09 -08:00
parent e6dec3efc5
commit a0874add17
4 changed files with 768 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
mod walk;
pub use walk::*;
mod walk_mut;
pub use walk_mut::*;