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

Constants - only VAR, VAR_EXTERNAL and VAR_GLOBAL can be marked as constants #296

Closed
Tracked by #208
riederm opened this issue Sep 21, 2021 · 0 comments · Fixed by #305
Closed
Tracked by #208

Constants - only VAR, VAR_EXTERNAL and VAR_GLOBAL can be marked as constants #296

riederm opened this issue Sep 21, 2021 · 0 comments · Fixed by #305
Assignees
Milestone

Comments

@riederm
Copy link
Collaborator

riederm commented Sep 21, 2021

source: norm-grammar appendix A

@riederm riederm mentioned this issue Sep 21, 2021
9 tasks
@riederm riederm changed the title CONSTANTS - only VAR, VAR_EXTERNAL and VAR_GLOBAL can be marked as constants Constants - only VAR, VAR_EXTERNAL and VAR_GLOBAL can be marked as constants Sep 22, 2021
@riederm riederm self-assigned this Sep 24, 2021
riederm added a commit that referenced this issue Sep 24, 2021
the CONSTANT modifier ist only valid on
VAR, VAR_EXTERNAL (not supported by this compiler yet) and
VAR_GLOBAL

closes #296
@riederm riederm added this to the oscat milestone Sep 25, 2021
@riederm riederm linked a pull request Sep 25, 2021 that will close this issue
riederm added a commit that referenced this issue Sep 25, 2021
the CONSTANT modifier ist only valid on
VAR, VAR_EXTERNAL (not supported by this compiler yet) and
VAR_GLOBAL

closes #296
riederm added a commit that referenced this issue Sep 26, 2021
validate CONSTANT modifier for different variable blocks

the CONSTANT modifier ist only valid on
VAR, VAR_EXTERNAL (not supported by this compiler yet) and
VAR_GLOBAL

closes #296
@ghaith ghaith moved this to Done in Next Jan 9, 2023
@ghaith ghaith added this to Next Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant