[swift-evolution] [Proposal] Eliminating Swift's Screaming Snake Case Identifiers

Jack Lawrence jackl at apple.com
Fri Jan 22 15:43:49 CST 2016


Indeed. Here’s the grammar from TSPL:

line-control-statement → #line­
 <>line-control-statement → #line­line-number <https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Statements.html#//apple_ref/swift/grammar/line-number>­file-name <https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Statements.html#//apple_ref/swift/grammar/file-name>­
 <>line-number → A decimal integer greater than zero
 <>file-name → static-string-literal <https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/LexicalStructure.html#//apple_ref/swift/grammar/static-string-literal>­

> On Jan 22, 2016, at 1:39 PM, Chris Lattner <clattner at apple.com> wrote:
> 
> 
>> On Jan 22, 2016, at 12:20 PM, Jack Lawrence via swift-evolution <swift-evolution at swift.org> wrote:
>> 
>> `#line` already exists in the language, how will you deal with this?
> 
> It does?
> 
> -Chris
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160122/67006d0d/attachment.html>


More information about the swift-evolution mailing list