You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options (need a term for arguments inside braces) at the beginning of a pattern are a special case, and should be optimized as such.
In addition, consider implicit support for embedded spaces. That is, should we implicitly concatenate arguments when we have not encountered an expected closing brace? Inclined to think not.
The pattern a{c,g,l,p,r,t}e should match 'ace', 'age', 'ale', 'ape', 'are', 'ate'.
Stretch one would be {,x,y} to match '', 'x', and 'y'.
Stretch two would be to match {a?a,b?b,c?c}.
The text was updated successfully, but these errors were encountered: