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

Treat namespace resolution as seperate from regular variable lookup #14

Closed
Victorious3 opened this issue Nov 26, 2022 · 1 comment
Closed

Comments

@Victorious3
Copy link
Contributor

Right now this code fails:

import json
let json = json::make_object()
let str = json::to_string(json)

But really json:: should be a separate lookup from json because it's a namespace.

@Victorious3
Copy link
Contributor Author

Closing as this is really just #21

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

No branches or pull requests

1 participant