Implement HIR builder #64
Labels
A-sema
Area: semantic analysis
C-enhancement
Category: an issue proposing an enhancement or a PR with one
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
P-medium
Medium priority
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: