Skip to content

Commit 542a85e

Browse files
committed
Added trailing sep as unresolved question
1 parent 933b839 commit 542a85e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-macro-at-most-once-rep.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ Finally, we could do nothing and wait for macros 2.0. However, it will be a whil
170170

171171
Unresolved Questions
172172
--------------------
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

Comments
 (0)