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

Multiple multiple capturing (asterisk) #4

Open
Leu-Gim opened this issue Sep 25, 2018 · 0 comments
Open

Multiple multiple capturing (asterisk) #4

Leu-Gim opened this issue Sep 25, 2018 · 0 comments

Comments

@Leu-Gim
Copy link

Leu-Gim commented Sep 25, 2018

let b = @[0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5]
type A = 2..4
match(b):
of @[*_, *A @t, *_, A @u, *_]:
  assert t == @[2, 3, 4]
  assert u == 2

Like in regular expressions.
Even a limited version - just skipping (*_) at beginning, skipping at the end,
and multi-capture between - would be of much value,
and in such version it doesn't need re-matching (i.e. trying other combination after failure).

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

No branches or pull requests

1 participant