Module cl_ast::ast_visitor

source ·
Expand description

Contains an immutable visitor and an owned folder trait, with default implementations across the entire AST

Re-exports§

Modules§

  • A folder (implementer of the Fold trait) maps ASTs to ASTs
  • A visitor (implementer of the Visit trait) walks the immutable AST, mutating itself.