Expand description
This module contains a Consumer trait for the AST. Consumers are used to completely transform the AST without any restrictions on the output.
Traitsยง
- A Consumer trait for expressions in the AST.
- A Consumer trait for functions in the AST.
- A Consumer trait for imported programs in the AST.
- A Consumer trait for mappings in the AST.
- A Consumer trait for the program represented by the AST.
- A Consumer trait for program scopes in the AST.
- A Consumer trait for statements in the AST.
- A Consumer trait for structs in the AST.