Nothing Special   »   [go: up one dir, main page]

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

Recursive reusable patterns and modifiers for them #70

Closed
zaibacu opened this issue Jun 23, 2020 · 0 comments · Fixed by #96
Closed

Recursive reusable patterns and modifiers for them #70

zaibacu opened this issue Jun 23, 2020 · 0 comments · Fixed by #96
Labels
enhancement New feature or request

Comments

@zaibacu
Copy link
Owner
zaibacu commented Jun 23, 2020

We want to be able to do this:

pattern1 = {NUM, WORD("/"), NUM}
pattern2 = {NUM+, PATTERN(pattern1)?}

{PATTERN(pattern2)}->MARK("SOMETHING")

It should expand into {NUM+, NUM?, WORD("/")?, NUM?}

@zaibacu zaibacu added the enhancement New feature or request label Jun 23, 2020
@zaibacu zaibacu mentioned this issue Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant