Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
to allow cloning of the AST we need a cloning method that makes a deep copy. Expressions have the transform method, but that may not return a new instance. But for reusing AST parts in another AST we have to make a deep copy.