random-stuff/code-guessing/token_map.csv

1.2 KiB

1NUM20
2STRING21
3CHAR22
4BOOL23
5LITERAL24
6std25
7cout26
8cin27
9vector28
10pair29
11string30
12NULL31
13size_t32
14DEC33
15REF34
16USE35
17IDENT36
18=37
19+=38
20-=39
21*=40
22/=41
23%=42
24&=43
25|=44
26^=45
27<<=46
28>>=47
29+48
30-49
31*50
32/51
33%52
34~53
35&54
36|55
37^56
38<<57
39>>58
40!59
41&&60
42||61
43==62
44!=63
45<64
46>65
47<=66
48>=67
49.68
50,69
51[70
52]71
53:72
54::73
55->74
56?75
57alignas76
58alignof77
59and78
60and_eq79
61asm80
62auto81
63bitand82
64bitor83
65bool84
66break85
67case86
68catch87
69char88
70class89
71compl90
72const91
73constexpr92
74const_cast93
75continue94
76decltype95
77default96
78delete97
79do98
80double99
81else100
82enum101
83explicit102
84export103
85extern104
86false105
87float106
88for107
89friend108
90goto109
91if110
92inline111
93int112
94long113
95mutable114
96namespace115
97new116
98noexcept117
99not118
100not_eq119
101nullptr120
102operator121
103or122
104or_eq123
105private124
106protected125
107public126
108register127
109return128
110short129
111signed130
112sizeof131
113static132
114static_cast133
115struct134
116switch135
117template136
118this137
119thread_local138
120throw139
121true140
122try141
123typedef142
124typeid143
125typename144
126union145
127unsigned146
128using147
129virtual148
130void149
131volatile150
132wchar_t151
133while152
134xor153
135xor_eq154
136.*155
137->*156
138++157
139--158
140__func__159
141#160
142reinterpret_cast161