abd8d8fb45635ec9a4af9f6b67a1a7725f070043
[mesa.git] / src / mesa / shader / slang / library / slang_shader_syn.h
1
2 /* DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE .syn FILE */
3
4 ".syntax translation_unit;\n"
5 ".emtcode REVISION 4\n"
6 ".emtcode EXTERNAL_NULL 0\n"
7 ".emtcode EXTERNAL_FUNCTION_DEFINITION 1\n"
8 ".emtcode EXTERNAL_DECLARATION 2\n"
9 ".emtcode DEFAULT_PRECISION 3\n"
10 ".emtcode INVARIANT_STMT 4\n"
11 ".emtcode PRECISION_DEFAULT 0\n"
12 ".emtcode PRECISION_LOW 1\n"
13 ".emtcode PRECISION_MEDIUM 2\n"
14 ".emtcode PRECISION_HIGH 3\n"
15 ".emtcode DECLARATION_FUNCTION_PROTOTYPE 1\n"
16 ".emtcode DECLARATION_INIT_DECLARATOR_LIST 2\n"
17 ".emtcode FUNCTION_ORDINARY 0\n"
18 ".emtcode FUNCTION_CONSTRUCTOR 1\n"
19 ".emtcode FUNCTION_OPERATOR 2\n"
20 ".emtcode OPERATOR_ADDASSIGN 1\n"
21 ".emtcode OPERATOR_SUBASSIGN 2\n"
22 ".emtcode OPERATOR_MULASSIGN 3\n"
23 ".emtcode OPERATOR_DIVASSIGN 4\n"
24 ".emtcode OPERATOR_LOGICALXOR 11\n"
25 ".emtcode OPERATOR_LESS 15\n"
26 ".emtcode OPERATOR_GREATER 16\n"
27 ".emtcode OPERATOR_LESSEQUAL 17\n"
28 ".emtcode OPERATOR_GREATEREQUAL 18\n"
29 ".emtcode OPERATOR_MULTIPLY 21\n"
30 ".emtcode OPERATOR_DIVIDE 22\n"
31 ".emtcode OPERATOR_INCREMENT 24\n"
32 ".emtcode OPERATOR_DECREMENT 25\n"
33 ".emtcode OPERATOR_PLUS 26\n"
34 ".emtcode OPERATOR_MINUS 27\n"
35 ".emtcode OPERATOR_NOT 29\n"
36 ".emtcode DECLARATOR_NONE 0\n"
37 ".emtcode DECLARATOR_NEXT 1\n"
38 ".emtcode VARIABLE_NONE 0\n"
39 ".emtcode VARIABLE_IDENTIFIER 1\n"
40 ".emtcode VARIABLE_INITIALIZER 2\n"
41 ".emtcode VARIABLE_ARRAY_EXPLICIT 3\n"
42 ".emtcode VARIABLE_ARRAY_UNKNOWN 4\n"
43 ".emtcode TYPE_QUALIFIER_NONE 0\n"
44 ".emtcode TYPE_QUALIFIER_CONST 1\n"
45 ".emtcode TYPE_QUALIFIER_ATTRIBUTE 2\n"
46 ".emtcode TYPE_QUALIFIER_VARYING 3\n"
47 ".emtcode TYPE_QUALIFIER_UNIFORM 4\n"
48 ".emtcode TYPE_QUALIFIER_FIXEDOUTPUT 5\n"
49 ".emtcode TYPE_QUALIFIER_FIXEDINPUT 6\n"
50 ".emtcode TYPE_SPECIFIER_VOID 0\n"
51 ".emtcode TYPE_SPECIFIER_BOOL 1\n"
52 ".emtcode TYPE_SPECIFIER_BVEC2 2\n"
53 ".emtcode TYPE_SPECIFIER_BVEC3 3\n"
54 ".emtcode TYPE_SPECIFIER_BVEC4 4\n"
55 ".emtcode TYPE_SPECIFIER_INT 5\n"
56 ".emtcode TYPE_SPECIFIER_IVEC2 6\n"
57 ".emtcode TYPE_SPECIFIER_IVEC3 7\n"
58 ".emtcode TYPE_SPECIFIER_IVEC4 8\n"
59 ".emtcode TYPE_SPECIFIER_FLOAT 9\n"
60 ".emtcode TYPE_SPECIFIER_VEC2 10\n"
61 ".emtcode TYPE_SPECIFIER_VEC3 11\n"
62 ".emtcode TYPE_SPECIFIER_VEC4 12\n"
63 ".emtcode TYPE_SPECIFIER_MAT2 13\n"
64 ".emtcode TYPE_SPECIFIER_MAT3 14\n"
65 ".emtcode TYPE_SPECIFIER_MAT4 15\n"
66 ".emtcode TYPE_SPECIFIER_SAMPLER1D 16\n"
67 ".emtcode TYPE_SPECIFIER_SAMPLER2D 17\n"
68 ".emtcode TYPE_SPECIFIER_SAMPLER3D 18\n"
69 ".emtcode TYPE_SPECIFIER_SAMPLERCUBE 19\n"
70 ".emtcode TYPE_SPECIFIER_SAMPLER1DSHADOW 20\n"
71 ".emtcode TYPE_SPECIFIER_SAMPLER2DSHADOW 21\n"
72 ".emtcode TYPE_SPECIFIER_SAMPLER2DRECT 22\n"
73 ".emtcode TYPE_SPECIFIER_SAMPLER2DRECTSHADOW 23\n"
74 ".emtcode TYPE_SPECIFIER_STRUCT 24\n"
75 ".emtcode TYPE_SPECIFIER_TYPENAME 25\n"
76 ".emtcode TYPE_SPECIFIER_MAT23 26\n"
77 ".emtcode TYPE_SPECIFIER_MAT32 27\n"
78 ".emtcode TYPE_SPECIFIER_MAT24 28\n"
79 ".emtcode TYPE_SPECIFIER_MAT42 29\n"
80 ".emtcode TYPE_SPECIFIER_MAT34 30\n"
81 ".emtcode TYPE_SPECIFIER_MAT43 31\n"
82 ".emtcode FIELD_NONE 0\n"
83 ".emtcode FIELD_NEXT 1\n"
84 ".emtcode FIELD_ARRAY 2\n"
85 ".emtcode OP_END 0\n"
86 ".emtcode OP_BLOCK_BEGIN_NO_NEW_SCOPE 1\n"
87 ".emtcode OP_BLOCK_BEGIN_NEW_SCOPE 2\n"
88 ".emtcode OP_DECLARE 3\n"
89 ".emtcode OP_ASM 4\n"
90 ".emtcode OP_BREAK 5\n"
91 ".emtcode OP_CONTINUE 6\n"
92 ".emtcode OP_DISCARD 7\n"
93 ".emtcode OP_RETURN 8\n"
94 ".emtcode OP_EXPRESSION 9\n"
95 ".emtcode OP_IF 10\n"
96 ".emtcode OP_WHILE 11\n"
97 ".emtcode OP_DO 12\n"
98 ".emtcode OP_FOR 13\n"
99 ".emtcode OP_PUSH_VOID 14\n"
100 ".emtcode OP_PUSH_BOOL 15\n"
101 ".emtcode OP_PUSH_INT 16\n"
102 ".emtcode OP_PUSH_FLOAT 17\n"
103 ".emtcode OP_PUSH_IDENTIFIER 18\n"
104 ".emtcode OP_SEQUENCE 19\n"
105 ".emtcode OP_ASSIGN 20\n"
106 ".emtcode OP_ADDASSIGN 21\n"
107 ".emtcode OP_SUBASSIGN 22\n"
108 ".emtcode OP_MULASSIGN 23\n"
109 ".emtcode OP_DIVASSIGN 24\n"
110 ".emtcode OP_SELECT 31\n"
111 ".emtcode OP_LOGICALOR 32\n"
112 ".emtcode OP_LOGICALXOR 33\n"
113 ".emtcode OP_LOGICALAND 34\n"
114 ".emtcode OP_EQUAL 38\n"
115 ".emtcode OP_NOTEQUAL 39\n"
116 ".emtcode OP_LESS 40\n"
117 ".emtcode OP_GREATER 41\n"
118 ".emtcode OP_LESSEQUAL 42\n"
119 ".emtcode OP_GREATEREQUAL 43\n"
120 ".emtcode OP_ADD 46\n"
121 ".emtcode OP_SUBTRACT 47\n"
122 ".emtcode OP_MULTIPLY 48\n"
123 ".emtcode OP_DIVIDE 49\n"
124 ".emtcode OP_PREINCREMENT 51\n"
125 ".emtcode OP_PREDECREMENT 52\n"
126 ".emtcode OP_PLUS 53\n"
127 ".emtcode OP_MINUS 54\n"
128 ".emtcode OP_NOT 56\n"
129 ".emtcode OP_SUBSCRIPT 57\n"
130 ".emtcode OP_CALL 58\n"
131 ".emtcode OP_FIELD 59\n"
132 ".emtcode OP_POSTINCREMENT 60\n"
133 ".emtcode OP_POSTDECREMENT 61\n"
134 ".emtcode OP_PRECISION 62\n"
135 ".emtcode PARAM_QUALIFIER_IN 0\n"
136 ".emtcode PARAM_QUALIFIER_OUT 1\n"
137 ".emtcode PARAM_QUALIFIER_INOUT 2\n"
138 ".emtcode PARAMETER_NONE 0\n"
139 ".emtcode PARAMETER_NEXT 1\n"
140 ".emtcode PARAMETER_ARRAY_NOT_PRESENT 0\n"
141 ".emtcode PARAMETER_ARRAY_PRESENT 1\n"
142 ".errtext INVALID_EXTERNAL_DECLARATION \"2001: Syntax error.\"\n"
143 ".errtext INVALID_OPERATOR_OVERRIDE \"2002: Invalid operator override.\"\n"
144 ".errtext LBRACE_EXPECTED \"2003: '{' expected but '$err_token$' found.\"\n"
145 ".errtext LPAREN_EXPECTED \"2004: '(' expected but '$err_token$' found.\"\n"
146 ".errtext RPAREN_EXPECTED \"2005: ')' expected but '$err_token$' found.\"\n"
147 ".errtext INVALID_PRECISION \"2006: Invalid precision specifier '$err_token$'.\"\n"
148 ".errtext INVALID_PRECISION_TYPE \"2007: Invalid precision type '$err_token$'.\"\n"
149 ".regbyte parsing_builtin 0\n"
150 ".regbyte shader_type 0\n"
151 "variable_identifier\n"
152 " identifier .emit OP_PUSH_IDENTIFIER;\n"
153 "primary_expression\n"
154 " floatconstant .or boolconstant .or intconstant .or variable_identifier .or primary_expression_1;\n"
155 "primary_expression_1\n"
156 " lparen .and expression .and rparen;\n"
157 "postfix_expression\n"
158 " postfix_expression_1 .and .loop postfix_expression_2;\n"
159 "postfix_expression_1\n"
160 " function_call .or primary_expression;\n"
161 "postfix_expression_2\n"
162 " postfix_expression_3 .or postfix_expression_4 .or\n"
163 " plusplus .emit OP_POSTINCREMENT .or\n"
164 " minusminus .emit OP_POSTDECREMENT;\n"
165 "postfix_expression_3\n"
166 " lbracket .and integer_expression .and rbracket .emit OP_SUBSCRIPT;\n"
167 "postfix_expression_4\n"
168 " dot .and field_selection .emit OP_FIELD;\n"
169 "integer_expression\n"
170 " expression;\n"
171 "function_call\n"
172 " function_call_generic .emit OP_CALL .and .true .emit OP_END;\n"
173 "function_call_generic\n"
174 " function_call_generic_1 .or function_call_generic_2;\n"
175 "function_call_generic_1\n"
176 " function_call_header_with_parameters .and rparen .error RPAREN_EXPECTED;\n"
177 "function_call_generic_2\n"
178 " function_call_header_no_parameters .and rparen .error RPAREN_EXPECTED;\n"
179 "function_call_header_no_parameters\n"
180 " function_call_header .and function_call_header_no_parameters_1;\n"
181 "function_call_header_no_parameters_1\n"
182 " \"void\" .or .true;\n"
183 "function_call_header_with_parameters\n"
184 " function_call_header .and assignment_expression .and .true .emit OP_END .and\n"
185 " .loop function_call_header_with_parameters_1;\n"
186 "function_call_header_with_parameters_1\n"
187 " comma .and assignment_expression .and .true .emit OP_END;\n"
188 "function_call_header\n"
189 " function_identifier .and lparen;\n"
190 "function_identifier\n"
191 " identifier;\n"
192 "unary_expression\n"
193 " postfix_expression .or unary_expression_1 .or unary_expression_2 .or unary_expression_3 .or\n"
194 " unary_expression_4 .or unary_expression_5;\n"
195 "unary_expression_1\n"
196 " plusplus .and unary_expression .and .true .emit OP_PREINCREMENT;\n"
197 "unary_expression_2\n"
198 " minusminus .and unary_expression .and .true .emit OP_PREDECREMENT;\n"
199 "unary_expression_3\n"
200 " plus .and unary_expression .and .true .emit OP_PLUS;\n"
201 "unary_expression_4\n"
202 " minus .and unary_expression .and .true .emit OP_MINUS;\n"
203 "unary_expression_5\n"
204 " bang .and unary_expression .and .true .emit OP_NOT;\n"
205 "multiplicative_expression\n"
206 " unary_expression .and .loop multiplicative_expression_1;\n"
207 "multiplicative_expression_1\n"
208 " multiplicative_expression_2 .or multiplicative_expression_3;\n"
209 "multiplicative_expression_2\n"
210 " star .and unary_expression .and .true .emit OP_MULTIPLY;\n"
211 "multiplicative_expression_3\n"
212 " slash .and unary_expression .and .true .emit OP_DIVIDE;\n"
213 "additive_expression\n"
214 " multiplicative_expression .and .loop additive_expression_1;\n"
215 "additive_expression_1\n"
216 " additive_expression_2 .or additive_expression_3;\n"
217 "additive_expression_2\n"
218 " plus .and multiplicative_expression .and .true .emit OP_ADD;\n"
219 "additive_expression_3\n"
220 " minus .and multiplicative_expression .and .true .emit OP_SUBTRACT;\n"
221 "shift_expression\n"
222 " additive_expression;\n"
223 "relational_expression\n"
224 " shift_expression .and .loop relational_expression_1;\n"
225 "relational_expression_1\n"
226 " relational_expression_2 .or relational_expression_3 .or relational_expression_4 .or\n"
227 " relational_expression_5;\n"
228 "relational_expression_2\n"
229 " lessequals .and shift_expression .and .true .emit OP_LESSEQUAL;\n"
230 "relational_expression_3\n"
231 " greaterequals .and shift_expression .and .true .emit OP_GREATEREQUAL;\n"
232 "relational_expression_4\n"
233 " less .and shift_expression .and .true .emit OP_LESS;\n"
234 "relational_expression_5\n"
235 " greater .and shift_expression .and .true .emit OP_GREATER;\n"
236 "equality_expression\n"
237 " relational_expression .and .loop equality_expression_1;\n"
238 "equality_expression_1\n"
239 " equality_expression_2 .or equality_expression_3;\n"
240 "equality_expression_2\n"
241 " equalsequals .and relational_expression .and .true .emit OP_EQUAL;\n"
242 "equality_expression_3\n"
243 " bangequals .and relational_expression .and .true .emit OP_NOTEQUAL;\n"
244 "and_expression\n"
245 " equality_expression;\n"
246 "exclusive_or_expression\n"
247 " and_expression;\n"
248 "inclusive_or_expression\n"
249 " exclusive_or_expression;\n"
250 "logical_and_expression\n"
251 " inclusive_or_expression .and .loop logical_and_expression_1;\n"
252 "logical_and_expression_1\n"
253 " ampersandampersand .and inclusive_or_expression .and .true .emit OP_LOGICALAND;\n"
254 "logical_xor_expression\n"
255 " logical_and_expression .and .loop logical_xor_expression_1;\n"
256 "logical_xor_expression_1\n"
257 " caretcaret .and logical_and_expression .and .true .emit OP_LOGICALXOR;\n"
258 "logical_or_expression\n"
259 " logical_xor_expression .and .loop logical_or_expression_1;\n"
260 "logical_or_expression_1\n"
261 " barbar .and logical_xor_expression .and .true .emit OP_LOGICALOR;\n"
262 "conditional_expression\n"
263 " logical_or_expression .and .loop conditional_expression_1;\n"
264 "conditional_expression_1\n"
265 " question .and expression .and colon .and conditional_expression .and .true .emit OP_SELECT;\n"
266 "assignment_expression\n"
267 " assignment_expression_1 .or assignment_expression_2 .or assignment_expression_3 .or\n"
268 " assignment_expression_4 .or assignment_expression_5 .or conditional_expression;\n"
269 "assignment_expression_1\n"
270 " unary_expression .and equals .and assignment_expression .and .true .emit OP_ASSIGN;\n"
271 "assignment_expression_2\n"
272 " unary_expression .and starequals .and assignment_expression .and .true .emit OP_MULASSIGN;\n"
273 "assignment_expression_3\n"
274 " unary_expression .and slashequals .and assignment_expression .and .true .emit OP_DIVASSIGN;\n"
275 "assignment_expression_4\n"
276 " unary_expression .and plusequals .and assignment_expression .and .true .emit OP_ADDASSIGN;\n"
277 "assignment_expression_5\n"
278 " unary_expression .and minusequals .and assignment_expression .and .true .emit OP_SUBASSIGN;\n"
279 "expression\n"
280 " assignment_expression .and .loop expression_1;\n"
281 "expression_1\n"
282 " comma .and assignment_expression .and .true .emit OP_SEQUENCE;\n"
283 "constant_expression\n"
284 " conditional_expression .and .true .emit OP_END;\n"
285 "declaration\n"
286 " declaration_1 .or declaration_2;\n"
287 "declaration_1\n"
288 " function_prototype .emit DECLARATION_FUNCTION_PROTOTYPE .and semicolon;\n"
289 "declaration_2\n"
290 " init_declarator_list .emit DECLARATION_INIT_DECLARATOR_LIST .and semicolon;\n"
291 "function_prototype\n"
292 " function_prototype_1 .or function_prototype_2;\n"
293 "function_prototype_1\n"
294 " function_header .and \"void\" .and rparen .error RPAREN_EXPECTED .emit PARAMETER_NONE;\n"
295 "function_prototype_2\n"
296 " function_declarator .and rparen .error RPAREN_EXPECTED .emit PARAMETER_NONE;\n"
297 "function_declarator\n"
298 " function_header_with_parameters .or function_header;\n"
299 "function_header_with_parameters\n"
300 " function_header .and parameter_declaration .and .loop function_header_with_parameters_1;\n"
301 "function_header_with_parameters_1\n"
302 " comma .and parameter_declaration;\n"
303 "function_header\n"
304 " function_header_nospace .or function_header_space;\n"
305 "function_header_space\n"
306 " fully_specified_type_space .and space .and function_decl_identifier .and lparen;\n"
307 "function_header_nospace\n"
308 " fully_specified_type_nospace .and function_decl_identifier .and lparen;\n"
309 "function_decl_identifier\n"
310 " .if (parsing_builtin != 0) __operator .emit FUNCTION_OPERATOR .or\n"
311 " .if (parsing_builtin != 0) \"__constructor\" .emit FUNCTION_CONSTRUCTOR .or\n"
312 " identifier .emit FUNCTION_ORDINARY;\n"
313 "__operator\n"
314 " \"__operator\" .and overriden_operator .error INVALID_OPERATOR_OVERRIDE;\n"
315 "overriden_operator\n"
316 " plusplus .emit OPERATOR_INCREMENT .or\n"
317 " plusequals .emit OPERATOR_ADDASSIGN .or\n"
318 " plus .emit OPERATOR_PLUS .or\n"
319 " minusminus .emit OPERATOR_DECREMENT .or\n"
320 " minusequals .emit OPERATOR_SUBASSIGN .or\n"
321 " minus .emit OPERATOR_MINUS .or\n"
322 " bang .emit OPERATOR_NOT .or\n"
323 " starequals .emit OPERATOR_MULASSIGN .or\n"
324 " star .emit OPERATOR_MULTIPLY .or\n"
325 " slashequals .emit OPERATOR_DIVASSIGN .or\n"
326 " slash .emit OPERATOR_DIVIDE .or\n"
327 " lessequals .emit OPERATOR_LESSEQUAL .or\n"
328 " \n"
329 " \n"
330 " less .emit OPERATOR_LESS .or\n"
331 " greaterequals .emit OPERATOR_GREATEREQUAL .or\n"
332 " \n"
333 " \n"
334 " greater .emit OPERATOR_GREATER .or\n"
335 " \n"
336 " \n"
337 " \n"
338 " \n"
339 " \n"
340 " \n"
341 " \n"
342 " \n"
343 " caretcaret .emit OPERATOR_LOGICALXOR ;\n"
344 "parameter_declarator\n"
345 " parameter_declarator_nospace .or parameter_declarator_space;\n"
346 "parameter_declarator_nospace\n"
347 " type_specifier_nospace .and identifier .and parameter_declarator_1;\n"
348 "parameter_declarator_space\n"
349 " type_specifier_space .and space .and identifier .and parameter_declarator_1;\n"
350 "parameter_declarator_1\n"
351 " parameter_declarator_2 .emit PARAMETER_ARRAY_PRESENT .or\n"
352 " .true .emit PARAMETER_ARRAY_NOT_PRESENT;\n"
353 "parameter_declarator_2\n"
354 " lbracket .and constant_expression .and rbracket;\n"
355 "parameter_declaration\n"
356 " parameter_declaration_1 .emit PARAMETER_NEXT;\n"
357 "parameter_declaration_1\n"
358 " parameter_declaration_2 .or parameter_declaration_3;\n"
359 "parameter_declaration_2\n"
360 " type_qualifier .and space .and parameter_qualifier .and parameter_declaration_4;\n"
361 "parameter_declaration_3\n"
362 " parameter_qualifier .emit TYPE_QUALIFIER_NONE .and parameter_declaration_4;\n"
363 "parameter_declaration_4\n"
364 " parameter_declaration_optprec .and parameter_declaration_rest;\n"
365 "parameter_declaration_optprec\n"
366 " parameter_declaration_prec .or .true .emit PRECISION_DEFAULT;\n"
367 "parameter_declaration_prec\n"
368 " precision .and space;\n"
369 "parameter_declaration_rest\n"
370 " parameter_declarator .or parameter_type_specifier;\n"
371 "parameter_qualifier\n"
372 " parameter_qualifier_1 .or .true .emit PARAM_QUALIFIER_IN;\n"
373 "parameter_qualifier_1\n"
374 " parameter_qualifier_2 .and space;\n"
375 "parameter_qualifier_2\n"
376 " \"in\" .emit PARAM_QUALIFIER_IN .or\n"
377 " \"out\" .emit PARAM_QUALIFIER_OUT .or\n"
378 " \"inout\" .emit PARAM_QUALIFIER_INOUT;\n"
379 "parameter_type_specifier\n"
380 " parameter_type_specifier_1 .and .true .emit '\\0' .and parameter_type_specifier_2;\n"
381 "parameter_type_specifier_1\n"
382 " type_specifier_nospace .or type_specifier_space;\n"
383 "parameter_type_specifier_2\n"
384 " parameter_type_specifier_3 .emit PARAMETER_ARRAY_PRESENT .or\n"
385 " .true .emit PARAMETER_ARRAY_NOT_PRESENT;\n"
386 "parameter_type_specifier_3\n"
387 " lbracket .and constant_expression .and rbracket;\n"
388 "init_declarator_list\n"
389 " single_declaration .and .loop init_declarator_list_1 .emit DECLARATOR_NEXT .and\n"
390 " .true .emit DECLARATOR_NONE;\n"
391 "init_declarator_list_1\n"
392 " comma .and identifier .emit VARIABLE_IDENTIFIER .and init_declarator_list_2;\n"
393 "init_declarator_list_2\n"
394 " init_declarator_list_3 .or init_declarator_list_4 .or .true .emit VARIABLE_NONE;\n"
395 "init_declarator_list_3\n"
396 " equals .and initializer .emit VARIABLE_INITIALIZER;\n"
397 "init_declarator_list_4\n"
398 " lbracket .and init_declarator_list_5 .and rbracket;\n"
399 "init_declarator_list_5\n"
400 " constant_expression .emit VARIABLE_ARRAY_EXPLICIT .or .true .emit VARIABLE_ARRAY_UNKNOWN;\n"
401 "single_declaration\n"
402 " single_declaration_nospace .or single_declaration_space;\n"
403 "single_declaration_space\n"
404 " fully_specified_type_space .and single_declaration_space_1;\n"
405 "single_declaration_nospace\n"
406 " fully_specified_type_nospace .and single_declaration_nospace_1;\n"
407 "single_declaration_space_1\n"
408 " single_declaration_space_2 .emit VARIABLE_IDENTIFIER .or .true .emit VARIABLE_NONE;\n"
409 "single_declaration_nospace_1\n"
410 " single_declaration_nospace_2 .emit VARIABLE_IDENTIFIER .or .true .emit VARIABLE_NONE;\n"
411 "single_declaration_space_2\n"
412 " space .and identifier .and single_declaration_3;\n"
413 "single_declaration_nospace_2\n"
414 " identifier .and single_declaration_3;\n"
415 "single_declaration_3\n"
416 " single_declaration_4 .or single_declaration_5 .or .true .emit VARIABLE_NONE;\n"
417 "single_declaration_4\n"
418 " equals .and initializer .emit VARIABLE_INITIALIZER;\n"
419 "single_declaration_5\n"
420 " lbracket .and single_declaration_6 .and rbracket;\n"
421 "single_declaration_6\n"
422 " constant_expression .emit VARIABLE_ARRAY_EXPLICIT .or .true .emit VARIABLE_ARRAY_UNKNOWN;\n"
423 "fully_specified_type_space\n"
424 " fully_specified_type_optqual .and fully_specified_type_optprec .and type_specifier_space;\n"
425 "fully_specified_type_nospace\n"
426 " fully_specified_type_optqual .and fully_specified_type_optprec .and type_specifier_nospace;\n"
427 "fully_specified_type_optqual\n"
428 " fully_specified_type_qual .or .true .emit TYPE_QUALIFIER_NONE;\n"
429 "fully_specified_type_qual\n"
430 " type_qualifier .and space;\n"
431 "fully_specified_type_optprec\n"
432 " fully_specified_type_prec .or .true .emit PRECISION_DEFAULT;\n"
433 "fully_specified_type_prec\n"
434 " precision .and space;\n"
435 "type_qualifier\n"
436 " \"const\" .emit TYPE_QUALIFIER_CONST .or\n"
437 " .if (shader_type == 2) \"attribute\" .emit TYPE_QUALIFIER_ATTRIBUTE .or\n"
438 " \"varying\" .emit TYPE_QUALIFIER_VARYING .or\n"
439 " \"uniform\" .emit TYPE_QUALIFIER_UNIFORM .or\n"
440 " .if (parsing_builtin != 0) \"__fixed_output\" .emit TYPE_QUALIFIER_FIXEDOUTPUT .or\n"
441 " .if (parsing_builtin != 0) \"__fixed_input\" .emit TYPE_QUALIFIER_FIXEDINPUT;\n"
442 "type_specifier_space\n"
443 " \"void\" .emit TYPE_SPECIFIER_VOID .or\n"
444 " \"float\" .emit TYPE_SPECIFIER_FLOAT .or\n"
445 " \"int\" .emit TYPE_SPECIFIER_INT .or\n"
446 " \"bool\" .emit TYPE_SPECIFIER_BOOL .or\n"
447 " \"vec2\" .emit TYPE_SPECIFIER_VEC2 .or\n"
448 " \"vec3\" .emit TYPE_SPECIFIER_VEC3 .or\n"
449 " \"vec4\" .emit TYPE_SPECIFIER_VEC4 .or\n"
450 " \"bvec2\" .emit TYPE_SPECIFIER_BVEC2 .or\n"
451 " \"bvec3\" .emit TYPE_SPECIFIER_BVEC3 .or\n"
452 " \"bvec4\" .emit TYPE_SPECIFIER_BVEC4 .or\n"
453 " \"ivec2\" .emit TYPE_SPECIFIER_IVEC2 .or\n"
454 " \"ivec3\" .emit TYPE_SPECIFIER_IVEC3 .or\n"
455 " \"ivec4\" .emit TYPE_SPECIFIER_IVEC4 .or\n"
456 " \"mat2\" .emit TYPE_SPECIFIER_MAT2 .or\n"
457 " \"mat3\" .emit TYPE_SPECIFIER_MAT3 .or\n"
458 " \"mat4\" .emit TYPE_SPECIFIER_MAT4 .or\n"
459 " \"mat2x3\" .emit TYPE_SPECIFIER_MAT23 .or\n"
460 " \"mat3x2\" .emit TYPE_SPECIFIER_MAT32 .or\n"
461 " \"mat2x4\" .emit TYPE_SPECIFIER_MAT24 .or\n"
462 " \"mat4x2\" .emit TYPE_SPECIFIER_MAT42 .or\n"
463 " \"mat3x4\" .emit TYPE_SPECIFIER_MAT34 .or\n"
464 " \"mat4x3\" .emit TYPE_SPECIFIER_MAT43 .or\n"
465 " \"sampler1D\" .emit TYPE_SPECIFIER_SAMPLER1D .or\n"
466 " \"sampler2D\" .emit TYPE_SPECIFIER_SAMPLER2D .or\n"
467 " \"sampler3D\" .emit TYPE_SPECIFIER_SAMPLER3D .or\n"
468 " \"samplerCube\" .emit TYPE_SPECIFIER_SAMPLERCUBE .or\n"
469 " \"sampler1DShadow\" .emit TYPE_SPECIFIER_SAMPLER1DSHADOW .or\n"
470 " \"sampler2DShadow\" .emit TYPE_SPECIFIER_SAMPLER2DSHADOW .or\n"
471 " \"sampler2DRect\" .emit TYPE_SPECIFIER_SAMPLER2DRECT .or\n"
472 " \"sampler2DRectShadow\" .emit TYPE_SPECIFIER_SAMPLER2DRECTSHADOW .or\n"
473 " type_name .emit TYPE_SPECIFIER_TYPENAME;\n"
474 "type_specifier_nospace\n"
475 " struct_specifier .emit TYPE_SPECIFIER_STRUCT;\n"
476 "struct_specifier\n"
477 " \"struct\" .and struct_specifier_1 .and optional_space .and lbrace .error LBRACE_EXPECTED .and\n"
478 " struct_declaration_list .and rbrace .emit FIELD_NONE;\n"
479 "struct_specifier_1\n"
480 " struct_specifier_2 .or .true .emit '\\0';\n"
481 "struct_specifier_2\n"
482 " space .and identifier;\n"
483 "struct_declaration_list\n"
484 " struct_declaration .and .loop struct_declaration .emit FIELD_NEXT;\n"
485 "struct_declaration\n"
486 " struct_declaration_nospace .or struct_declaration_space;\n"
487 "struct_declaration_space\n"
488 " type_specifier_space .and space .and struct_declarator_list .and semicolon .emit FIELD_NONE;\n"
489 "struct_declaration_nospace\n"
490 " type_specifier_nospace .and struct_declarator_list .and semicolon .emit FIELD_NONE;\n"
491 "struct_declarator_list\n"
492 " struct_declarator .and .loop struct_declarator_list_1 .emit FIELD_NEXT;\n"
493 "struct_declarator_list_1\n"
494 " comma .and struct_declarator;\n"
495 "struct_declarator\n"
496 " identifier .and struct_declarator_1;\n"
497 "struct_declarator_1\n"
498 " struct_declarator_2 .emit FIELD_ARRAY .or .true .emit FIELD_NONE;\n"
499 "struct_declarator_2\n"
500 " lbracket .and constant_expression .and rbracket;\n"
501 "initializer\n"
502 " assignment_expression .and .true .emit OP_END;\n"
503 "declaration_statement\n"
504 " declaration;\n"
505 "statement\n"
506 " compound_statement .or simple_statement;\n"
507 "statement_space\n"
508 " compound_statement .or statement_space_1;\n"
509 "statement_space_1\n"
510 " space .and simple_statement;\n"
511 "simple_statement\n"
512 " .if (parsing_builtin != 0) __asm_statement .emit OP_ASM .or\n"
513 " selection_statement .or\n"
514 " iteration_statement .or\n"
515 " precision_stmt .emit OP_PRECISION .or\n"
516 " jump_statement .or\n"
517 " expression_statement .emit OP_EXPRESSION .or\n"
518 " declaration_statement .emit OP_DECLARE;\n"
519 "compound_statement\n"
520 " compound_statement_1 .emit OP_BLOCK_BEGIN_NEW_SCOPE .and .true .emit OP_END;\n"
521 "compound_statement_1\n"
522 " compound_statement_2 .or compound_statement_3;\n"
523 "compound_statement_2\n"
524 " lbrace .and rbrace;\n"
525 "compound_statement_3\n"
526 " lbrace .and statement_list .and rbrace;\n"
527 "statement_no_new_scope\n"
528 " compound_statement_no_new_scope .or simple_statement;\n"
529 "compound_statement_no_new_scope\n"
530 " compound_statement_no_new_scope_1 .emit OP_BLOCK_BEGIN_NO_NEW_SCOPE .and .true .emit OP_END;\n"
531 "compound_statement_no_new_scope_1\n"
532 " compound_statement_no_new_scope_2 .or compound_statement_no_new_scope_3;\n"
533 "compound_statement_no_new_scope_2\n"
534 " lbrace .and rbrace;\n"
535 "compound_statement_no_new_scope_3\n"
536 " lbrace .and statement_list .and rbrace;\n"
537 "statement_list\n"
538 " statement .and .loop statement;\n"
539 "expression_statement\n"
540 " expression_statement_1 .or expression_statement_2;\n"
541 "expression_statement_1\n"
542 " semicolon .emit OP_PUSH_VOID .emit OP_END;\n"
543 "expression_statement_2\n"
544 " expression .and semicolon .emit OP_END;\n"
545 "selection_statement\n"
546 " \"if\" .emit OP_IF .and lparen .error LPAREN_EXPECTED .and expression .and\n"
547 " rparen .error RPAREN_EXPECTED .emit OP_END .and selection_rest_statement;\n"
548 "selection_rest_statement\n"
549 " statement .and selection_rest_statement_1;\n"
550 "selection_rest_statement_1\n"
551 " selection_rest_statement_2 .or .true .emit OP_EXPRESSION .emit OP_PUSH_VOID .emit OP_END;\n"
552 "selection_rest_statement_2\n"
553 " \"else\" .and optional_space .and statement;\n"
554 "condition\n"
555 " condition_1 .emit OP_DECLARE .emit DECLARATION_INIT_DECLARATOR_LIST .or\n"
556 " condition_3 .emit OP_EXPRESSION;\n"
557 "condition_1\n"
558 " condition_1_nospace .or condition_1_space;\n"
559 "condition_1_nospace\n"
560 " fully_specified_type_nospace .and condition_2;\n"
561 "condition_1_space\n"
562 " fully_specified_type_space .and space .and condition_2;\n"
563 "condition_2\n"
564 " identifier .emit VARIABLE_IDENTIFIER .and equals .emit VARIABLE_INITIALIZER .and\n"
565 " initializer .and .true .emit DECLARATOR_NONE;\n"
566 "condition_3\n"
567 " expression .and .true .emit OP_END;\n"
568 "iteration_statement\n"
569 " iteration_statement_1 .or iteration_statement_2 .or iteration_statement_3;\n"
570 "iteration_statement_1\n"
571 " \"while\" .emit OP_WHILE .and lparen .error LPAREN_EXPECTED .and condition .and\n"
572 " rparen .error RPAREN_EXPECTED .and statement;\n"
573 "iteration_statement_2\n"
574 " \"do\" .emit OP_DO .and statement_space .and \"while\" .and lparen .error LPAREN_EXPECTED .and\n"
575 " expression .and rparen .error RPAREN_EXPECTED .emit OP_END .and semicolon;\n"
576 "iteration_statement_3\n"
577 " \"for\" .emit OP_FOR .and lparen .error LPAREN_EXPECTED .and for_init_statement .and\n"
578 " for_rest_statement .and rparen .error RPAREN_EXPECTED .and statement_no_new_scope;\n"
579 "for_init_statement\n"
580 " expression_statement .emit OP_EXPRESSION .or declaration_statement .emit OP_DECLARE;\n"
581 "conditionopt\n"
582 " condition .or\n"
583 " .true .emit OP_EXPRESSION .emit OP_PUSH_BOOL .emit 2 .emit '1' .emit '\\0' .emit OP_END;\n"
584 "for_rest_statement\n"
585 " conditionopt .and semicolon .and for_rest_statement_1;\n"
586 "for_rest_statement_1\n"
587 " for_rest_statement_2 .or .true .emit OP_PUSH_VOID .emit OP_END;\n"
588 "for_rest_statement_2\n"
589 " expression .and .true .emit OP_END;\n"
590 "jump_statement\n"
591 " jump_statement_1 .or jump_statement_2 .or jump_statement_3 .or jump_statement_4 .or\n"
592 " .if (shader_type == 1) jump_statement_5;\n"
593 "jump_statement_1\n"
594 " \"continue\" .and semicolon .emit OP_CONTINUE;\n"
595 "jump_statement_2\n"
596 " \"break\" .and semicolon .emit OP_BREAK;\n"
597 "jump_statement_3\n"
598 " \"return\" .emit OP_RETURN .and optional_space .and expression .and semicolon .emit OP_END;\n"
599 "jump_statement_4\n"
600 " \"return\" .emit OP_RETURN .and semicolon .emit OP_PUSH_VOID .emit OP_END;\n"
601 "jump_statement_5\n"
602 " \"discard\" .and semicolon .emit OP_DISCARD;\n"
603 "__asm_statement\n"
604 " \"__asm\" .and space .and identifier .and space .and asm_arguments .and semicolon .emit OP_END;\n"
605 "asm_arguments\n"
606 " asm_argument .and .true .emit OP_END .and .loop asm_arguments_1;\n"
607 "asm_arguments_1\n"
608 " comma .and asm_argument .and .true .emit OP_END;\n"
609 "asm_argument\n"
610 " var_with_field .or\n"
611 " variable_identifier .or\n"
612 " floatconstant;\n"
613 "var_with_field\n"
614 " variable_identifier .and dot .and field_selection .emit OP_FIELD;\n"
615 "translation_unit\n"
616 " optional_space .emit REVISION .and external_declaration .error INVALID_EXTERNAL_DECLARATION .and\n"
617 " .loop external_declaration .and optional_space .and\n"
618 " '\\0' .error INVALID_EXTERNAL_DECLARATION .emit EXTERNAL_NULL;\n"
619 "external_declaration\n"
620 " precision_stmt .emit DEFAULT_PRECISION .or\n"
621 " invariant_stmt .emit INVARIANT_STMT .or\n"
622 " function_definition .emit EXTERNAL_FUNCTION_DEFINITION .or\n"
623 " declaration .emit EXTERNAL_DECLARATION;\n"
624 "precision_stmt\n"
625 " \"precision\" .and space .and precision .error INVALID_PRECISION .and space .and prectype .error INVALID_PRECISION_TYPE .and semicolon;\n"
626 "precision\n"
627 " \"lowp\" .emit PRECISION_LOW .or\n"
628 " \"mediump\" .emit PRECISION_MEDIUM .or\n"
629 " \"highp\" .emit PRECISION_HIGH;\n"
630 "prectype\n"
631 " \"int\" .emit TYPE_SPECIFIER_INT .or\n"
632 " \"float\" .emit TYPE_SPECIFIER_FLOAT .or\n"
633 " \"sampler1D\" .emit TYPE_SPECIFIER_SAMPLER1D .or\n"
634 " \"sampler2D\" .emit TYPE_SPECIFIER_SAMPLER2D .or\n"
635 " \"sampler3D\" .emit TYPE_SPECIFIER_SAMPLER3D .or\n"
636 " \"samplerCube\" .emit TYPE_SPECIFIER_SAMPLERCUBE .or\n"
637 " \"sampler1DShadow\" .emit TYPE_SPECIFIER_SAMPLER1DSHADOW .or\n"
638 " \"sampler2DShadow\" .emit TYPE_SPECIFIER_SAMPLER2DSHADOW .or\n"
639 " \"sampler2DRect\" .emit TYPE_SPECIFIER_SAMPLER2DRECT .or\n"
640 " \"sampler2DRectShadow\" .emit TYPE_SPECIFIER_SAMPLER2DRECTSHADOW;\n"
641 "invariant_stmt\n"
642 " \"invariant\" .and space .and identifier .and semicolon;\n"
643 "function_definition\n"
644 " function_prototype .and compound_statement_no_new_scope;\n"
645 "digit_oct\n"
646 " '0'-'7';\n"
647 "digit_dec\n"
648 " '0'-'9';\n"
649 "digit_hex\n"
650 " '0'-'9' .or 'A'-'F' .or 'a'-'f';\n"
651 "id_character_first\n"
652 " 'a'-'z' .or 'A'-'Z' .or '_';\n"
653 "id_character_next\n"
654 " id_character_first .or digit_dec;\n"
655 "identifier\n"
656 " id_character_first .emit * .and .loop id_character_next .emit * .and .true .emit '\\0';\n"
657 "float\n"
658 " float_1 .or float_2;\n"
659 "float_1\n"
660 " float_fractional_constant .and float_optional_exponent_part;\n"
661 "float_2\n"
662 " float_digit_sequence .and .true .emit '\\0' .and float_exponent_part;\n"
663 "float_fractional_constant\n"
664 " float_fractional_constant_1 .or float_fractional_constant_2 .or float_fractional_constant_3;\n"
665 "float_fractional_constant_1\n"
666 " float_digit_sequence .and '.' .and float_digit_sequence;\n"
667 "float_fractional_constant_2\n"
668 " float_digit_sequence .and '.' .and .true .emit '\\0';\n"
669 "float_fractional_constant_3\n"
670 " '.' .emit '\\0' .and float_digit_sequence;\n"
671 "float_optional_exponent_part\n"
672 " float_exponent_part .or .true .emit '\\0';\n"
673 "float_digit_sequence\n"
674 " digit_dec .emit * .and .loop digit_dec .emit * .and .true .emit '\\0';\n"
675 "float_exponent_part\n"
676 " float_exponent_part_1 .or float_exponent_part_2;\n"
677 "float_exponent_part_1\n"
678 " 'e' .and float_optional_sign .and float_digit_sequence;\n"
679 "float_exponent_part_2\n"
680 " 'E' .and float_optional_sign .and float_digit_sequence;\n"
681 "float_optional_sign\n"
682 " float_sign .or .true;\n"
683 "float_sign\n"
684 " '+' .or '-' .emit '-';\n"
685 "integer\n"
686 " integer_hex .or integer_oct .or integer_dec;\n"
687 "integer_hex\n"
688 " '0' .and integer_hex_1 .emit 0x10 .and digit_hex .emit * .and .loop digit_hex .emit * .and\n"
689 " .true .emit '\\0';\n"
690 "integer_hex_1\n"
691 " 'x' .or 'X';\n"
692 "integer_oct\n"
693 " '0' .emit 8 .emit * .and .loop digit_oct .emit * .and .true .emit '\\0';\n"
694 "integer_dec\n"
695 " digit_dec .emit 10 .emit * .and .loop digit_dec .emit * .and .true .emit '\\0';\n"
696 "boolean\n"
697 " \"true\" .emit 2 .emit '1' .emit '\\0' .or\n"
698 " \"false\" .emit 2 .emit '0' .emit '\\0';\n"
699 "type_name\n"
700 " identifier;\n"
701 "field_selection\n"
702 " identifier;\n"
703 "floatconstant\n"
704 " float .emit OP_PUSH_FLOAT;\n"
705 "intconstant\n"
706 " integer .emit OP_PUSH_INT;\n"
707 "boolconstant\n"
708 " boolean .emit OP_PUSH_BOOL;\n"
709 "optional_space\n"
710 " .loop single_space;\n"
711 "space\n"
712 " single_space .and .loop single_space;\n"
713 "single_space\n"
714 " white_char .or c_style_comment_block .or cpp_style_comment_block;\n"
715 "white_char\n"
716 " ' ' .or '\\t' .or new_line .or '\\v' .or '\\f';\n"
717 "new_line\n"
718 " cr_lf .or lf_cr .or '\\n' .or '\\r';\n"
719 "cr_lf\n"
720 " '\\r' .and '\\n';\n"
721 "lf_cr\n"
722 " '\\n' .and '\\r';\n"
723 "c_style_comment_block\n"
724 " '/' .and '*' .and c_style_comment_rest;\n"
725 "c_style_comment_rest\n"
726 " .loop c_style_comment_char_no_star .and c_style_comment_rest_1;\n"
727 "c_style_comment_rest_1\n"
728 " c_style_comment_end .or c_style_comment_rest_2;\n"
729 "c_style_comment_rest_2\n"
730 " '*' .and c_style_comment_rest;\n"
731 "c_style_comment_char_no_star\n"
732 " '\\x2B'-'\\xFF' .or '\\x01'-'\\x29';\n"
733 "c_style_comment_end\n"
734 " '*' .and '/';\n"
735 "cpp_style_comment_block\n"
736 " '/' .and '/' .and cpp_style_comment_block_1;\n"
737 "cpp_style_comment_block_1\n"
738 " cpp_style_comment_block_2 .or cpp_style_comment_block_3;\n"
739 "cpp_style_comment_block_2\n"
740 " .loop cpp_style_comment_char .and new_line;\n"
741 "cpp_style_comment_block_3\n"
742 " .loop cpp_style_comment_char;\n"
743 "cpp_style_comment_char\n"
744 " '\\x0E'-'\\xFF' .or '\\x01'-'\\x09' .or '\\x0B'-'\\x0C';\n"
745 "ampersandampersand\n"
746 " optional_space .and '&' .and '&' .and optional_space;\n"
747 "barbar\n"
748 " optional_space .and '|' .and '|' .and optional_space;\n"
749 "bang\n"
750 " optional_space .and '!' .and optional_space;\n"
751 "bangequals\n"
752 " optional_space .and '!' .and '=' .and optional_space;\n"
753 "caretcaret\n"
754 " optional_space .and '^' .and '^' .and optional_space;\n"
755 "colon\n"
756 " optional_space .and ':' .and optional_space;\n"
757 "comma\n"
758 " optional_space .and ',' .and optional_space;\n"
759 "dot\n"
760 " optional_space .and '.' .and optional_space;\n"
761 "equals\n"
762 " optional_space .and '=' .and optional_space;\n"
763 "equalsequals\n"
764 " optional_space .and '=' .and '=' .and optional_space;\n"
765 "greater\n"
766 " optional_space .and '>' .and optional_space;\n"
767 "greaterequals\n"
768 " optional_space .and '>' .and '=' .and optional_space;\n"
769 "lbrace\n"
770 " optional_space .and '{' .and optional_space;\n"
771 "lbracket\n"
772 " optional_space .and '[' .and optional_space;\n"
773 "less\n"
774 " optional_space .and '<' .and optional_space;\n"
775 "lessequals\n"
776 " optional_space .and '<' .and '=' .and optional_space;\n"
777 "lparen\n"
778 " optional_space .and '(' .and optional_space;\n"
779 "minus\n"
780 " optional_space .and '-' .and optional_space;\n"
781 "minusequals\n"
782 " optional_space .and '-' .and '=' .and optional_space;\n"
783 "minusminus\n"
784 " optional_space .and '-' .and '-' .and optional_space;\n"
785 "plus\n"
786 " optional_space .and '+' .and optional_space;\n"
787 "plusequals\n"
788 " optional_space .and '+' .and '=' .and optional_space;\n"
789 "plusplus\n"
790 " optional_space .and '+' .and '+' .and optional_space;\n"
791 "question\n"
792 " optional_space .and '?' .and optional_space;\n"
793 "rbrace\n"
794 " optional_space .and '}' .and optional_space;\n"
795 "rbracket\n"
796 " optional_space .and ']' .and optional_space;\n"
797 "rparen\n"
798 " optional_space .and ')' .and optional_space;\n"
799 "semicolon\n"
800 " optional_space .and ';' .and optional_space;\n"
801 "slash\n"
802 " optional_space .and '/' .and optional_space;\n"
803 "slashequals\n"
804 " optional_space .and '/' .and '=' .and optional_space;\n"
805 "star\n"
806 " optional_space .and '*' .and optional_space;\n"
807 "starequals\n"
808 " optional_space .and '*' .and '=' .and optional_space;\n"
809 ".string string_lexer;\n"
810 "string_lexer\n"
811 " lex_first_identifier_character .and .loop lex_next_identifier_character;\n"
812 "lex_first_identifier_character\n"
813 " 'a'-'z' .or 'A'-'Z' .or '_';\n"
814 "lex_next_identifier_character\n"
815 " 'a'-'z' .or 'A'-'Z' .or '0'-'9' .or '_';\n"
816 "err_token\n"
817 " '~' .or '`' .or '!' .or '@' .or '#' .or '$' .or '%' .or '^' .or '&' .or '*' .or '(' .or ')' .or\n"
818 " '-' .or '+' .or '=' .or '|' .or '\\\\' .or '[' .or ']' .or '{' .or '}' .or ':' .or ';' .or '\"' .or\n"
819 " '\\'' .or '<' .or ',' .or '>' .or '.' .or '/' .or '?' .or err_identifier;\n"
820 "err_identifier\n"
821 " id_character_first .and .loop id_character_next;\n"
822 ""