Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
The AST classes are all immutable, but the translators were using a mutable Pipeline class during translation. Uses of that class should be replaced with the immutable AstPipeline class instead (and the Pipeline class can be deleted).