Expand description
Code generation.
This module processes the IR to generate the fold
, visit
, and
visit_mut
modules.
Structs§
Functions§
- Generates a fold transformer for a mutable AST.
- Generates a visitor for an immutable AST.
- Generates a visitor for a mutable AST.