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

Fixed var hoister to convert reference types to pointer types when hoisting #61

Merged
merged 2 commits into from
Jan 1, 2024

Conversation

AjayBrahmakshatriya
Copy link
Collaborator

This is small change to var hoister to take care of changing types of reference types when hoisting. This wasn't required before because we didn't have reference types.

Also fixes a small bug in loop_finder when dealing with 2 labels with the same static tags.

sample54 updated to check for reference types.

@AjayBrahmakshatriya AjayBrahmakshatriya merged commit 6e7e4a1 into BuildIt-lang:master Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant