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

Pointer initialization #51

Open
Tracked by #5
Gashmob opened this issue Dec 1, 2024 · 0 comments · May be fixed by #52
Open
Tracked by #5

Pointer initialization #51

Gashmob opened this issue Dec 1, 2024 · 0 comments · May be fixed by #52
Labels
enhancement New feature or request
Milestone

Comments

@Gashmob
Copy link
Member

Gashmob commented Dec 1, 2024

Introduce new keyword to be able to new i32(25) for example.

Also add pointer dereferencing * and variable address &.

@Gashmob Gashmob mentioned this issue Dec 1, 2024
11 tasks
@Gashmob Gashmob added the enhancement New feature or request label Dec 1, 2024
Gashmob added a commit that referenced this issue Dec 2, 2024
Part of #51

`new` is used to create a pointer to a scalar value
@Gashmob Gashmob linked a pull request Dec 2, 2024 that will close this issue
@Gashmob Gashmob linked a pull request Dec 2, 2024 that will close this issue
@Gashmob Gashmob added this to the v0.1.0 milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant