Module converting

Source

Traitsยง

AstConverting
The AstConverting trait is used for converting an Abstract Syntax Tree (AST) to some other form, such as an internal or intermediate representation. Each method corresponds to a specific node in the AST and is responsible for converting that node and its children. The methods are called upon entering and exiting the tree traversal and the return result informs the visitor algorithm how to proceed.