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

feat: array slice selector #495

Merged
merged 1 commit into from
Mar 27, 2024
Merged

feat: array slice selector #495

merged 1 commit into from
Mar 27, 2024

Conversation

V0ldek
Copy link
Member

@V0ldek V0ldek commented Mar 27, 2024

Short description

Simple slicing: forward step and positive bounds. Includes an overhaul to how array transitions are compiled.

Issue

Resolves: #152

Checklist

All of these should be ticked off before you submit the PR.

  • I ran just verify locally and it succeeded.
  • Issue was given go ahead and is linked above OR I have included justification for a minor change.
  • Unit tests for my changes are included OR no functionality was changed.

- Simple slicing: forward step and positive bounds.
Includes an overhaul to how array transitions are compiled.

Ref: #152
@V0ldek V0ldek force-pushed the v0ldek/slice-selector branch from b089627 to f4aa68b Compare March 27, 2024 17:56
@V0ldek V0ldek merged commit 9249824 into main Mar 27, 2024
46 checks passed
@V0ldek V0ldek deleted the v0ldek/slice-selector branch March 27, 2024 19:22
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.

Array slice selector (forward, positive bounds) [<start>:<end>:<step>]
1 participant