Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor DPIA traversals #103

Open
umazalakain opened this issue Feb 11, 2021 · 0 comments
Open

Refactor DPIA traversals #103

umazalakain opened this issue Feb 11, 2021 · 0 comments
Assignees
Labels
internals Changes to the internals of our compiler implementation

Comments

@umazalakain
Copy link
Contributor

Refactor DPIA traversals following the refactoring of rise traversals (#98). DPIA traversals are already a lot closer to the current rise traversals. We could however benefit from generalising Stop and Continue to a monad, and invoking visitors directly (instead of returning Continue(t, visitor) and then invoking visitor.visit(t) we can just return visitor.visit(t)`).

@umazalakain umazalakain self-assigned this Feb 11, 2021
@umazalakain umazalakain added the internals Changes to the internals of our compiler implementation label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Changes to the internals of our compiler implementation
Development

No branches or pull requests

1 participant