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

imports implementation #25

Merged
merged 7 commits into from
Oct 9, 2023
Merged

imports implementation #25

merged 7 commits into from
Oct 9, 2023

Conversation

s-m33r
Copy link
Contributor

@s-m33r s-m33r commented Oct 8, 2023

No tests for now.

Direct import statements are handled by associating names with a scope object. from imports add objects to the current scope.

Resolves #13 (probably)

tusharsadhwani
tusharsadhwani previously approved these changes Oct 9, 2023
@tusharsadhwani tusharsadhwani merged commit dc30686 into tusharsadhwani:main Oct 9, 2023
5 checks passed
@s-m33r s-m33r deleted the run-imports branch October 9, 2023 18:04
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.

Language feature: imports
2 participants