You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, traversal of Emma-specific IR is top-down. To make this consistent with normal Scala trees, the traversal schemes need to be rewritten so they work bottom-up.
The text was updated successfully, but these errors were encountered:
Closing this as a wontfix. It turns out that we were using a bottom-up traversal scheme everywhere already. At the end I just re-implemented the foreach on top of the ExpressionTraverser in 1696151.
This is a sub-issue as part of #147. Work in progress can be tracked here.
At the moment, traversal of Emma-specific IR is top-down. To make this consistent with normal Scala trees, the traversal schemes need to be rewritten so they work bottom-up.
The text was updated successfully, but these errors were encountered: