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

AST Passes #380

Open
UnsignedByte opened this issue Oct 20, 2023 · 0 comments
Open

AST Passes #380

UnsignedByte opened this issue Oct 20, 2023 · 0 comments
Assignees
Labels
C: Internals Component: Compiler internals

Comments

@UnsignedByte
Copy link
Collaborator

We should separate out a lot of things from astconv so it's not as bulky, and instead make them AST passes. AST-style passes will also allow us to create features like #309 that can be eliminated by the IR.

This includes separating bind check from astconv (we can reuse the old bind check maybe)

@UnsignedByte UnsignedByte added the C: Internals Component: Compiler internals label Oct 20, 2023
@UnsignedByte UnsignedByte added this to the Frontend Redesign milestone Oct 20, 2023
@UnsignedByte UnsignedByte self-assigned this Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Internals Component: Compiler internals
Projects
None yet
Development

No branches or pull requests

1 participant