CSC448: AST Transformations: Eliminating Initializers I [47/133] Previous pageContentsNext page

Implementation in transform directory.

The implementation must construct a new AST. It cannot modify the existing AST because the AST classes are immutable.

Transformation?

Previous pageContentsNext page