c-next 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,213 +17,225 @@ T__15=16
17
17
  T__16=17
18
18
  T__17=18
19
19
  T__18=19
20
- Auto=20
21
- Break=21
22
- Case=22
23
- Char=23
24
- Const=24
25
- Continue=25
26
- Default=26
27
- Do=27
28
- Double=28
29
- Else=29
30
- Enum=30
31
- Extern=31
32
- Float=32
33
- For=33
34
- Goto=34
35
- If=35
36
- Inline=36
37
- Int=37
38
- Long=38
39
- Register=39
40
- Restrict=40
41
- Return=41
42
- Short=42
43
- Signed=43
44
- Sizeof=44
45
- Static=45
46
- Struct=46
47
- Switch=47
48
- Typedef=48
49
- Union=49
50
- Unsigned=50
51
- Void=51
52
- Volatile=52
53
- While=53
54
- Alignas=54
55
- Alignof=55
56
- Atomic=56
57
- Bool=57
58
- Complex=58
59
- Generic=59
60
- Imaginary=60
61
- Noreturn=61
62
- StaticAssert=62
63
- ThreadLocal=63
64
- LeftParen=64
65
- RightParen=65
66
- LeftBracket=66
67
- RightBracket=67
68
- LeftBrace=68
69
- RightBrace=69
70
- Less=70
71
- LessEqual=71
72
- Greater=72
73
- GreaterEqual=73
74
- LeftShift=74
75
- RightShift=75
76
- Plus=76
77
- PlusPlus=77
78
- Minus=78
79
- MinusMinus=79
80
- Star=80
81
- Div=81
82
- Mod=82
83
- And=83
84
- Or=84
85
- AndAnd=85
86
- OrOr=86
87
- Caret=87
88
- Not=88
89
- Tilde=89
90
- Question=90
91
- Colon=91
92
- Semi=92
93
- Comma=93
94
- Assign=94
95
- StarAssign=95
96
- DivAssign=96
97
- ModAssign=97
98
- PlusAssign=98
99
- MinusAssign=99
100
- LeftShiftAssign=100
101
- RightShiftAssign=101
102
- AndAssign=102
103
- XorAssign=103
104
- OrAssign=104
105
- Equal=105
106
- NotEqual=106
107
- Arrow=107
108
- Dot=108
109
- Ellipsis=109
110
- Identifier=110
111
- Constant=111
112
- DigitSequence=112
113
- StringLiteral=113
114
- MultiLineMacro=114
115
- Directive=115
116
- AsmBlock=116
117
- Whitespace=117
118
- Newline=118
119
- BlockComment=119
120
- LineComment=120
20
+ T__19=20
21
+ T__20=21
22
+ T__21=22
23
+ T__22=23
24
+ T__23=24
25
+ T__24=25
26
+ Auto=26
27
+ Break=27
28
+ Case=28
29
+ Char=29
30
+ Const=30
31
+ Continue=31
32
+ Default=32
33
+ Do=33
34
+ Double=34
35
+ Else=35
36
+ Enum=36
37
+ Extern=37
38
+ Float=38
39
+ For=39
40
+ Goto=40
41
+ If=41
42
+ Inline=42
43
+ Int=43
44
+ Long=44
45
+ Register=45
46
+ Restrict=46
47
+ Return=47
48
+ Short=48
49
+ Signed=49
50
+ Sizeof=50
51
+ Static=51
52
+ Struct=52
53
+ Switch=53
54
+ Typedef=54
55
+ Union=55
56
+ Unsigned=56
57
+ Void=57
58
+ Volatile=58
59
+ While=59
60
+ Alignas=60
61
+ Alignof=61
62
+ Atomic=62
63
+ Bool=63
64
+ Complex=64
65
+ Generic=65
66
+ Imaginary=66
67
+ Noreturn=67
68
+ StaticAssert=68
69
+ ThreadLocal=69
70
+ LeftParen=70
71
+ RightParen=71
72
+ LeftBracket=72
73
+ RightBracket=73
74
+ LeftBrace=74
75
+ RightBrace=75
76
+ Less=76
77
+ LessEqual=77
78
+ Greater=78
79
+ GreaterEqual=79
80
+ LeftShift=80
81
+ RightShift=81
82
+ Plus=82
83
+ PlusPlus=83
84
+ Minus=84
85
+ MinusMinus=85
86
+ Star=86
87
+ Div=87
88
+ Mod=88
89
+ And=89
90
+ Or=90
91
+ AndAnd=91
92
+ OrOr=92
93
+ Caret=93
94
+ Not=94
95
+ Tilde=95
96
+ Question=96
97
+ Colon=97
98
+ Semi=98
99
+ Comma=99
100
+ Assign=100
101
+ StarAssign=101
102
+ DivAssign=102
103
+ ModAssign=103
104
+ PlusAssign=104
105
+ MinusAssign=105
106
+ LeftShiftAssign=106
107
+ RightShiftAssign=107
108
+ AndAssign=108
109
+ XorAssign=109
110
+ OrAssign=110
111
+ Equal=111
112
+ NotEqual=112
113
+ Arrow=113
114
+ Dot=114
115
+ Ellipsis=115
116
+ Identifier=116
117
+ Constant=117
118
+ DigitSequence=118
119
+ StringLiteral=119
120
+ MultiLineMacro=120
121
+ Directive=121
122
+ AsmBlock=122
123
+ Whitespace=123
124
+ Newline=124
125
+ BlockComment=125
126
+ LineComment=126
121
127
  '__extension__'=1
122
128
  '__builtin_va_arg'=2
123
129
  '__builtin_offsetof'=3
124
- '__m128'=4
125
- '__m128d'=5
126
- '__m128i'=6
127
- '__typeof__'=7
128
- '__inline__'=8
129
- '__stdcall'=9
130
- '__declspec'=10
131
- '__cdecl'=11
132
- '__clrcall'=12
133
- '__fastcall'=13
134
- '__thiscall'=14
135
- '__vectorcall'=15
136
- '__asm'=16
137
- '__attribute__'=17
138
- '__asm__'=18
139
- '__volatile__'=19
140
- 'auto'=20
141
- 'break'=21
142
- 'case'=22
143
- 'char'=23
144
- 'const'=24
145
- 'continue'=25
146
- 'default'=26
147
- 'do'=27
148
- 'double'=28
149
- 'else'=29
150
- 'enum'=30
151
- 'extern'=31
152
- 'float'=32
153
- 'for'=33
154
- 'goto'=34
155
- 'if'=35
156
- 'inline'=36
157
- 'int'=37
158
- 'long'=38
159
- 'register'=39
160
- 'restrict'=40
161
- 'return'=41
162
- 'short'=42
163
- 'signed'=43
164
- 'sizeof'=44
165
- 'static'=45
166
- 'struct'=46
167
- 'switch'=47
168
- 'typedef'=48
169
- 'union'=49
170
- 'unsigned'=50
171
- 'void'=51
172
- 'volatile'=52
173
- 'while'=53
174
- '_Alignas'=54
175
- '_Alignof'=55
176
- '_Atomic'=56
177
- '_Bool'=57
178
- '_Complex'=58
179
- '_Generic'=59
180
- '_Imaginary'=60
181
- '_Noreturn'=61
182
- '_Static_assert'=62
183
- '_Thread_local'=63
184
- '('=64
185
- ')'=65
186
- '['=66
187
- ']'=67
188
- '{'=68
189
- '}'=69
190
- '<'=70
191
- '<='=71
192
- '>'=72
193
- '>='=73
194
- '<<'=74
195
- '>>'=75
196
- '+'=76
197
- '++'=77
198
- '-'=78
199
- '--'=79
200
- '*'=80
201
- '/'=81
202
- '%'=82
203
- '&'=83
204
- '|'=84
205
- '&&'=85
206
- '||'=86
207
- '^'=87
208
- '!'=88
209
- '~'=89
210
- '?'=90
211
- ':'=91
212
- ';'=92
213
- ','=93
214
- '='=94
215
- '*='=95
216
- '/='=96
217
- '%='=97
218
- '+='=98
219
- '-='=99
220
- '<<='=100
221
- '>>='=101
222
- '&='=102
223
- '^='=103
224
- '|='=104
225
- '=='=105
226
- '!='=106
227
- '->'=107
228
- '.'=108
229
- '...'=109
130
+ '__signed__'=4
131
+ '__m128'=5
132
+ '__m128d'=6
133
+ '__m128i'=7
134
+ '__typeof__'=8
135
+ '__const'=9
136
+ '__const__'=10
137
+ '__restrict'=11
138
+ '__restrict__'=12
139
+ '__volatile'=13
140
+ '__volatile__'=14
141
+ '__inline__'=15
142
+ '__stdcall'=16
143
+ '__declspec'=17
144
+ '__cdecl'=18
145
+ '__clrcall'=19
146
+ '__fastcall'=20
147
+ '__thiscall'=21
148
+ '__vectorcall'=22
149
+ '__asm'=23
150
+ '__asm__'=24
151
+ '__attribute__'=25
152
+ 'auto'=26
153
+ 'break'=27
154
+ 'case'=28
155
+ 'char'=29
156
+ 'const'=30
157
+ 'continue'=31
158
+ 'default'=32
159
+ 'do'=33
160
+ 'double'=34
161
+ 'else'=35
162
+ 'enum'=36
163
+ 'extern'=37
164
+ 'float'=38
165
+ 'for'=39
166
+ 'goto'=40
167
+ 'if'=41
168
+ 'inline'=42
169
+ 'int'=43
170
+ 'long'=44
171
+ 'register'=45
172
+ 'restrict'=46
173
+ 'return'=47
174
+ 'short'=48
175
+ 'signed'=49
176
+ 'sizeof'=50
177
+ 'static'=51
178
+ 'struct'=52
179
+ 'switch'=53
180
+ 'typedef'=54
181
+ 'union'=55
182
+ 'unsigned'=56
183
+ 'void'=57
184
+ 'volatile'=58
185
+ 'while'=59
186
+ '_Alignas'=60
187
+ '_Alignof'=61
188
+ '_Atomic'=62
189
+ '_Bool'=63
190
+ '_Complex'=64
191
+ '_Generic'=65
192
+ '_Imaginary'=66
193
+ '_Noreturn'=67
194
+ '_Static_assert'=68
195
+ '_Thread_local'=69
196
+ '('=70
197
+ ')'=71
198
+ '['=72
199
+ ']'=73
200
+ '{'=74
201
+ '}'=75
202
+ '<'=76
203
+ '<='=77
204
+ '>'=78
205
+ '>='=79
206
+ '<<'=80
207
+ '>>'=81
208
+ '+'=82
209
+ '++'=83
210
+ '-'=84
211
+ '--'=85
212
+ '*'=86
213
+ '/'=87
214
+ '%'=88
215
+ '&'=89
216
+ '|'=90
217
+ '&&'=91
218
+ '||'=92
219
+ '^'=93
220
+ '!'=94
221
+ '~'=95
222
+ '?'=96
223
+ ':'=97
224
+ ';'=98
225
+ ','=99
226
+ '='=100
227
+ '*='=101
228
+ '/='=102
229
+ '%='=103
230
+ '+='=104
231
+ '-='=105
232
+ '<<='=106
233
+ '>>='=107
234
+ '&='=108
235
+ '^='=109
236
+ '|='=110
237
+ '=='=111
238
+ '!='=112
239
+ '->'=113
240
+ '.'=114
241
+ '...'=115