live_data icon indicating copy to clipboard operation
live_data copied to clipboard

Make `FlatAst.Util.traverse` traverse `Expr.Scope` correctly

Open hansihe opened this issue 3 years ago • 0 comments

Expr.Scope has special semantics where nested uses of expressions is treated as a reference to a variable instead of nesting.

FlatAst.Util.traverse and FlatAst.Util.traverse_post needs to handle this properly.

hansihe avatar Jan 03 '23 12:01 hansihe