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

arrays: print, new, append, len, test #79

Merged
merged 21 commits into from
Apr 12, 2023
Merged

arrays: print, new, append, len, test #79

merged 21 commits into from
Apr 12, 2023

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Apr 4, 2023

This PR works towards getting arrays working:

  • Added realloc, memmove, and probably free if we implement drop for arrays.
  • Reworked the way to pass attributes to functions via FnAttributes so we have more fine tuning.

work in progress

  • print
  • array_new
  • array_append
  • array_len
  • test

will do pop_front, get and slice in a following PR

@edg-l edg-l changed the title start working on arrays arrays Apr 4, 2023
@edg-l edg-l mentioned this pull request Apr 12, 2023
1 task
@edg-l edg-l changed the title arrays arrays: print, new, append, len, test Apr 12, 2023
@edg-l edg-l marked this pull request as ready for review April 12, 2023 14:37
Copy link
Collaborator

@azteca1998 azteca1998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome.

@edg-l edg-l merged commit 6f6149c into main Apr 12, 2023
@edg-l edg-l deleted the edgar/array branch April 12, 2023 15:27
@igaray igaray mentioned this pull request Apr 13, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants