<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>While I expect that most people are not bulk converting</div>

<div>existing Obj C code to Swift, I&#39;m curious to know what</div>

<div>strategies people who have attempted that may have employed.</div>

<div>I haven&#39;t found a utility that can properly parse Obj C</div>

<div>into a token tree and intelligently spit out Swift, and I certainly</div>

<div>don&#39;t want to spend my own time crafting a YACC file etc.</div>

<div>Assuming such a serious attempt at building a converter</div>

<div>has not succeeded, my guess is that the default</div>

<div>strategy people&#39;ve used is something like writing a shell script</div>

<div>
<div>that uses sed to reduce excessive cutting/pasting and text<br/>
replacements. Is this indeed the case?</div>

<div>&nbsp;</div>

<div>e.g.</div>

<div>s/- (void)/ func/</div>

<div>s/&#92;@end/ }/</div>

<div>&nbsp;</div>

<div>Etc...</div>

<div>Cheers.</div>

<div>&nbsp;</div>
</div></div></body></html>