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

Simplify arrays operations formatting #9

Merged
merged 2 commits into from
May 14, 2024

Conversation

Rog3rSm1th
Copy link
Member

This PR improves the formatting of arrays creations and modifications in the decompiler output.

  • Array creation : Array<felt252>::new().
  • Appending a value to the array : v1.append(v2).

@Rog3rSm1th Rog3rSm1th merged commit 4e24663 into master May 14, 2024
1 check passed
@Rog3rSm1th Rog3rSm1th deleted the feat/arrays_decompiler_output branch May 14, 2024 16:17
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

1 participant