Skip to content

Instantly share code, notes, and snippets.

@KentaKudo
Last active July 19, 2017 19:22
Show Gist options
  • Save KentaKudo/d077246c0f40359f1c44cddb5ca06c5f to your computer and use it in GitHub Desktop.
Save KentaKudo/d077246c0f40359f1c44cddb5ca06c5f to your computer and use it in GitHub Desktop.
public enum Token: Character {
case A = "A", B = "B", C = "C", D = "D", E = "E", F = "F"
case G = "G", H = "H", I = "I", J = "J", K = "K", L = "L"
case M = "M", N = "N", O = "O", P = "P", Q = "Q", R = "R"
case S = "S", T = "T", U = "U", V = "V", W = "W", X = "X"
case Y = "Y", Z = "Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment