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

Allow creating local arrays with local/delocal #12

Open
mbudde opened this issue Mar 27, 2013 · 0 comments
Open

Allow creating local arrays with local/delocal #12

mbudde opened this issue Mar 27, 2013 · 0 comments
Labels

Comments

@mbudde
Copy link
Owner

mbudde commented Mar 27, 2013

Currently the grammar only allows creating new variables of type int and stack but not arrays. Using the array initialization syntax from #11 it would look like:

local int foo[3] = {42, 12, 7}
    ...
delocal int foo[3] = {23, 5, 3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant