-
Notifications
You must be signed in to change notification settings - Fork 30
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
Implement HIR builder #64
Comments
Hi there, can i take a crack at this? |
Can I take on this if still available ? |
hey @ftupas any update here? also would love for people to describe the solution they want to design before asking for taking it! |
@gakonst hi sorry for the delay, got a bit busy with work and not sure if I will have bandwidth in the coming days. I think it's best to unassign me so someone can pick it up |
@gakonst Here's how I'm thinking about implementing the HIR builder:
|
Describe the feature
Implement a HIR builder that constructs HIR nodes using a bunch of helper methods.
Example:
An initial goal for this would be to replace the manual HIR node construction when desugaring loops and creating variables' getter functions, adding the necessary methods along the way.
Additional context
No response
The text was updated successfully, but these errors were encountered: