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

Abstracting common patterns #7

Open
elegios opened this issue Nov 13, 2019 · 0 comments
Open

Abstracting common patterns #7

elegios opened this issue Nov 13, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@elegios
Copy link
Collaborator

elegios commented Nov 13, 2019

Via @EliasC. Certain patterns appear rather frequently and would be nice to write more succinctly. This issue is intended as be a collection of these, to consider the best way to support such things.

  • head:Exp ("," tail:Exp)* for non-empty lists with separators between the elements.
  • (head:Exp ("," tail:Exp)*)? for possibly empty lists with separators between the elements.
@elegios elegios added the enhancement New feature or request label Nov 13, 2019
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

No branches or pull requests

1 participant