Skip to content

Instantly share code, notes, and snippets.

@romainmenke
Created June 14, 2016 21:34
Show Gist options
  • Save romainmenke/43d64caf0669ce070ad67005bd88ded5 to your computer and use it in GitHub Desktop.
Save romainmenke/43d64caf0669ce070ad67005bd88ded5 to your computer and use it in GitHub Desktop.
var reservedWords = ["associatedtype", "class", "deinit", "enum", "extension", "func", "import", "init", "inout", "internal", "let", "operator", "private", "protocol", "public", "static", "struct", "subscript", "typealias", "var", "break", "case", "continue", "default", "defer", "do", "else", "fallthrough", "for", "guard", "if", "in", "repeat", "return", "switch", "where", "while", "as", "catch", "dynamicType", "false", "is", "nil", "rethrows", "super", "self", "Self", "throw", "throws", "true", "try", "#column", "#file", "#function", "#line", "_,#available", "#column", "#else#elseif", "#endif", "#file", "#function", "#if", "#line", "#selector", "associativity", "convenience", "dynamic", "didSet", "final", "get", "infix", "indirect", "lazy", "left", "mutating", "none", "nonmutating", "optional", "override", "postfix", "precedence", "prefix", "Protocol", "required", "right", "set", "Type", "unowned", "weak", "willSet"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment