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 range operator as shorthand for numeric lists over a range #362

Open
dbenn opened this issue Jul 13, 2023 · 1 comment
Open

Add range operator as shorthand for numeric lists over a range #362

dbenn opened this issue Jul 13, 2023 · 1 comment
Labels
VeLa VStar expression Language

Comments

@dbenn
Copy link
Collaborator

dbenn commented Jul 13, 2023

Include open-ended range: N.. This would be a generator.

@dbenn dbenn added the VeLa VStar expression Language label Jul 13, 2023
@dbenn
Copy link
Collaborator Author

dbenn commented Jul 28, 2024

We may want to go further and allow left and right inclusive/exclusive ranges, e.g.

  • left and right inclusive: [n,m]:step
  • left and right exclusive: (n,m):step
  • left exclusive, right inclusive: (n..m]:step
  • left inclusive, right exclusive: [n..m):step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VeLa VStar expression Language
Projects
Development

No branches or pull requests

1 participant