-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for extern variable declarations #70
Comments
#62 has related code |
OK, I will review it tomorrow. |
I assume you mean it has related code for the IR representation? |
#62 adds |
This was referenced Jun 25, 2018
jonas
added a commit
that referenced
this issue
Jun 28, 2018
Due to scala-native/scala-native#202 it is not possible to use `var` so for now `val`s are used although not semantically correct. References #70
jonas
added a commit
that referenced
this issue
Jun 28, 2018
Due to scala-native/scala-native#202 it is not possible to use `var` so for now `val`s are used although not semantically correct. References #70
Partially fixed in #80 with limitations due to scala-native/scala-native#202 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following declarations are not currently supported.
AST
The text was updated successfully, but these errors were encountered: