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

Need to handle constants in module scope etc. #8

Open
vidarh opened this issue May 12, 2009 · 0 comments
Open

Need to handle constants in module scope etc. #8

vidarh opened this issue May 12, 2009 · 0 comments

Comments

@vidarh
Copy link
Owner

vidarh commented May 12, 2009

ClassScope should inherity from ModuleScope. ModuleScope needs to hold constants.

"Global" constants should be held in a module scope - either make GlobalScope inherit from ModuleScope too, or introduce a ModuleScope in between GlobalScope and the next step down.

Need provisional support for "include" as well as dereferencing ("::"). Note that currently "::" is treated as :callm. Probably need to reverse that change and rewrite to :callm or keep as :deref depending on the right hand side.

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