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

Bundle scopes #71

Closed
wants to merge 20 commits into from
Closed

Conversation

Victorystick
Copy link
Contributor

Work in progress...

Use a BundleScope which keeps track of all top-level variables in use by a bundle, and deconflicts them all, once and for all. Each module has a ModuleScope that links its variables to those in the BundleScope.

Statement has some properties that are plain string names.
These must be changed to use structured Names or references.
This was referenced Aug 16, 2015
@Victorystick
Copy link
Contributor Author

This has gotten more complex than it should, and diverged too far from master. I'm gonna take the lessons I've learned and try do to something similar.

@Victorystick Victorystick deleted the bundle-scopes branch September 11, 2015 19:05
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.

None yet

2 participants