<div dir="ltr"><div>+1 on first-class regex support/pattern matching on regex patterns.</div><div><br></div>There was a thread a while ago discussing compile-time code generation, and if I recall correctly one of the stated use cases was &#39;compiling&#39;/&#39;building&#39; (don&#39;t know the real terminology) regex literals at compile-time. Is there a bigger overall vision for this sort of feature, or would it be better to just focus on better regex support?<div><br></div><div>Best,</div><div>Austin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 3, 2016 at 1:35 PM, Chris Lattner via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><div><blockquote type="cite"><div>On Jan 1, 2016, at 4:44 PM, John Joyce via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><div><div style="word-wrap:break-word"><blockquote type="cite"><pre style="white-space:pre-wrap;background-color:rgb(255,255,255)">It is also probably worth burning first-class language support for regexes.  This would allow specifying variable captures inline in the pattern, would allow flexible syntax for defining regexes, support powerful extensions to the base regex model (e.g. Perl 6 style), and would provide better compile-time checking and error recovery for mistakes.

-Chris</pre></blockquote><div>I know this is an old thread already, but this sure would be one of the major breakout pieces of functionality.</div><div>If Swift had native regular expressions, without all the noise you see in the Objective-C API that exposes ICU regular expressions, the adoption rate would be huge.</div><div>If they were *truly* native, as in somebody sat down and built an NFA (or one of the fancier approaches that mixes with DFA) state machine, Swift&#39;s best-in-class Unicode support would and could result in amazing things.</div><div>It&#39;d boost the scripting use of Swift tremendously and seal the deal as a server side language.</div></div></div></blockquote><br></div></span><div>Totally agreed.  switch on a string with a bunch of regexes being matched should turn into a parallel state machine, just like a lexer :-)</div><div><br></div><div>-Chris</div><br>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=7XtDdMHRjqIUi4tzSjSp2pWQIyxYdP6woIWn4vwV5ge3DorJi-2BEWPFrlpjCsTHngqYQQAyB4p8WoaSvnv0yIzuva8NDiIpeFwSdgjPu-2Fx0fvOSIZEmKdSUWxT71YcU0tA1FWxnQLGoLJGi6O2-2Bs-2B0bFvqMhuOZgoXOT1XczgTQlqa0MzFmLpMHedVktcWA0Qm6FpJCRf0OeWv4ehYZ5YBWxY7K9o569aICe1yH84O5M-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
</div>
<br>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div>