<div dir="ltr">Between comma, semicolon, and colon, I think semicolon is the best choice (though I would prefer double colon over all three). However I don’t think we should discard possible alternatives just because they aren’t already reserved separators. Neither &#39;,&#39;, &#39;;&#39;, &#39;:&#39;, nor &#39;::&#39; is particularly readable, and compiler parser code only needs to be written once, while language syntax, once it’s decided on, is stuck with us forever.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 23, 2017 at 11:05 PM, Daryle Walker <span dir="ltr">&lt;<a href="mailto:darylew@mac.com" target="_blank">darylew@mac.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
&gt; On Jul 23, 2017, at 3:18 PM, Taylor Swift via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; If we’re actually going to try and establish a relationship between the FSA asterisk and the multiplication asterisk, this is even more problematic. How does the asterisk work in FSA literals, where there is no type annotation to go on the right of the asterisk?<br>
&gt;<br>
&gt; Also introducing contextual keywords like “of” is going to cause a huge amount of problems with syntax highlighters considering how often the word “of” is used as an argument label in Swift. The words “as” and “stride” already make for some interesting code highlighting, “of” would take it to a whole new level.<br>
<br>
</span>I think I mentioned it at the end of the proposal, but there’s a reason I’m using comma/colon/semicolon for FSAs. They are already reserved separators within Swift’s syntax. The multiplier ideas or “of” seem to be just for cuteness; why take a token out from being free to reserved for a purpose that can be mechanically done by an existing separator token.<br>
<br>
—<br>
<div class="HOEnZb"><div class="h5">Daryle Walker<br>
Mac, Internet, and Video Game Junkie<br>
darylew AT mac DOT com<br>
<br>
</div></div></blockquote></div><br></div>