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

[BUG REPORT] Pointer to pointer not working #472

Open
Chasmiccoder opened this issue Jan 13, 2021 · 0 comments
Open

[BUG REPORT] Pointer to pointer not working #472

Chasmiccoder opened this issue Jan 13, 2021 · 0 comments
Labels
bug Something isn't working moderate Moderate problem

Comments

@Chasmiccoder
Copy link
Contributor

Pointer to a pointer implementation is incorrect:
MAIN
var a = 15
var *ptr = &a
var **ptr2 = &ptr

END_MAIN

The above simc code should be valid, but it is throwing the following error:
image

Note: This must be fixed for pointer to pointer, pointer to pointer to pointer, and so on as well...

@Chasmiccoder Chasmiccoder changed the title [BUG REPORT] Pointer of pointer not working [BUG REPORT] Pointer to pointer not working Jan 13, 2021
@frankhart2018 frankhart2018 added bug Something isn't working moderate Moderate problem SWoC 2021 labels Jan 14, 2021
@cimplec cimplec deleted a comment from vishnupsingh523 Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working moderate Moderate problem
Projects
None yet
Development

No branches or pull requests

2 participants