-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
C-languageIssues regarding Pomsky's syntaxIssues regarding Pomsky's syntaxenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It's cumbersome to list all permutation of anded patterns, this can be done as a sugar syntax in pomsky?
Describe the solution you'd like
In pomsky: 'fox' & 'dog'
In regex:.(?:fox.*?dog|dog.*?fox)
Describe alternatives you've considered
Not yet
Additional context
No
Metadata
Metadata
Assignees
Labels
C-languageIssues regarding Pomsky's syntaxIssues regarding Pomsky's syntaxenhancementNew feature or requestNew feature or request