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

add support for index-based arrays slicing #35

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

barzoj
Copy link
Contributor

@barzoj barzoj commented Feb 19, 2025

see #34 for more details.

following syntax is supported:

foo[:end]
foo[start:]
foo[start:end]

@ykmnkmi ykmnkmi merged commit 6580823 into ykmnkmi:main Feb 20, 2025
6 checks passed
@ykmnkmi
Copy link
Owner

ykmnkmi commented Feb 20, 2025

Thanks.

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.

2 participants