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

Dynamic resizing of arrays #504

Open
Wodann opened this issue Jan 2, 2023 · 0 comments
Open

Dynamic resizing of arrays #504

Wodann opened this issue Jan 2, 2023 · 0 comments
Labels
tracking Tracking issue for an epic
Milestone

Comments

@Wodann
Copy link
Collaborator

Wodann commented Jan 2, 2023

Currently, arrays in Mun do not support dynamic resizing in Mun code, as we don't have the ability to call functions like push and resize. To support this, we need to implement:

  • Ability to call member functions in the compiler backend
  • Ability to specify generic function implementation for arrays (initial solution will inject this in the backend)

Depends on

@Wodann Wodann added the tracking Tracking issue for an epic label Jan 2, 2023
@Wodann Wodann added this to the Mun v0.6.0 milestone Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking Tracking issue for an epic
Projects
None yet
Development

No branches or pull requests

1 participant