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
Copy file name to clipboardExpand all lines: text/0000-macro-at-most-once-rep.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -170,4 +170,5 @@ Finally, we could do nothing and wait for macros 2.0. However, it will be a whil
170
170
171
171
Unresolved Questions
172
172
--------------------
173
-
None that I can think of...
173
+
174
+
- Should the `?` Kleene operator accept a separator? Adding a separator is completely meaningless (since we don't accept trailing separators, and `?` can accept "at most one" repetition), but allowing it is consistent with `+` and `*`. Currently, we allow a separator. We could also make it an error or lint.
0 commit comments