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

Split "label scope" into "global scope" and "local scope", tracking both, with . and .. string constants #1503

Closed
Rangi42 opened this issue Sep 13, 2024 · 0 comments · Fixed by #1504
Assignees
Labels
enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
Milestone

Comments

@Rangi42
Copy link
Contributor

Rangi42 commented Sep 13, 2024

We already have the concept of "label scope", which is the current context's global label. #775 requested a string constant to expand to that label, which #1499 implements as .. We also want to track the "local scope" and expand it as ... This will be generalizable if/when we add nested scopes (Function.foo_loop.bar_check.no_carry).

@Rangi42 Rangi42 added enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM labels Sep 13, 2024
@Rangi42 Rangi42 added this to the v0.9.0 milestone Sep 13, 2024
@Rangi42 Rangi42 self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant