From 3a97441df738b2869476928fa5eee71f7a5bff26 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 13 Dec 2017 12:03:54 -0800 Subject: [PATCH] Require a line break after an unknown preprocessor directive --- grammar.js | 3 +- src/grammar.json | 25 +- src/parser.c | 107751 ++++++++++++++++++++++---------------------- 3 files changed, 54074 insertions(+), 53705 deletions(-) diff --git a/grammar.js b/grammar.js index 2fe2862..52011ff 100644 --- a/grammar.js +++ b/grammar.js @@ -104,7 +104,8 @@ module.exports = grammar({ preproc_call: $ => seq( $.preproc_directive, - $.preproc_arg + optional(seq(/[ \t]+/, $.preproc_arg)), + '\n' ), preproc_if: $ => seq( diff --git a/src/grammar.json b/src/grammar.json index bfdc606..55ce870 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -292,8 +292,29 @@ "name": "preproc_directive" }, { - "type": "SYMBOL", - "name": "preproc_arg" + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "PATTERN", + "value": "[ \\t]+" + }, + { + "type": "SYMBOL", + "name": "preproc_arg" + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "\n" } ] }, diff --git a/src/parser.c b/src/parser.c index 45dee36..29b0ed0 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 4 -#define STATE_COUNT 1653 +#define STATE_COUNT 1671 #define SYMBOL_COUNT 200 #define ALIAS_COUNT 18 #define TOKEN_COUNT 97 @@ -4447,8 +4447,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(310); END_STATE(); case 312: - if (lookahead == '#') + if (lookahead == '\n') ADVANCE(313); + if (lookahead == '\r') + SKIP(312); + if (lookahead == '(') + ADVANCE(50); + if (lookahead == '/') + ADVANCE(282); + if (lookahead == '\t' || + lookahead == ' ') + ADVANCE(314); + END_STATE(); + case 313: + ACCEPT_TOKEN(anon_sym_LF); + END_STATE(); + case 314: + ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH); + if (lookahead == '\t' || + lookahead == ' ') + ADVANCE(314); + END_STATE(); + case 315: + if (lookahead == '#') + ADVANCE(316); if (lookahead == '/') ADVANCE(282); if (lookahead == 'b') @@ -4458,17 +4480,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'd') ADVANCE(287); if (lookahead == 'e') - ADVANCE(319); + ADVANCE(322); if (lookahead == 'f') ADVANCE(290); if (lookahead == 'i') - ADVANCE(320); + ADVANCE(323); if (lookahead == 'l') ADVANCE(188); if (lookahead == 'r') - ADVANCE(322); + ADVANCE(325); if (lookahead == 's') - ADVANCE(324); + ADVANCE(327); if (lookahead == 'u') ADVANCE(246); if (lookahead == 'v') @@ -4477,39 +4499,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(312); + SKIP(315); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 313: + case 316: if (lookahead == 'e') - ADVANCE(314); + ADVANCE(317); if (lookahead == '\t' || lookahead == ' ') - ADVANCE(313); + ADVANCE(316); END_STATE(); - case 314: + case 317: if (lookahead == 'n') - ADVANCE(315); + ADVANCE(318); END_STATE(); - case 315: + case 318: if (lookahead == 'd') - ADVANCE(316); + ADVANCE(319); END_STATE(); - case 316: + case 319: if (lookahead == 'i') - ADVANCE(317); + ADVANCE(320); END_STATE(); - case 317: + case 320: if (lookahead == 'f') - ADVANCE(318); + ADVANCE(321); END_STATE(); - case 318: + case 321: ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH); END_STATE(); - case 319: + case 322: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') ADVANCE(153); @@ -4519,17 +4541,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 320: + case 323: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(321); + ADVANCE(324); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 321: + case 324: ACCEPT_TOKEN(sym_identifier); if (lookahead == 't') ADVANCE(181); @@ -4539,17 +4561,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 322: + case 325: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(323); + ADVANCE(326); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 323: + case 326: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') ADVANCE(200); @@ -4559,7 +4581,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 324: + case 327: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'h') ADVANCE(211); @@ -4568,14 +4590,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(220); if (lookahead == 't') - ADVANCE(325); + ADVANCE(328); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 325: + case 328: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(228); @@ -4585,7 +4607,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 326: + case 329: if (lookahead == '\"') ADVANCE(4); if (lookahead == '/') @@ -4622,19 +4644,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(326); + SKIP(329); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('g' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 327: + case 330: if (lookahead == '(') ADVANCE(50); if (lookahead == ')') ADVANCE(51); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == ',') ADVANCE(57); if (lookahead == '/') @@ -4654,7 +4676,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'd') ADVANCE(287); if (lookahead == 'e') - ADVANCE(329); + ADVANCE(332); if (lookahead == 'f') ADVANCE(290); if (lookahead == 'i') @@ -4664,25 +4686,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(292); if (lookahead == 's') - ADVANCE(330); + ADVANCE(333); if (lookahead == 'u') - ADVANCE(332); + ADVANCE(335); if (lookahead == 'v') ADVANCE(260); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(327); + SKIP(330); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('g' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 328: + case 331: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 329: + case 332: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'x') ADVANCE(156); @@ -4692,7 +4714,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 330: + case 333: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'h') ADVANCE(211); @@ -4701,14 +4723,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(220); if (lookahead == 't') - ADVANCE(331); + ADVANCE(334); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 331: + case 334: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(224); @@ -4718,19 +4740,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('b' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 332: + case 335: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'i') ADVANCE(247); if (lookahead == 'n') - ADVANCE(333); + ADVANCE(336); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 333: + case 336: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') ADVANCE(254); @@ -4740,7 +4762,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 334: + case 337: if (lookahead == '!') ADVANCE(302); if (lookahead == '\"') @@ -4762,7 +4784,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(58); if (lookahead == '.') - ADVANCE(335); + ADVANCE(338); if (lookahead == '/') ADVANCE(65); if (lookahead == ':') @@ -4786,17 +4808,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(111); if (lookahead == 'c') - ADVANCE(336); + ADVANCE(339); if (lookahead == 'e') - ADVANCE(329); + ADVANCE(332); if (lookahead == 'i') - ADVANCE(337); + ADVANCE(340); if (lookahead == 'r') ADVANCE(292); if (lookahead == 's') - ADVANCE(339); + ADVANCE(342); if (lookahead == 'v') - ADVANCE(340); + ADVANCE(343); if (lookahead == '{') ADVANCE(274); if (lookahead == '|') @@ -4807,16 +4829,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(334); + SKIP(337); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 335: + case 338: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 336: + case 339: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') ADVANCE(285); @@ -4826,17 +4848,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 337: + case 340: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(338); + ADVANCE(341); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 338: + case 341: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(177); @@ -4846,27 +4868,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 339: + case 342: ACCEPT_TOKEN(sym_identifier); if (lookahead == 't') - ADVANCE(331); + ADVANCE(334); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 340: + case 343: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') - ADVANCE(341); + ADVANCE(344); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 341: + case 344: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(263); @@ -4876,28 +4898,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 342: - if (lookahead == '\n') - ADVANCE(343); - if (lookahead == '\r') - SKIP(342); - if (lookahead == '(') - ADVANCE(50); - if (lookahead == '/') - ADVANCE(282); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(344); - END_STATE(); - case 343: - ACCEPT_TOKEN(anon_sym_LF); - END_STATE(); - case 344: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(344); - END_STATE(); case 345: if (lookahead == '#') ADVANCE(7); @@ -4945,7 +4945,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ')') ADVANCE(51); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '/') ADVANCE(282); if (lookahead == '[') @@ -4959,13 +4959,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'f') ADVANCE(290); if (lookahead == 'i') - ADVANCE(320); + ADVANCE(323); if (lookahead == 'l') ADVANCE(188); if (lookahead == 's') ADVANCE(348); if (lookahead == 'u') - ADVANCE(332); + ADVANCE(335); if (lookahead == 'v') ADVANCE(349); if (lookahead == '\t' || @@ -5024,7 +5024,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 351: if (lookahead == '\n') - ADVANCE(343); + ADVANCE(313); if (lookahead == '/') ADVANCE(304); if (lookahead == '\\') @@ -5117,14 +5117,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(14); END_STATE(); case 356: + if (lookahead == '\n') + ADVANCE(313); + if (lookahead == '/') + ADVANCE(282); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(356); + END_STATE(); + case 357: if (lookahead == '(') ADVANCE(50); if (lookahead == ')') ADVANCE(51); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '.') - ADVANCE(357); + ADVANCE(358); if (lookahead == '/') ADVANCE(282); if (lookahead == '[') @@ -5157,35 +5167,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(356); + SKIP(357); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('g' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 357: + case 358: if (lookahead == '.') ADVANCE(63); END_STATE(); - case 358: + case 359: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') ADVANCE(281); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5238,7 +5248,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(358); + SKIP(359); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -5246,39 +5256,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('h' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 359: + case 360: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); - case 360: + case 361: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 361: + case 362: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(55); END_STATE(); - case 362: + case 363: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(59); END_STATE(); - case 363: + case 364: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5304,7 +5314,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(289); if (lookahead == 'f') - ADVANCE(364); + ADVANCE(365); if (lookahead == 'i') ADVANCE(291); if (lookahead == 'l') @@ -5312,9 +5322,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(292); if (lookahead == 's') - ADVANCE(365); - if (lookahead == 't') ADVANCE(366); + if (lookahead == 't') + ADVANCE(367); if (lookahead == 'u') ADVANCE(246); if (lookahead == 'v') @@ -5325,7 +5335,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(363); + SKIP(364); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -5333,7 +5343,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('g' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 364: + case 365: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(162); @@ -5345,7 +5355,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('b' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 365: + case 366: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'h') ADVANCE(211); @@ -5361,7 +5371,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 366: + case 367: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(238); @@ -5371,13 +5381,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 367: + case 368: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') @@ -5385,13 +5395,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ')') ADVANCE(51); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '.') - ADVANCE(335); + ADVANCE(338); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5409,11 +5419,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ']') ADVANCE(108); if (lookahead == 'f') - ADVANCE(368); - if (lookahead == 's') ADVANCE(369); + if (lookahead == 's') + ADVANCE(370); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == '{') ADVANCE(274); if (lookahead == '}') @@ -5424,7 +5434,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(367); + SKIP(368); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -5432,7 +5442,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 368: + case 369: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(162); @@ -5442,37 +5452,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('b' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 369: + case 370: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'i') - ADVANCE(370); + ADVANCE(371); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 370: + case 371: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'z') - ADVANCE(371); + ADVANCE(372); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'y')) ADVANCE(98); END_STATE(); - case 371: + case 372: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(372); + ADVANCE(373); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 372: + case 373: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') ADVANCE(218); @@ -5482,33 +5492,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); - case 373: - if (lookahead == '\n') - ADVANCE(343); - if (lookahead == '/') - ADVANCE(282); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(373); - END_STATE(); case 374: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5526,19 +5526,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'd') ADVANCE(287); if (lookahead == 'e') - ADVANCE(319); + ADVANCE(322); if (lookahead == 'f') - ADVANCE(364); + ADVANCE(365); if (lookahead == 'i') - ADVANCE(320); + ADVANCE(323); if (lookahead == 'l') ADVANCE(188); if (lookahead == 'r') - ADVANCE(322); + ADVANCE(325); if (lookahead == 's') ADVANCE(375); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == 'u') ADVANCE(246); if (lookahead == 'v') @@ -5566,7 +5566,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(220); if (lookahead == 't') - ADVANCE(325); + ADVANCE(328); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -5575,21 +5575,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 376: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5619,7 +5619,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(387); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == 'w') ADVANCE(269); if (lookahead == '{') @@ -5745,7 +5745,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 387: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'i') - ADVANCE(370); + ADVANCE(371); if (lookahead == 'w') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9') || @@ -5756,21 +5756,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 388: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5792,9 +5792,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'd') ADVANCE(287); if (lookahead == 'e') - ADVANCE(329); + ADVANCE(332); if (lookahead == 'f') - ADVANCE(364); + ADVANCE(365); if (lookahead == 'i') ADVANCE(291); if (lookahead == 'l') @@ -5804,9 +5804,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(389); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == 'u') - ADVANCE(332); + ADVANCE(335); if (lookahead == 'v') ADVANCE(260); if (lookahead == '~') @@ -5832,7 +5832,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(220); if (lookahead == 't') - ADVANCE(331); + ADVANCE(334); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -5841,21 +5841,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 390: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -5871,21 +5871,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(111); if (lookahead == 'c') - ADVANCE(336); + ADVANCE(339); if (lookahead == 'e') - ADVANCE(329); + ADVANCE(332); if (lookahead == 'f') - ADVANCE(368); + ADVANCE(369); if (lookahead == 'i') - ADVANCE(337); + ADVANCE(340); if (lookahead == 'r') ADVANCE(292); if (lookahead == 's') ADVANCE(391); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == 'v') - ADVANCE(340); + ADVANCE(343); if (lookahead == '{') ADVANCE(274); if (lookahead == '~') @@ -5905,9 +5905,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 391: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'i') - ADVANCE(370); + ADVANCE(371); if (lookahead == 't') - ADVANCE(331); + ADVANCE(334); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -5934,7 +5934,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(58); if (lookahead == '.') - ADVANCE(335); + ADVANCE(338); if (lookahead == '/') ADVANCE(65); if (lookahead == '0') @@ -5962,21 +5962,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(111); if (lookahead == 'c') - ADVANCE(336); + ADVANCE(339); if (lookahead == 'e') - ADVANCE(329); + ADVANCE(332); if (lookahead == 'f') - ADVANCE(368); + ADVANCE(369); if (lookahead == 'i') - ADVANCE(337); + ADVANCE(340); if (lookahead == 'r') ADVANCE(292); if (lookahead == 's') ADVANCE(391); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == 'v') - ADVANCE(340); + ADVANCE(343); if (lookahead == '|') ADVANCE(275); if (lookahead == '~') @@ -5995,23 +5995,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 393: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') ADVANCE(7); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -6072,23 +6072,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 394: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') ADVANCE(354); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -6171,7 +6171,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(58); if (lookahead == '.') - ADVANCE(335); + ADVANCE(338); if (lookahead == '/') ADVANCE(65); if (lookahead == '0') @@ -6201,11 +6201,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '^') ADVANCE(109); if (lookahead == 'f') - ADVANCE(368); - if (lookahead == 's') ADVANCE(369); + if (lookahead == 's') + ADVANCE(370); if (lookahead == 't') - ADVANCE(366); + ADVANCE(367); if (lookahead == '{') ADVANCE(274); if (lookahead == '|') @@ -6228,23 +6228,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 396: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') ADVANCE(281); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -6307,23 +6307,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 397: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') ADVANCE(7); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -6384,23 +6384,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 398: if (lookahead == '!') - ADVANCE(359); + ADVANCE(360); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') ADVANCE(354); if (lookahead == '&') - ADVANCE(360); + ADVANCE(361); if (lookahead == '\'') ADVANCE(45); if (lookahead == '(') ADVANCE(50); if (lookahead == '*') - ADVANCE(328); + ADVANCE(331); if (lookahead == '+') - ADVANCE(361); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '-') + ADVANCE(363); if (lookahead == '/') ADVANCE(282); if (lookahead == '0') @@ -6472,728 +6472,728 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [4] = {.lex_state = 303}, [5] = {.lex_state = 301}, [6] = {.lex_state = 301}, - [7] = {.lex_state = 303}, - [8] = {.lex_state = 312}, - [9] = {.lex_state = 326}, - [10] = {.lex_state = 326}, - [11] = {.lex_state = 326}, - [12] = {.lex_state = 327}, - [13] = {.lex_state = 334}, + [7] = {.lex_state = 312}, + [8] = {.lex_state = 315}, + [9] = {.lex_state = 329}, + [10] = {.lex_state = 329}, + [11] = {.lex_state = 329}, + [12] = {.lex_state = 330}, + [13] = {.lex_state = 337}, [14] = {.lex_state = 301}, [15] = {.lex_state = 301}, [16] = {.lex_state = 301}, - [17] = {.lex_state = 334}, + [17] = {.lex_state = 337}, [18] = {.lex_state = 0}, [19] = {.lex_state = 280}, [20] = {.lex_state = 301}, - [21] = {.lex_state = 326}, - [22] = {.lex_state = 334}, + [21] = {.lex_state = 329}, + [22] = {.lex_state = 337}, [23] = {.lex_state = 280}, - [24] = {.lex_state = 326}, - [25] = {.lex_state = 327}, + [24] = {.lex_state = 329}, + [25] = {.lex_state = 330}, [26] = {.lex_state = 280}, - [27] = {.lex_state = 342}, + [27] = {.lex_state = 312}, [28] = {.lex_state = 345}, [29] = {.lex_state = 345}, [30] = {.lex_state = 345}, - [31] = {.lex_state = 280}, - [32] = {.lex_state = 312}, - [33] = {.lex_state = 346}, - [34] = {.lex_state = 301}, + [31] = {.lex_state = 303}, + [32] = {.lex_state = 280}, + [33] = {.lex_state = 315}, + [34] = {.lex_state = 346}, [35] = {.lex_state = 301}, [36] = {.lex_state = 301}, [37] = {.lex_state = 301}, [38] = {.lex_state = 301}, - [39] = {.lex_state = 312}, - [40] = {.lex_state = 301}, - [41] = {.lex_state = 312}, - [42] = {.lex_state = 346}, - [43] = {.lex_state = 326}, - [44] = {.lex_state = 301}, - [45] = {.lex_state = 334}, - [46] = {.lex_state = 334}, - [47] = {.lex_state = 326}, - [48] = {.lex_state = 334}, - [49] = {.lex_state = 334}, - [50] = {.lex_state = 334}, - [51] = {.lex_state = 334}, - [52] = {.lex_state = 312}, - [53] = {.lex_state = 301}, - [54] = {.lex_state = 280}, - [55] = {.lex_state = 301}, + [39] = {.lex_state = 301}, + [40] = {.lex_state = 315}, + [41] = {.lex_state = 301}, + [42] = {.lex_state = 315}, + [43] = {.lex_state = 346}, + [44] = {.lex_state = 329}, + [45] = {.lex_state = 301}, + [46] = {.lex_state = 337}, + [47] = {.lex_state = 337}, + [48] = {.lex_state = 329}, + [49] = {.lex_state = 337}, + [50] = {.lex_state = 337}, + [51] = {.lex_state = 337}, + [52] = {.lex_state = 337}, + [53] = {.lex_state = 315}, + [54] = {.lex_state = 301}, + [55] = {.lex_state = 280}, [56] = {.lex_state = 301}, [57] = {.lex_state = 301}, [58] = {.lex_state = 301}, - [59] = {.lex_state = 334}, - [60] = {.lex_state = 334}, - [61] = {.lex_state = 334}, - [62] = {.lex_state = 334}, - [63] = {.lex_state = 280}, - [64] = {.lex_state = 326}, - [65] = {.lex_state = 334}, - [66] = {.lex_state = 327}, - [67] = {.lex_state = 334}, - [68] = {.lex_state = 334}, - [69] = {.lex_state = 303}, - [70] = {.lex_state = 280}, - [71] = {.lex_state = 301}, - [72] = {.lex_state = 351}, - [73] = {.lex_state = 296}, - [74] = {.lex_state = 301}, - [75] = {.lex_state = 303}, - [76] = {.lex_state = 280}, - [77] = {.lex_state = 301}, + [59] = {.lex_state = 301}, + [60] = {.lex_state = 337}, + [61] = {.lex_state = 337}, + [62] = {.lex_state = 337}, + [63] = {.lex_state = 337}, + [64] = {.lex_state = 280}, + [65] = {.lex_state = 329}, + [66] = {.lex_state = 337}, + [67] = {.lex_state = 330}, + [68] = {.lex_state = 337}, + [69] = {.lex_state = 337}, + [70] = {.lex_state = 303}, + [71] = {.lex_state = 280}, + [72] = {.lex_state = 301}, + [73] = {.lex_state = 351}, + [74] = {.lex_state = 296}, + [75] = {.lex_state = 301}, + [76] = {.lex_state = 303}, + [77] = {.lex_state = 280}, [78] = {.lex_state = 301}, - [79] = {.lex_state = 303}, - [80] = {.lex_state = 353}, - [81] = {.lex_state = 303}, + [79] = {.lex_state = 301}, + [80] = {.lex_state = 303}, + [81] = {.lex_state = 353}, [82] = {.lex_state = 312}, - [83] = {.lex_state = 326}, - [84] = {.lex_state = 345}, - [85] = {.lex_state = 312}, - [86] = {.lex_state = 301}, - [87] = {.lex_state = 345}, - [88] = {.lex_state = 280}, - [89] = {.lex_state = 312}, - [90] = {.lex_state = 345}, - [91] = {.lex_state = 280}, - [92] = {.lex_state = 312}, - [93] = {.lex_state = 345}, - [94] = {.lex_state = 301}, - [95] = {.lex_state = 301}, + [83] = {.lex_state = 315}, + [84] = {.lex_state = 329}, + [85] = {.lex_state = 345}, + [86] = {.lex_state = 315}, + [87] = {.lex_state = 301}, + [88] = {.lex_state = 345}, + [89] = {.lex_state = 280}, + [90] = {.lex_state = 315}, + [91] = {.lex_state = 345}, + [92] = {.lex_state = 280}, + [93] = {.lex_state = 315}, + [94] = {.lex_state = 345}, + [95] = {.lex_state = 356}, [96] = {.lex_state = 301}, - [97] = {.lex_state = 326}, + [97] = {.lex_state = 301}, [98] = {.lex_state = 301}, - [99] = {.lex_state = 301}, + [99] = {.lex_state = 329}, [100] = {.lex_state = 301}, [101] = {.lex_state = 301}, - [102] = {.lex_state = 312}, + [102] = {.lex_state = 301}, [103] = {.lex_state = 301}, - [104] = {.lex_state = 301}, + [104] = {.lex_state = 315}, [105] = {.lex_state = 301}, [106] = {.lex_state = 301}, [107] = {.lex_state = 301}, [108] = {.lex_state = 301}, [109] = {.lex_state = 301}, - [110] = {.lex_state = 312}, + [110] = {.lex_state = 301}, [111] = {.lex_state = 301}, - [112] = {.lex_state = 346}, + [112] = {.lex_state = 315}, [113] = {.lex_state = 301}, - [114] = {.lex_state = 301}, - [115] = {.lex_state = 280}, - [116] = {.lex_state = 280}, - [117] = {.lex_state = 301}, + [114] = {.lex_state = 346}, + [115] = {.lex_state = 301}, + [116] = {.lex_state = 301}, + [117] = {.lex_state = 280}, [118] = {.lex_state = 280}, - [119] = {.lex_state = 334}, - [120] = {.lex_state = 301}, - [121] = {.lex_state = 301}, - [122] = {.lex_state = 334}, - [123] = {.lex_state = 334}, - [124] = {.lex_state = 301}, - [125] = {.lex_state = 326}, - [126] = {.lex_state = 326}, - [127] = {.lex_state = 334}, - [128] = {.lex_state = 334}, - [129] = {.lex_state = 301}, - [130] = {.lex_state = 301}, - [131] = {.lex_state = 312}, - [132] = {.lex_state = 346}, - [133] = {.lex_state = 301}, - [134] = {.lex_state = 301}, + [119] = {.lex_state = 301}, + [120] = {.lex_state = 280}, + [121] = {.lex_state = 337}, + [122] = {.lex_state = 301}, + [123] = {.lex_state = 301}, + [124] = {.lex_state = 337}, + [125] = {.lex_state = 337}, + [126] = {.lex_state = 301}, + [127] = {.lex_state = 329}, + [128] = {.lex_state = 329}, + [129] = {.lex_state = 337}, + [130] = {.lex_state = 337}, + [131] = {.lex_state = 301}, + [132] = {.lex_state = 301}, + [133] = {.lex_state = 315}, + [134] = {.lex_state = 346}, [135] = {.lex_state = 301}, - [136] = {.lex_state = 356}, + [136] = {.lex_state = 301}, [137] = {.lex_state = 301}, - [138] = {.lex_state = 280}, - [139] = {.lex_state = 358}, - [140] = {.lex_state = 363}, - [141] = {.lex_state = 367}, - [142] = {.lex_state = 280}, - [143] = {.lex_state = 301}, - [144] = {.lex_state = 301}, - [145] = {.lex_state = 334}, - [146] = {.lex_state = 334}, - [147] = {.lex_state = 373}, - [148] = {.lex_state = 301}, - [149] = {.lex_state = 351}, - [150] = {.lex_state = 280}, - [151] = {.lex_state = 373}, - [152] = {.lex_state = 345}, - [153] = {.lex_state = 342}, + [138] = {.lex_state = 357}, + [139] = {.lex_state = 301}, + [140] = {.lex_state = 280}, + [141] = {.lex_state = 359}, + [142] = {.lex_state = 364}, + [143] = {.lex_state = 368}, + [144] = {.lex_state = 280}, + [145] = {.lex_state = 301}, + [146] = {.lex_state = 301}, + [147] = {.lex_state = 337}, + [148] = {.lex_state = 337}, + [149] = {.lex_state = 356}, + [150] = {.lex_state = 301}, + [151] = {.lex_state = 351}, + [152] = {.lex_state = 280}, + [153] = {.lex_state = 356}, [154] = {.lex_state = 345}, - [155] = {.lex_state = 345}, + [155] = {.lex_state = 312}, [156] = {.lex_state = 345}, [157] = {.lex_state = 345}, - [158] = {.lex_state = 296}, - [159] = {.lex_state = 301}, - [160] = {.lex_state = 303}, + [158] = {.lex_state = 345}, + [159] = {.lex_state = 345}, + [160] = {.lex_state = 296}, [161] = {.lex_state = 301}, - [162] = {.lex_state = 301}, - [163] = {.lex_state = 303}, - [164] = {.lex_state = 312}, - [165] = {.lex_state = 326}, - [166] = {.lex_state = 353}, - [167] = {.lex_state = 301}, + [162] = {.lex_state = 303}, + [163] = {.lex_state = 301}, + [164] = {.lex_state = 301}, + [165] = {.lex_state = 312}, + [166] = {.lex_state = 315}, + [167] = {.lex_state = 329}, [168] = {.lex_state = 353}, - [169] = {.lex_state = 345}, - [170] = {.lex_state = 301}, - [171] = {.lex_state = 312}, - [172] = {.lex_state = 326}, - [173] = {.lex_state = 280}, - [174] = {.lex_state = 345}, - [175] = {.lex_state = 301}, - [176] = {.lex_state = 301}, + [169] = {.lex_state = 301}, + [170] = {.lex_state = 353}, + [171] = {.lex_state = 303}, + [172] = {.lex_state = 345}, + [173] = {.lex_state = 301}, + [174] = {.lex_state = 315}, + [175] = {.lex_state = 329}, + [176] = {.lex_state = 280}, [177] = {.lex_state = 345}, - [178] = {.lex_state = 312}, - [179] = {.lex_state = 280}, - [180] = {.lex_state = 312}, - [181] = {.lex_state = 280}, - [182] = {.lex_state = 312}, - [183] = {.lex_state = 280}, - [184] = {.lex_state = 301}, - [185] = {.lex_state = 301}, - [186] = {.lex_state = 301}, - [187] = {.lex_state = 301}, - [188] = {.lex_state = 326}, + [178] = {.lex_state = 301}, + [179] = {.lex_state = 301}, + [180] = {.lex_state = 345}, + [181] = {.lex_state = 315}, + [182] = {.lex_state = 280}, + [183] = {.lex_state = 315}, + [184] = {.lex_state = 280}, + [185] = {.lex_state = 315}, + [186] = {.lex_state = 280}, + [187] = {.lex_state = 280}, + [188] = {.lex_state = 301}, [189] = {.lex_state = 301}, [190] = {.lex_state = 301}, [191] = {.lex_state = 301}, - [192] = {.lex_state = 301}, + [192] = {.lex_state = 329}, [193] = {.lex_state = 301}, [194] = {.lex_state = 301}, - [195] = {.lex_state = 280}, - [196] = {.lex_state = 363}, + [195] = {.lex_state = 301}, + [196] = {.lex_state = 301}, [197] = {.lex_state = 301}, [198] = {.lex_state = 301}, [199] = {.lex_state = 280}, - [200] = {.lex_state = 280}, - [201] = {.lex_state = 334}, - [202] = {.lex_state = 367}, - [203] = {.lex_state = 301}, - [204] = {.lex_state = 301}, - [205] = {.lex_state = 301}, - [206] = {.lex_state = 326}, + [200] = {.lex_state = 364}, + [201] = {.lex_state = 301}, + [202] = {.lex_state = 301}, + [203] = {.lex_state = 280}, + [204] = {.lex_state = 280}, + [205] = {.lex_state = 337}, + [206] = {.lex_state = 368}, [207] = {.lex_state = 301}, - [208] = {.lex_state = 367}, + [208] = {.lex_state = 301}, [209] = {.lex_state = 301}, - [210] = {.lex_state = 301}, + [210] = {.lex_state = 329}, [211] = {.lex_state = 301}, - [212] = {.lex_state = 301}, + [212] = {.lex_state = 368}, [213] = {.lex_state = 301}, - [214] = {.lex_state = 334}, - [215] = {.lex_state = 326}, - [216] = {.lex_state = 356}, + [214] = {.lex_state = 301}, + [215] = {.lex_state = 301}, + [216] = {.lex_state = 301}, [217] = {.lex_state = 301}, - [218] = {.lex_state = 363}, - [219] = {.lex_state = 301}, - [220] = {.lex_state = 301}, + [218] = {.lex_state = 337}, + [219] = {.lex_state = 329}, + [220] = {.lex_state = 357}, [221] = {.lex_state = 301}, - [222] = {.lex_state = 334}, + [222] = {.lex_state = 364}, [223] = {.lex_state = 301}, [224] = {.lex_state = 301}, [225] = {.lex_state = 301}, - [226] = {.lex_state = 301}, + [226] = {.lex_state = 337}, [227] = {.lex_state = 301}, [228] = {.lex_state = 301}, [229] = {.lex_state = 301}, [230] = {.lex_state = 301}, - [231] = {.lex_state = 296}, + [231] = {.lex_state = 301}, [232] = {.lex_state = 301}, - [233] = {.lex_state = 374}, - [234] = {.lex_state = 303}, - [235] = {.lex_state = 301}, + [233] = {.lex_state = 301}, + [234] = {.lex_state = 301}, + [235] = {.lex_state = 296}, [236] = {.lex_state = 301}, - [237] = {.lex_state = 303}, - [238] = {.lex_state = 358}, - [239] = {.lex_state = 312}, - [240] = {.lex_state = 358}, - [241] = {.lex_state = 280}, - [242] = {.lex_state = 367}, - [243] = {.lex_state = 0}, - [244] = {.lex_state = 0}, - [245] = {.lex_state = 367}, - [246] = {.lex_state = 301}, + [237] = {.lex_state = 374}, + [238] = {.lex_state = 303}, + [239] = {.lex_state = 301}, + [240] = {.lex_state = 301}, + [241] = {.lex_state = 312}, + [242] = {.lex_state = 359}, + [243] = {.lex_state = 315}, + [244] = {.lex_state = 359}, + [245] = {.lex_state = 280}, + [246] = {.lex_state = 368}, [247] = {.lex_state = 0}, - [248] = {.lex_state = 376}, - [249] = {.lex_state = 0}, - [250] = {.lex_state = 367}, + [248] = {.lex_state = 0}, + [249] = {.lex_state = 368}, + [250] = {.lex_state = 301}, [251] = {.lex_state = 0}, - [252] = {.lex_state = 0}, - [253] = {.lex_state = 301}, - [254] = {.lex_state = 367}, - [255] = {.lex_state = 367}, - [256] = {.lex_state = 367}, - [257] = {.lex_state = 367}, - [258] = {.lex_state = 301}, - [259] = {.lex_state = 334}, - [260] = {.lex_state = 334}, - [261] = {.lex_state = 358}, - [262] = {.lex_state = 358}, - [263] = {.lex_state = 358}, - [264] = {.lex_state = 301}, - [265] = {.lex_state = 301}, - [266] = {.lex_state = 0}, - [267] = {.lex_state = 358}, - [268] = {.lex_state = 374}, - [269] = {.lex_state = 367}, - [270] = {.lex_state = 301}, - [271] = {.lex_state = 388}, - [272] = {.lex_state = 390}, - [273] = {.lex_state = 301}, + [252] = {.lex_state = 376}, + [253] = {.lex_state = 0}, + [254] = {.lex_state = 368}, + [255] = {.lex_state = 0}, + [256] = {.lex_state = 0}, + [257] = {.lex_state = 301}, + [258] = {.lex_state = 368}, + [259] = {.lex_state = 368}, + [260] = {.lex_state = 368}, + [261] = {.lex_state = 368}, + [262] = {.lex_state = 301}, + [263] = {.lex_state = 337}, + [264] = {.lex_state = 337}, + [265] = {.lex_state = 359}, + [266] = {.lex_state = 359}, + [267] = {.lex_state = 359}, + [268] = {.lex_state = 301}, + [269] = {.lex_state = 301}, + [270] = {.lex_state = 0}, + [271] = {.lex_state = 359}, + [272] = {.lex_state = 374}, + [273] = {.lex_state = 368}, [274] = {.lex_state = 301}, - [275] = {.lex_state = 301}, - [276] = {.lex_state = 367}, - [277] = {.lex_state = 367}, - [278] = {.lex_state = 367}, - [279] = {.lex_state = 367}, - [280] = {.lex_state = 392}, - [281] = {.lex_state = 367}, - [282] = {.lex_state = 390}, - [283] = {.lex_state = 301}, - [284] = {.lex_state = 326}, - [285] = {.lex_state = 388}, - [286] = {.lex_state = 367}, + [275] = {.lex_state = 388}, + [276] = {.lex_state = 390}, + [277] = {.lex_state = 301}, + [278] = {.lex_state = 301}, + [279] = {.lex_state = 301}, + [280] = {.lex_state = 368}, + [281] = {.lex_state = 368}, + [282] = {.lex_state = 368}, + [283] = {.lex_state = 368}, + [284] = {.lex_state = 392}, + [285] = {.lex_state = 368}, + [286] = {.lex_state = 390}, [287] = {.lex_state = 301}, - [288] = {.lex_state = 301}, - [289] = {.lex_state = 301}, - [290] = {.lex_state = 280}, - [291] = {.lex_state = 280}, + [288] = {.lex_state = 329}, + [289] = {.lex_state = 388}, + [290] = {.lex_state = 368}, + [291] = {.lex_state = 301}, [292] = {.lex_state = 301}, - [293] = {.lex_state = 351}, - [294] = {.lex_state = 301}, + [293] = {.lex_state = 301}, + [294] = {.lex_state = 280}, [295] = {.lex_state = 280}, - [296] = {.lex_state = 303}, - [297] = {.lex_state = 345}, - [298] = {.lex_state = 351}, - [299] = {.lex_state = 345}, - [300] = {.lex_state = 312}, + [296] = {.lex_state = 301}, + [297] = {.lex_state = 351}, + [298] = {.lex_state = 301}, + [299] = {.lex_state = 280}, + [300] = {.lex_state = 303}, [301] = {.lex_state = 345}, - [302] = {.lex_state = 345}, - [303] = {.lex_state = 312}, - [304] = {.lex_state = 345}, + [302] = {.lex_state = 351}, + [303] = {.lex_state = 345}, + [304] = {.lex_state = 315}, [305] = {.lex_state = 345}, - [306] = {.lex_state = 312}, - [307] = {.lex_state = 345}, - [308] = {.lex_state = 312}, + [306] = {.lex_state = 345}, + [307] = {.lex_state = 315}, + [308] = {.lex_state = 345}, [309] = {.lex_state = 345}, - [310] = {.lex_state = 353}, - [311] = {.lex_state = 342}, - [312] = {.lex_state = 345}, + [310] = {.lex_state = 315}, + [311] = {.lex_state = 345}, + [312] = {.lex_state = 315}, [313] = {.lex_state = 345}, - [314] = {.lex_state = 345}, - [315] = {.lex_state = 353}, - [316] = {.lex_state = 301}, - [317] = {.lex_state = 312}, - [318] = {.lex_state = 326}, - [319] = {.lex_state = 353}, - [320] = {.lex_state = 301}, + [314] = {.lex_state = 353}, + [315] = {.lex_state = 312}, + [316] = {.lex_state = 345}, + [317] = {.lex_state = 345}, + [318] = {.lex_state = 345}, + [319] = {.lex_state = 303}, + [320] = {.lex_state = 353}, [321] = {.lex_state = 301}, - [322] = {.lex_state = 353}, - [323] = {.lex_state = 301}, - [324] = {.lex_state = 301}, - [325] = {.lex_state = 280}, - [326] = {.lex_state = 345}, - [327] = {.lex_state = 301}, - [328] = {.lex_state = 345}, - [329] = {.lex_state = 358}, - [330] = {.lex_state = 345}, - [331] = {.lex_state = 301}, - [332] = {.lex_state = 280}, - [333] = {.lex_state = 280}, - [334] = {.lex_state = 280}, - [335] = {.lex_state = 301}, - [336] = {.lex_state = 301}, + [322] = {.lex_state = 315}, + [323] = {.lex_state = 329}, + [324] = {.lex_state = 353}, + [325] = {.lex_state = 301}, + [326] = {.lex_state = 301}, + [327] = {.lex_state = 353}, + [328] = {.lex_state = 356}, + [329] = {.lex_state = 301}, + [330] = {.lex_state = 301}, + [331] = {.lex_state = 280}, + [332] = {.lex_state = 345}, + [333] = {.lex_state = 301}, + [334] = {.lex_state = 345}, + [335] = {.lex_state = 359}, + [336] = {.lex_state = 345}, [337] = {.lex_state = 301}, - [338] = {.lex_state = 301}, - [339] = {.lex_state = 301}, - [340] = {.lex_state = 301}, + [338] = {.lex_state = 280}, + [339] = {.lex_state = 280}, + [340] = {.lex_state = 280}, [341] = {.lex_state = 301}, - [342] = {.lex_state = 367}, + [342] = {.lex_state = 301}, [343] = {.lex_state = 301}, - [344] = {.lex_state = 280}, - [345] = {.lex_state = 280}, - [346] = {.lex_state = 374}, - [347] = {.lex_state = 367}, - [348] = {.lex_state = 367}, - [349] = {.lex_state = 367}, - [350] = {.lex_state = 367}, - [351] = {.lex_state = 367}, - [352] = {.lex_state = 301}, - [353] = {.lex_state = 334}, - [354] = {.lex_state = 301}, - [355] = {.lex_state = 301}, - [356] = {.lex_state = 301}, - [357] = {.lex_state = 301}, + [344] = {.lex_state = 301}, + [345] = {.lex_state = 301}, + [346] = {.lex_state = 301}, + [347] = {.lex_state = 301}, + [348] = {.lex_state = 368}, + [349] = {.lex_state = 301}, + [350] = {.lex_state = 280}, + [351] = {.lex_state = 280}, + [352] = {.lex_state = 374}, + [353] = {.lex_state = 368}, + [354] = {.lex_state = 368}, + [355] = {.lex_state = 368}, + [356] = {.lex_state = 368}, + [357] = {.lex_state = 368}, [358] = {.lex_state = 301}, - [359] = {.lex_state = 374}, - [360] = {.lex_state = 367}, - [361] = {.lex_state = 367}, - [362] = {.lex_state = 367}, - [363] = {.lex_state = 367}, - [364] = {.lex_state = 367}, - [365] = {.lex_state = 301}, - [366] = {.lex_state = 301}, - [367] = {.lex_state = 326}, - [368] = {.lex_state = 363}, - [369] = {.lex_state = 367}, - [370] = {.lex_state = 301}, + [359] = {.lex_state = 337}, + [360] = {.lex_state = 301}, + [361] = {.lex_state = 301}, + [362] = {.lex_state = 301}, + [363] = {.lex_state = 301}, + [364] = {.lex_state = 301}, + [365] = {.lex_state = 374}, + [366] = {.lex_state = 368}, + [367] = {.lex_state = 368}, + [368] = {.lex_state = 368}, + [369] = {.lex_state = 368}, + [370] = {.lex_state = 368}, [371] = {.lex_state = 301}, [372] = {.lex_state = 301}, - [373] = {.lex_state = 301}, - [374] = {.lex_state = 301}, - [375] = {.lex_state = 367}, + [373] = {.lex_state = 329}, + [374] = {.lex_state = 364}, + [375] = {.lex_state = 368}, [376] = {.lex_state = 301}, - [377] = {.lex_state = 363}, + [377] = {.lex_state = 301}, [378] = {.lex_state = 301}, [379] = {.lex_state = 301}, - [380] = {.lex_state = 356}, - [381] = {.lex_state = 301}, + [380] = {.lex_state = 301}, + [381] = {.lex_state = 368}, [382] = {.lex_state = 301}, - [383] = {.lex_state = 356}, + [383] = {.lex_state = 364}, [384] = {.lex_state = 301}, [385] = {.lex_state = 301}, - [386] = {.lex_state = 301}, - [387] = {.lex_state = 358}, - [388] = {.lex_state = 342}, - [389] = {.lex_state = 374}, - [390] = {.lex_state = 367}, - [391] = {.lex_state = 367}, - [392] = {.lex_state = 367}, - [393] = {.lex_state = 367}, - [394] = {.lex_state = 367}, - [395] = {.lex_state = 301}, - [396] = {.lex_state = 301}, - [397] = {.lex_state = 301}, - [398] = {.lex_state = 301}, - [399] = {.lex_state = 393}, - [400] = {.lex_state = 393}, - [401] = {.lex_state = 393}, - [402] = {.lex_state = 358}, + [386] = {.lex_state = 357}, + [387] = {.lex_state = 301}, + [388] = {.lex_state = 301}, + [389] = {.lex_state = 357}, + [390] = {.lex_state = 301}, + [391] = {.lex_state = 301}, + [392] = {.lex_state = 301}, + [393] = {.lex_state = 359}, + [394] = {.lex_state = 312}, + [395] = {.lex_state = 374}, + [396] = {.lex_state = 368}, + [397] = {.lex_state = 368}, + [398] = {.lex_state = 368}, + [399] = {.lex_state = 368}, + [400] = {.lex_state = 368}, + [401] = {.lex_state = 301}, + [402] = {.lex_state = 301}, [403] = {.lex_state = 301}, - [404] = {.lex_state = 312}, - [405] = {.lex_state = 358}, - [406] = {.lex_state = 358}, - [407] = {.lex_state = 301}, - [408] = {.lex_state = 367}, - [409] = {.lex_state = 367}, - [410] = {.lex_state = 374}, - [411] = {.lex_state = 367}, - [412] = {.lex_state = 367}, - [413] = {.lex_state = 367}, - [414] = {.lex_state = 367}, - [415] = {.lex_state = 367}, - [416] = {.lex_state = 301}, - [417] = {.lex_state = 358}, - [418] = {.lex_state = 367}, - [419] = {.lex_state = 0}, - [420] = {.lex_state = 0}, - [421] = {.lex_state = 367}, - [422] = {.lex_state = 301}, - [423] = {.lex_state = 0}, - [424] = {.lex_state = 0}, - [425] = {.lex_state = 301}, + [404] = {.lex_state = 301}, + [405] = {.lex_state = 393}, + [406] = {.lex_state = 393}, + [407] = {.lex_state = 393}, + [408] = {.lex_state = 303}, + [409] = {.lex_state = 359}, + [410] = {.lex_state = 301}, + [411] = {.lex_state = 315}, + [412] = {.lex_state = 359}, + [413] = {.lex_state = 359}, + [414] = {.lex_state = 301}, + [415] = {.lex_state = 368}, + [416] = {.lex_state = 368}, + [417] = {.lex_state = 374}, + [418] = {.lex_state = 368}, + [419] = {.lex_state = 368}, + [420] = {.lex_state = 368}, + [421] = {.lex_state = 368}, + [422] = {.lex_state = 368}, + [423] = {.lex_state = 301}, + [424] = {.lex_state = 359}, + [425] = {.lex_state = 368}, [426] = {.lex_state = 0}, - [427] = {.lex_state = 363}, - [428] = {.lex_state = 358}, + [427] = {.lex_state = 0}, + [428] = {.lex_state = 368}, [429] = {.lex_state = 301}, - [430] = {.lex_state = 358}, - [431] = {.lex_state = 358}, - [432] = {.lex_state = 0}, - [433] = {.lex_state = 301}, - [434] = {.lex_state = 301}, - [435] = {.lex_state = 301}, - [436] = {.lex_state = 374}, - [437] = {.lex_state = 301}, - [438] = {.lex_state = 334}, - [439] = {.lex_state = 334}, - [440] = {.lex_state = 376}, - [441] = {.lex_state = 358}, + [430] = {.lex_state = 0}, + [431] = {.lex_state = 0}, + [432] = {.lex_state = 301}, + [433] = {.lex_state = 0}, + [434] = {.lex_state = 364}, + [435] = {.lex_state = 359}, + [436] = {.lex_state = 301}, + [437] = {.lex_state = 359}, + [438] = {.lex_state = 359}, + [439] = {.lex_state = 0}, + [440] = {.lex_state = 301}, + [441] = {.lex_state = 301}, [442] = {.lex_state = 301}, - [443] = {.lex_state = 301}, - [444] = {.lex_state = 367}, - [445] = {.lex_state = 367}, - [446] = {.lex_state = 358}, - [447] = {.lex_state = 367}, - [448] = {.lex_state = 367}, - [449] = {.lex_state = 367}, - [450] = {.lex_state = 367}, - [451] = {.lex_state = 367}, - [452] = {.lex_state = 367}, - [453] = {.lex_state = 367}, - [454] = {.lex_state = 367}, - [455] = {.lex_state = 367}, - [456] = {.lex_state = 367}, - [457] = {.lex_state = 367}, - [458] = {.lex_state = 367}, - [459] = {.lex_state = 367}, - [460] = {.lex_state = 301}, - [461] = {.lex_state = 301}, - [462] = {.lex_state = 301}, - [463] = {.lex_state = 280}, - [464] = {.lex_state = 358}, - [465] = {.lex_state = 358}, - [466] = {.lex_state = 358}, + [443] = {.lex_state = 374}, + [444] = {.lex_state = 301}, + [445] = {.lex_state = 337}, + [446] = {.lex_state = 337}, + [447] = {.lex_state = 376}, + [448] = {.lex_state = 359}, + [449] = {.lex_state = 301}, + [450] = {.lex_state = 301}, + [451] = {.lex_state = 368}, + [452] = {.lex_state = 368}, + [453] = {.lex_state = 359}, + [454] = {.lex_state = 368}, + [455] = {.lex_state = 368}, + [456] = {.lex_state = 368}, + [457] = {.lex_state = 368}, + [458] = {.lex_state = 368}, + [459] = {.lex_state = 368}, + [460] = {.lex_state = 368}, + [461] = {.lex_state = 368}, + [462] = {.lex_state = 368}, + [463] = {.lex_state = 368}, + [464] = {.lex_state = 368}, + [465] = {.lex_state = 368}, + [466] = {.lex_state = 368}, [467] = {.lex_state = 301}, [468] = {.lex_state = 301}, - [469] = {.lex_state = 390}, - [470] = {.lex_state = 390}, - [471] = {.lex_state = 326}, - [472] = {.lex_state = 390}, - [473] = {.lex_state = 390}, - [474] = {.lex_state = 390}, - [475] = {.lex_state = 390}, - [476] = {.lex_state = 374}, - [477] = {.lex_state = 301}, - [478] = {.lex_state = 312}, - [479] = {.lex_state = 301}, - [480] = {.lex_state = 301}, + [469] = {.lex_state = 301}, + [470] = {.lex_state = 280}, + [471] = {.lex_state = 359}, + [472] = {.lex_state = 359}, + [473] = {.lex_state = 359}, + [474] = {.lex_state = 301}, + [475] = {.lex_state = 301}, + [476] = {.lex_state = 390}, + [477] = {.lex_state = 390}, + [478] = {.lex_state = 329}, + [479] = {.lex_state = 390}, + [480] = {.lex_state = 390}, [481] = {.lex_state = 390}, [482] = {.lex_state = 390}, - [483] = {.lex_state = 390}, - [484] = {.lex_state = 390}, - [485] = {.lex_state = 367}, - [486] = {.lex_state = 367}, - [487] = {.lex_state = 367}, - [488] = {.lex_state = 367}, - [489] = {.lex_state = 367}, - [490] = {.lex_state = 367}, - [491] = {.lex_state = 367}, - [492] = {.lex_state = 367}, - [493] = {.lex_state = 367}, - [494] = {.lex_state = 367}, - [495] = {.lex_state = 367}, - [496] = {.lex_state = 367}, - [497] = {.lex_state = 390}, - [498] = {.lex_state = 390}, - [499] = {.lex_state = 388}, - [500] = {.lex_state = 390}, - [501] = {.lex_state = 390}, - [502] = {.lex_state = 301}, - [503] = {.lex_state = 367}, - [504] = {.lex_state = 301}, - [505] = {.lex_state = 301}, - [506] = {.lex_state = 301}, - [507] = {.lex_state = 301}, - [508] = {.lex_state = 301}, + [483] = {.lex_state = 374}, + [484] = {.lex_state = 301}, + [485] = {.lex_state = 315}, + [486] = {.lex_state = 301}, + [487] = {.lex_state = 301}, + [488] = {.lex_state = 390}, + [489] = {.lex_state = 390}, + [490] = {.lex_state = 390}, + [491] = {.lex_state = 390}, + [492] = {.lex_state = 368}, + [493] = {.lex_state = 368}, + [494] = {.lex_state = 368}, + [495] = {.lex_state = 368}, + [496] = {.lex_state = 368}, + [497] = {.lex_state = 368}, + [498] = {.lex_state = 368}, + [499] = {.lex_state = 368}, + [500] = {.lex_state = 368}, + [501] = {.lex_state = 368}, + [502] = {.lex_state = 368}, + [503] = {.lex_state = 368}, + [504] = {.lex_state = 390}, + [505] = {.lex_state = 390}, + [506] = {.lex_state = 388}, + [507] = {.lex_state = 390}, + [508] = {.lex_state = 390}, [509] = {.lex_state = 301}, - [510] = {.lex_state = 301}, + [510] = {.lex_state = 368}, [511] = {.lex_state = 301}, [512] = {.lex_state = 301}, [513] = {.lex_state = 301}, - [514] = {.lex_state = 351}, - [515] = {.lex_state = 373}, - [516] = {.lex_state = 345}, - [517] = {.lex_state = 373}, - [518] = {.lex_state = 345}, - [519] = {.lex_state = 312}, - [520] = {.lex_state = 345}, - [521] = {.lex_state = 312}, - [522] = {.lex_state = 345}, - [523] = {.lex_state = 312}, - [524] = {.lex_state = 312}, - [525] = {.lex_state = 303}, - [526] = {.lex_state = 353}, - [527] = {.lex_state = 351}, - [528] = {.lex_state = 353}, - [529] = {.lex_state = 312}, - [530] = {.lex_state = 345}, - [531] = {.lex_state = 353}, - [532] = {.lex_state = 312}, - [533] = {.lex_state = 345}, - [534] = {.lex_state = 353}, - [535] = {.lex_state = 312}, - [536] = {.lex_state = 345}, - [537] = {.lex_state = 301}, - [538] = {.lex_state = 301}, - [539] = {.lex_state = 280}, - [540] = {.lex_state = 353}, - [541] = {.lex_state = 301}, - [542] = {.lex_state = 353}, - [543] = {.lex_state = 358}, - [544] = {.lex_state = 353}, + [514] = {.lex_state = 301}, + [515] = {.lex_state = 301}, + [516] = {.lex_state = 301}, + [517] = {.lex_state = 301}, + [518] = {.lex_state = 301}, + [519] = {.lex_state = 301}, + [520] = {.lex_state = 301}, + [521] = {.lex_state = 351}, + [522] = {.lex_state = 356}, + [523] = {.lex_state = 345}, + [524] = {.lex_state = 356}, + [525] = {.lex_state = 345}, + [526] = {.lex_state = 315}, + [527] = {.lex_state = 345}, + [528] = {.lex_state = 315}, + [529] = {.lex_state = 345}, + [530] = {.lex_state = 315}, + [531] = {.lex_state = 315}, + [532] = {.lex_state = 303}, + [533] = {.lex_state = 353}, + [534] = {.lex_state = 351}, + [535] = {.lex_state = 353}, + [536] = {.lex_state = 315}, + [537] = {.lex_state = 345}, + [538] = {.lex_state = 353}, + [539] = {.lex_state = 315}, + [540] = {.lex_state = 345}, + [541] = {.lex_state = 353}, + [542] = {.lex_state = 315}, + [543] = {.lex_state = 345}, + [544] = {.lex_state = 356}, [545] = {.lex_state = 301}, - [546] = {.lex_state = 345}, - [547] = {.lex_state = 301}, - [548] = {.lex_state = 345}, - [549] = {.lex_state = 280}, - [550] = {.lex_state = 345}, - [551] = {.lex_state = 358}, - [552] = {.lex_state = 345}, + [546] = {.lex_state = 301}, + [547] = {.lex_state = 280}, + [548] = {.lex_state = 353}, + [549] = {.lex_state = 301}, + [550] = {.lex_state = 353}, + [551] = {.lex_state = 359}, + [552] = {.lex_state = 353}, [553] = {.lex_state = 301}, - [554] = {.lex_state = 301}, - [555] = {.lex_state = 301}, + [554] = {.lex_state = 345}, + [555] = {.lex_state = 345}, [556] = {.lex_state = 301}, - [557] = {.lex_state = 301}, - [558] = {.lex_state = 374}, - [559] = {.lex_state = 301}, - [560] = {.lex_state = 367}, - [561] = {.lex_state = 367}, - [562] = {.lex_state = 367}, - [563] = {.lex_state = 367}, - [564] = {.lex_state = 367}, - [565] = {.lex_state = 367}, - [566] = {.lex_state = 367}, - [567] = {.lex_state = 367}, - [568] = {.lex_state = 367}, - [569] = {.lex_state = 367}, - [570] = {.lex_state = 367}, - [571] = {.lex_state = 367}, - [572] = {.lex_state = 334}, - [573] = {.lex_state = 301}, - [574] = {.lex_state = 301}, - [575] = {.lex_state = 301}, - [576] = {.lex_state = 374}, - [577] = {.lex_state = 301}, - [578] = {.lex_state = 326}, - [579] = {.lex_state = 367}, - [580] = {.lex_state = 367}, - [581] = {.lex_state = 367}, - [582] = {.lex_state = 367}, - [583] = {.lex_state = 367}, - [584] = {.lex_state = 367}, - [585] = {.lex_state = 367}, - [586] = {.lex_state = 367}, - [587] = {.lex_state = 367}, - [588] = {.lex_state = 367}, - [589] = {.lex_state = 367}, - [590] = {.lex_state = 367}, - [591] = {.lex_state = 301}, - [592] = {.lex_state = 301}, - [593] = {.lex_state = 367}, - [594] = {.lex_state = 301}, - [595] = {.lex_state = 301}, - [596] = {.lex_state = 301}, - [597] = {.lex_state = 367}, - [598] = {.lex_state = 301}, - [599] = {.lex_state = 301}, + [557] = {.lex_state = 345}, + [558] = {.lex_state = 280}, + [559] = {.lex_state = 345}, + [560] = {.lex_state = 359}, + [561] = {.lex_state = 345}, + [562] = {.lex_state = 301}, + [563] = {.lex_state = 301}, + [564] = {.lex_state = 301}, + [565] = {.lex_state = 301}, + [566] = {.lex_state = 301}, + [567] = {.lex_state = 374}, + [568] = {.lex_state = 301}, + [569] = {.lex_state = 368}, + [570] = {.lex_state = 368}, + [571] = {.lex_state = 368}, + [572] = {.lex_state = 368}, + [573] = {.lex_state = 368}, + [574] = {.lex_state = 368}, + [575] = {.lex_state = 368}, + [576] = {.lex_state = 368}, + [577] = {.lex_state = 368}, + [578] = {.lex_state = 368}, + [579] = {.lex_state = 368}, + [580] = {.lex_state = 368}, + [581] = {.lex_state = 337}, + [582] = {.lex_state = 301}, + [583] = {.lex_state = 301}, + [584] = {.lex_state = 301}, + [585] = {.lex_state = 374}, + [586] = {.lex_state = 301}, + [587] = {.lex_state = 329}, + [588] = {.lex_state = 368}, + [589] = {.lex_state = 368}, + [590] = {.lex_state = 368}, + [591] = {.lex_state = 368}, + [592] = {.lex_state = 368}, + [593] = {.lex_state = 368}, + [594] = {.lex_state = 368}, + [595] = {.lex_state = 368}, + [596] = {.lex_state = 368}, + [597] = {.lex_state = 368}, + [598] = {.lex_state = 368}, + [599] = {.lex_state = 368}, [600] = {.lex_state = 301}, - [601] = {.lex_state = 367}, - [602] = {.lex_state = 301}, - [603] = {.lex_state = 356}, + [601] = {.lex_state = 301}, + [602] = {.lex_state = 368}, + [603] = {.lex_state = 301}, [604] = {.lex_state = 301}, [605] = {.lex_state = 301}, - [606] = {.lex_state = 334}, - [607] = {.lex_state = 303}, - [608] = {.lex_state = 358}, - [609] = {.lex_state = 351}, - [610] = {.lex_state = 301}, - [611] = {.lex_state = 374}, - [612] = {.lex_state = 301}, - [613] = {.lex_state = 367}, + [606] = {.lex_state = 368}, + [607] = {.lex_state = 301}, + [608] = {.lex_state = 301}, + [609] = {.lex_state = 301}, + [610] = {.lex_state = 368}, + [611] = {.lex_state = 301}, + [612] = {.lex_state = 357}, + [613] = {.lex_state = 301}, [614] = {.lex_state = 301}, - [615] = {.lex_state = 367}, - [616] = {.lex_state = 367}, - [617] = {.lex_state = 367}, - [618] = {.lex_state = 367}, - [619] = {.lex_state = 367}, - [620] = {.lex_state = 367}, - [621] = {.lex_state = 367}, - [622] = {.lex_state = 367}, - [623] = {.lex_state = 367}, - [624] = {.lex_state = 367}, - [625] = {.lex_state = 367}, - [626] = {.lex_state = 367}, - [627] = {.lex_state = 367}, - [628] = {.lex_state = 296}, - [629] = {.lex_state = 301}, - [630] = {.lex_state = 303}, - [631] = {.lex_state = 358}, - [632] = {.lex_state = 301}, - [633] = {.lex_state = 301}, - [634] = {.lex_state = 303}, - [635] = {.lex_state = 394}, - [636] = {.lex_state = 303}, - [637] = {.lex_state = 393}, - [638] = {.lex_state = 312}, - [639] = {.lex_state = 358}, - [640] = {.lex_state = 0}, - [641] = {.lex_state = 0}, - [642] = {.lex_state = 367}, - [643] = {.lex_state = 301}, - [644] = {.lex_state = 0}, - [645] = {.lex_state = 376}, - [646] = {.lex_state = 0}, - [647] = {.lex_state = 367}, - [648] = {.lex_state = 0}, + [615] = {.lex_state = 337}, + [616] = {.lex_state = 303}, + [617] = {.lex_state = 359}, + [618] = {.lex_state = 351}, + [619] = {.lex_state = 301}, + [620] = {.lex_state = 374}, + [621] = {.lex_state = 301}, + [622] = {.lex_state = 368}, + [623] = {.lex_state = 301}, + [624] = {.lex_state = 368}, + [625] = {.lex_state = 368}, + [626] = {.lex_state = 368}, + [627] = {.lex_state = 368}, + [628] = {.lex_state = 368}, + [629] = {.lex_state = 368}, + [630] = {.lex_state = 368}, + [631] = {.lex_state = 368}, + [632] = {.lex_state = 368}, + [633] = {.lex_state = 368}, + [634] = {.lex_state = 368}, + [635] = {.lex_state = 368}, + [636] = {.lex_state = 368}, + [637] = {.lex_state = 296}, + [638] = {.lex_state = 301}, + [639] = {.lex_state = 303}, + [640] = {.lex_state = 359}, + [641] = {.lex_state = 301}, + [642] = {.lex_state = 301}, + [643] = {.lex_state = 303}, + [644] = {.lex_state = 394}, + [645] = {.lex_state = 312}, + [646] = {.lex_state = 393}, + [647] = {.lex_state = 315}, + [648] = {.lex_state = 359}, [649] = {.lex_state = 0}, - [650] = {.lex_state = 301}, - [651] = {.lex_state = 334}, - [652] = {.lex_state = 393}, - [653] = {.lex_state = 393}, - [654] = {.lex_state = 393}, - [655] = {.lex_state = 312}, - [656] = {.lex_state = 312}, - [657] = {.lex_state = 301}, - [658] = {.lex_state = 301}, - [659] = {.lex_state = 0}, - [660] = {.lex_state = 393}, - [661] = {.lex_state = 358}, - [662] = {.lex_state = 312}, - [663] = {.lex_state = 312}, - [664] = {.lex_state = 393}, - [665] = {.lex_state = 358}, - [666] = {.lex_state = 312}, - [667] = {.lex_state = 312}, - [668] = {.lex_state = 393}, - [669] = {.lex_state = 301}, - [670] = {.lex_state = 301}, - [671] = {.lex_state = 358}, - [672] = {.lex_state = 374}, - [673] = {.lex_state = 367}, - [674] = {.lex_state = 367}, - [675] = {.lex_state = 367}, - [676] = {.lex_state = 367}, - [677] = {.lex_state = 367}, - [678] = {.lex_state = 301}, + [650] = {.lex_state = 0}, + [651] = {.lex_state = 368}, + [652] = {.lex_state = 301}, + [653] = {.lex_state = 0}, + [654] = {.lex_state = 376}, + [655] = {.lex_state = 0}, + [656] = {.lex_state = 368}, + [657] = {.lex_state = 0}, + [658] = {.lex_state = 0}, + [659] = {.lex_state = 301}, + [660] = {.lex_state = 337}, + [661] = {.lex_state = 393}, + [662] = {.lex_state = 393}, + [663] = {.lex_state = 393}, + [664] = {.lex_state = 315}, + [665] = {.lex_state = 315}, + [666] = {.lex_state = 301}, + [667] = {.lex_state = 301}, + [668] = {.lex_state = 0}, + [669] = {.lex_state = 393}, + [670] = {.lex_state = 359}, + [671] = {.lex_state = 315}, + [672] = {.lex_state = 315}, + [673] = {.lex_state = 393}, + [674] = {.lex_state = 359}, + [675] = {.lex_state = 315}, + [676] = {.lex_state = 315}, + [677] = {.lex_state = 393}, + [678] = {.lex_state = 356}, [679] = {.lex_state = 301}, [680] = {.lex_state = 301}, - [681] = {.lex_state = 374}, - [682] = {.lex_state = 301}, - [683] = {.lex_state = 367}, - [684] = {.lex_state = 367}, - [685] = {.lex_state = 358}, - [686] = {.lex_state = 367}, - [687] = {.lex_state = 367}, - [688] = {.lex_state = 367}, - [689] = {.lex_state = 367}, - [690] = {.lex_state = 367}, - [691] = {.lex_state = 367}, - [692] = {.lex_state = 367}, - [693] = {.lex_state = 367}, - [694] = {.lex_state = 367}, - [695] = {.lex_state = 367}, - [696] = {.lex_state = 334}, - [697] = {.lex_state = 358}, - [698] = {.lex_state = 301}, - [699] = {.lex_state = 301}, - [700] = {.lex_state = 367}, - [701] = {.lex_state = 367}, - [702] = {.lex_state = 301}, - [703] = {.lex_state = 358}, - [704] = {.lex_state = 367}, - [705] = {.lex_state = 363}, - [706] = {.lex_state = 376}, - [707] = {.lex_state = 0}, - [708] = {.lex_state = 367}, - [709] = {.lex_state = 334}, - [710] = {.lex_state = 301}, - [711] = {.lex_state = 301}, - [712] = {.lex_state = 358}, - [713] = {.lex_state = 358}, - [714] = {.lex_state = 301}, - [715] = {.lex_state = 334}, - [716] = {.lex_state = 301}, - [717] = {.lex_state = 358}, - [718] = {.lex_state = 358}, - [719] = {.lex_state = 301}, + [681] = {.lex_state = 359}, + [682] = {.lex_state = 374}, + [683] = {.lex_state = 368}, + [684] = {.lex_state = 368}, + [685] = {.lex_state = 368}, + [686] = {.lex_state = 368}, + [687] = {.lex_state = 368}, + [688] = {.lex_state = 301}, + [689] = {.lex_state = 301}, + [690] = {.lex_state = 301}, + [691] = {.lex_state = 374}, + [692] = {.lex_state = 301}, + [693] = {.lex_state = 368}, + [694] = {.lex_state = 368}, + [695] = {.lex_state = 359}, + [696] = {.lex_state = 368}, + [697] = {.lex_state = 368}, + [698] = {.lex_state = 368}, + [699] = {.lex_state = 368}, + [700] = {.lex_state = 368}, + [701] = {.lex_state = 368}, + [702] = {.lex_state = 368}, + [703] = {.lex_state = 368}, + [704] = {.lex_state = 368}, + [705] = {.lex_state = 368}, + [706] = {.lex_state = 337}, + [707] = {.lex_state = 359}, + [708] = {.lex_state = 301}, + [709] = {.lex_state = 301}, + [710] = {.lex_state = 368}, + [711] = {.lex_state = 368}, + [712] = {.lex_state = 301}, + [713] = {.lex_state = 359}, + [714] = {.lex_state = 368}, + [715] = {.lex_state = 364}, + [716] = {.lex_state = 376}, + [717] = {.lex_state = 0}, + [718] = {.lex_state = 368}, + [719] = {.lex_state = 337}, [720] = {.lex_state = 301}, [721] = {.lex_state = 301}, - [722] = {.lex_state = 301}, - [723] = {.lex_state = 301}, + [722] = {.lex_state = 359}, + [723] = {.lex_state = 359}, [724] = {.lex_state = 301}, - [725] = {.lex_state = 301}, + [725] = {.lex_state = 337}, [726] = {.lex_state = 301}, - [727] = {.lex_state = 301}, - [728] = {.lex_state = 301}, + [727] = {.lex_state = 359}, + [728] = {.lex_state = 359}, [729] = {.lex_state = 301}, [730] = {.lex_state = 301}, [731] = {.lex_state = 301}, @@ -7203,78 +7203,78 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [735] = {.lex_state = 301}, [736] = {.lex_state = 301}, [737] = {.lex_state = 301}, - [738] = {.lex_state = 367}, - [739] = {.lex_state = 280}, - [740] = {.lex_state = 390}, + [738] = {.lex_state = 301}, + [739] = {.lex_state = 301}, + [740] = {.lex_state = 301}, [741] = {.lex_state = 301}, - [742] = {.lex_state = 390}, - [743] = {.lex_state = 390}, - [744] = {.lex_state = 326}, - [745] = {.lex_state = 390}, - [746] = {.lex_state = 390}, + [742] = {.lex_state = 301}, + [743] = {.lex_state = 301}, + [744] = {.lex_state = 301}, + [745] = {.lex_state = 301}, + [746] = {.lex_state = 301}, [747] = {.lex_state = 301}, - [748] = {.lex_state = 301}, - [749] = {.lex_state = 301}, + [748] = {.lex_state = 368}, + [749] = {.lex_state = 280}, [750] = {.lex_state = 390}, [751] = {.lex_state = 301}, - [752] = {.lex_state = 301}, - [753] = {.lex_state = 301}, - [754] = {.lex_state = 301}, - [755] = {.lex_state = 301}, - [756] = {.lex_state = 301}, + [752] = {.lex_state = 390}, + [753] = {.lex_state = 390}, + [754] = {.lex_state = 329}, + [755] = {.lex_state = 390}, + [756] = {.lex_state = 390}, [757] = {.lex_state = 301}, [758] = {.lex_state = 301}, [759] = {.lex_state = 301}, - [760] = {.lex_state = 301}, + [760] = {.lex_state = 390}, [761] = {.lex_state = 301}, - [762] = {.lex_state = 390}, + [762] = {.lex_state = 301}, [763] = {.lex_state = 301}, [764] = {.lex_state = 301}, - [765] = {.lex_state = 367}, + [765] = {.lex_state = 301}, [766] = {.lex_state = 301}, - [767] = {.lex_state = 367}, + [767] = {.lex_state = 301}, [768] = {.lex_state = 301}, [769] = {.lex_state = 301}, - [770] = {.lex_state = 345}, - [771] = {.lex_state = 345}, - [772] = {.lex_state = 345}, - [773] = {.lex_state = 345}, - [774] = {.lex_state = 345}, - [775] = {.lex_state = 373}, - [776] = {.lex_state = 353}, - [777] = {.lex_state = 373}, - [778] = {.lex_state = 353}, - [779] = {.lex_state = 312}, - [780] = {.lex_state = 353}, - [781] = {.lex_state = 312}, - [782] = {.lex_state = 353}, - [783] = {.lex_state = 312}, - [784] = {.lex_state = 353}, - [785] = {.lex_state = 301}, + [770] = {.lex_state = 301}, + [771] = {.lex_state = 301}, + [772] = {.lex_state = 390}, + [773] = {.lex_state = 301}, + [774] = {.lex_state = 301}, + [775] = {.lex_state = 368}, + [776] = {.lex_state = 301}, + [777] = {.lex_state = 368}, + [778] = {.lex_state = 301}, + [779] = {.lex_state = 301}, + [780] = {.lex_state = 345}, + [781] = {.lex_state = 345}, + [782] = {.lex_state = 345}, + [783] = {.lex_state = 345}, + [784] = {.lex_state = 345}, + [785] = {.lex_state = 356}, [786] = {.lex_state = 353}, - [787] = {.lex_state = 280}, + [787] = {.lex_state = 356}, [788] = {.lex_state = 353}, - [789] = {.lex_state = 358}, + [789] = {.lex_state = 315}, [790] = {.lex_state = 353}, - [791] = {.lex_state = 345}, - [792] = {.lex_state = 345}, - [793] = {.lex_state = 345}, - [794] = {.lex_state = 301}, - [795] = {.lex_state = 301}, - [796] = {.lex_state = 367}, - [797] = {.lex_state = 301}, - [798] = {.lex_state = 301}, - [799] = {.lex_state = 301}, - [800] = {.lex_state = 301}, - [801] = {.lex_state = 301}, - [802] = {.lex_state = 301}, - [803] = {.lex_state = 301}, - [804] = {.lex_state = 301}, + [791] = {.lex_state = 315}, + [792] = {.lex_state = 353}, + [793] = {.lex_state = 315}, + [794] = {.lex_state = 353}, + [795] = {.lex_state = 353}, + [796] = {.lex_state = 301}, + [797] = {.lex_state = 353}, + [798] = {.lex_state = 280}, + [799] = {.lex_state = 353}, + [800] = {.lex_state = 359}, + [801] = {.lex_state = 353}, + [802] = {.lex_state = 345}, + [803] = {.lex_state = 345}, + [804] = {.lex_state = 345}, [805] = {.lex_state = 301}, [806] = {.lex_state = 301}, - [807] = {.lex_state = 301}, + [807] = {.lex_state = 368}, [808] = {.lex_state = 301}, - [809] = {.lex_state = 367}, + [809] = {.lex_state = 301}, [810] = {.lex_state = 301}, [811] = {.lex_state = 301}, [812] = {.lex_state = 301}, @@ -7285,818 +7285,818 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [817] = {.lex_state = 301}, [818] = {.lex_state = 301}, [819] = {.lex_state = 301}, - [820] = {.lex_state = 301}, + [820] = {.lex_state = 368}, [821] = {.lex_state = 301}, [822] = {.lex_state = 301}, [823] = {.lex_state = 301}, - [824] = {.lex_state = 326}, + [824] = {.lex_state = 301}, [825] = {.lex_state = 301}, [826] = {.lex_state = 301}, [827] = {.lex_state = 301}, [828] = {.lex_state = 301}, [829] = {.lex_state = 301}, - [830] = {.lex_state = 373}, - [831] = {.lex_state = 358}, - [832] = {.lex_state = 373}, - [833] = {.lex_state = 367}, + [830] = {.lex_state = 301}, + [831] = {.lex_state = 301}, + [832] = {.lex_state = 301}, + [833] = {.lex_state = 301}, [834] = {.lex_state = 301}, - [835] = {.lex_state = 301}, + [835] = {.lex_state = 329}, [836] = {.lex_state = 301}, [837] = {.lex_state = 301}, [838] = {.lex_state = 301}, [839] = {.lex_state = 301}, [840] = {.lex_state = 301}, - [841] = {.lex_state = 301}, - [842] = {.lex_state = 301}, - [843] = {.lex_state = 301}, - [844] = {.lex_state = 301}, + [841] = {.lex_state = 356}, + [842] = {.lex_state = 359}, + [843] = {.lex_state = 356}, + [844] = {.lex_state = 368}, [845] = {.lex_state = 301}, [846] = {.lex_state = 301}, [847] = {.lex_state = 301}, [848] = {.lex_state = 301}, - [849] = {.lex_state = 393}, - [850] = {.lex_state = 342}, - [851] = {.lex_state = 393}, - [852] = {.lex_state = 393}, - [853] = {.lex_state = 393}, - [854] = {.lex_state = 393}, - [855] = {.lex_state = 296}, + [849] = {.lex_state = 301}, + [850] = {.lex_state = 301}, + [851] = {.lex_state = 301}, + [852] = {.lex_state = 301}, + [853] = {.lex_state = 301}, + [854] = {.lex_state = 301}, + [855] = {.lex_state = 301}, [856] = {.lex_state = 301}, - [857] = {.lex_state = 303}, + [857] = {.lex_state = 301}, [858] = {.lex_state = 301}, [859] = {.lex_state = 301}, - [860] = {.lex_state = 303}, - [861] = {.lex_state = 394}, - [862] = {.lex_state = 312}, - [863] = {.lex_state = 358}, - [864] = {.lex_state = 0}, - [865] = {.lex_state = 0}, - [866] = {.lex_state = 367}, + [860] = {.lex_state = 393}, + [861] = {.lex_state = 312}, + [862] = {.lex_state = 393}, + [863] = {.lex_state = 393}, + [864] = {.lex_state = 393}, + [865] = {.lex_state = 393}, + [866] = {.lex_state = 296}, [867] = {.lex_state = 301}, - [868] = {.lex_state = 0}, - [869] = {.lex_state = 376}, - [870] = {.lex_state = 0}, - [871] = {.lex_state = 367}, - [872] = {.lex_state = 0}, - [873] = {.lex_state = 0}, - [874] = {.lex_state = 301}, - [875] = {.lex_state = 334}, - [876] = {.lex_state = 394}, - [877] = {.lex_state = 394}, - [878] = {.lex_state = 394}, - [879] = {.lex_state = 301}, - [880] = {.lex_state = 301}, + [868] = {.lex_state = 303}, + [869] = {.lex_state = 301}, + [870] = {.lex_state = 301}, + [871] = {.lex_state = 312}, + [872] = {.lex_state = 394}, + [873] = {.lex_state = 315}, + [874] = {.lex_state = 359}, + [875] = {.lex_state = 0}, + [876] = {.lex_state = 0}, + [877] = {.lex_state = 368}, + [878] = {.lex_state = 301}, + [879] = {.lex_state = 0}, + [880] = {.lex_state = 376}, [881] = {.lex_state = 0}, - [882] = {.lex_state = 394}, - [883] = {.lex_state = 393}, - [884] = {.lex_state = 301}, - [885] = {.lex_state = 312}, - [886] = {.lex_state = 393}, - [887] = {.lex_state = 358}, - [888] = {.lex_state = 367}, - [889] = {.lex_state = 367}, + [882] = {.lex_state = 368}, + [883] = {.lex_state = 0}, + [884] = {.lex_state = 0}, + [885] = {.lex_state = 301}, + [886] = {.lex_state = 337}, + [887] = {.lex_state = 394}, + [888] = {.lex_state = 394}, + [889] = {.lex_state = 394}, [890] = {.lex_state = 301}, - [891] = {.lex_state = 358}, - [892] = {.lex_state = 367}, - [893] = {.lex_state = 0}, - [894] = {.lex_state = 363}, + [891] = {.lex_state = 301}, + [892] = {.lex_state = 0}, + [893] = {.lex_state = 394}, + [894] = {.lex_state = 303}, [895] = {.lex_state = 393}, [896] = {.lex_state = 301}, - [897] = {.lex_state = 393}, + [897] = {.lex_state = 315}, [898] = {.lex_state = 393}, - [899] = {.lex_state = 0}, - [900] = {.lex_state = 376}, - [901] = {.lex_state = 358}, - [902] = {.lex_state = 358}, - [903] = {.lex_state = 393}, - [904] = {.lex_state = 301}, - [905] = {.lex_state = 301}, - [906] = {.lex_state = 393}, - [907] = {.lex_state = 358}, - [908] = {.lex_state = 393}, + [899] = {.lex_state = 359}, + [900] = {.lex_state = 368}, + [901] = {.lex_state = 368}, + [902] = {.lex_state = 301}, + [903] = {.lex_state = 359}, + [904] = {.lex_state = 368}, + [905] = {.lex_state = 0}, + [906] = {.lex_state = 364}, + [907] = {.lex_state = 393}, + [908] = {.lex_state = 301}, [909] = {.lex_state = 393}, [910] = {.lex_state = 393}, - [911] = {.lex_state = 312}, - [912] = {.lex_state = 312}, - [913] = {.lex_state = 358}, - [914] = {.lex_state = 358}, - [915] = {.lex_state = 358}, - [916] = {.lex_state = 312}, - [917] = {.lex_state = 312}, - [918] = {.lex_state = 358}, - [919] = {.lex_state = 358}, - [920] = {.lex_state = 358}, - [921] = {.lex_state = 312}, - [922] = {.lex_state = 312}, - [923] = {.lex_state = 358}, - [924] = {.lex_state = 301}, - [925] = {.lex_state = 301}, - [926] = {.lex_state = 374}, - [927] = {.lex_state = 301}, - [928] = {.lex_state = 376}, - [929] = {.lex_state = 367}, - [930] = {.lex_state = 367}, - [931] = {.lex_state = 367}, - [932] = {.lex_state = 367}, - [933] = {.lex_state = 367}, - [934] = {.lex_state = 367}, - [935] = {.lex_state = 367}, - [936] = {.lex_state = 367}, - [937] = {.lex_state = 367}, - [938] = {.lex_state = 367}, - [939] = {.lex_state = 367}, - [940] = {.lex_state = 367}, + [911] = {.lex_state = 0}, + [912] = {.lex_state = 376}, + [913] = {.lex_state = 359}, + [914] = {.lex_state = 359}, + [915] = {.lex_state = 393}, + [916] = {.lex_state = 301}, + [917] = {.lex_state = 301}, + [918] = {.lex_state = 393}, + [919] = {.lex_state = 359}, + [920] = {.lex_state = 393}, + [921] = {.lex_state = 393}, + [922] = {.lex_state = 393}, + [923] = {.lex_state = 315}, + [924] = {.lex_state = 315}, + [925] = {.lex_state = 359}, + [926] = {.lex_state = 359}, + [927] = {.lex_state = 359}, + [928] = {.lex_state = 315}, + [929] = {.lex_state = 315}, + [930] = {.lex_state = 359}, + [931] = {.lex_state = 359}, + [932] = {.lex_state = 359}, + [933] = {.lex_state = 315}, + [934] = {.lex_state = 315}, + [935] = {.lex_state = 359}, + [936] = {.lex_state = 359}, + [937] = {.lex_state = 301}, + [938] = {.lex_state = 301}, + [939] = {.lex_state = 374}, + [940] = {.lex_state = 301}, [941] = {.lex_state = 376}, - [942] = {.lex_state = 367}, - [943] = {.lex_state = 301}, - [944] = {.lex_state = 301}, - [945] = {.lex_state = 358}, - [946] = {.lex_state = 301}, - [947] = {.lex_state = 301}, - [948] = {.lex_state = 301}, - [949] = {.lex_state = 301}, - [950] = {.lex_state = 301}, - [951] = {.lex_state = 301}, - [952] = {.lex_state = 301}, - [953] = {.lex_state = 301}, - [954] = {.lex_state = 301}, - [955] = {.lex_state = 301}, - [956] = {.lex_state = 376}, + [942] = {.lex_state = 368}, + [943] = {.lex_state = 368}, + [944] = {.lex_state = 368}, + [945] = {.lex_state = 368}, + [946] = {.lex_state = 368}, + [947] = {.lex_state = 368}, + [948] = {.lex_state = 368}, + [949] = {.lex_state = 368}, + [950] = {.lex_state = 368}, + [951] = {.lex_state = 368}, + [952] = {.lex_state = 368}, + [953] = {.lex_state = 368}, + [954] = {.lex_state = 376}, + [955] = {.lex_state = 368}, + [956] = {.lex_state = 301}, [957] = {.lex_state = 301}, - [958] = {.lex_state = 301}, - [959] = {.lex_state = 358}, - [960] = {.lex_state = 334}, + [958] = {.lex_state = 359}, + [959] = {.lex_state = 301}, + [960] = {.lex_state = 301}, [961] = {.lex_state = 301}, - [962] = {.lex_state = 367}, + [962] = {.lex_state = 301}, [963] = {.lex_state = 301}, - [964] = {.lex_state = 367}, - [965] = {.lex_state = 367}, + [964] = {.lex_state = 301}, + [965] = {.lex_state = 301}, [966] = {.lex_state = 301}, [967] = {.lex_state = 301}, [968] = {.lex_state = 301}, - [969] = {.lex_state = 367}, - [970] = {.lex_state = 395}, - [971] = {.lex_state = 358}, - [972] = {.lex_state = 367}, - [973] = {.lex_state = 301}, + [969] = {.lex_state = 376}, + [970] = {.lex_state = 301}, + [971] = {.lex_state = 301}, + [972] = {.lex_state = 359}, + [973] = {.lex_state = 337}, [974] = {.lex_state = 301}, - [975] = {.lex_state = 301}, - [976] = {.lex_state = 367}, - [977] = {.lex_state = 390}, - [978] = {.lex_state = 301}, + [975] = {.lex_state = 368}, + [976] = {.lex_state = 301}, + [977] = {.lex_state = 368}, + [978] = {.lex_state = 368}, [979] = {.lex_state = 301}, - [980] = {.lex_state = 390}, - [981] = {.lex_state = 395}, - [982] = {.lex_state = 390}, - [983] = {.lex_state = 367}, - [984] = {.lex_state = 301}, - [985] = {.lex_state = 301}, + [980] = {.lex_state = 301}, + [981] = {.lex_state = 301}, + [982] = {.lex_state = 368}, + [983] = {.lex_state = 395}, + [984] = {.lex_state = 359}, + [985] = {.lex_state = 368}, [986] = {.lex_state = 301}, [987] = {.lex_state = 301}, [988] = {.lex_state = 301}, - [989] = {.lex_state = 353}, - [990] = {.lex_state = 353}, - [991] = {.lex_state = 353}, - [992] = {.lex_state = 353}, - [993] = {.lex_state = 353}, - [994] = {.lex_state = 353}, - [995] = {.lex_state = 353}, - [996] = {.lex_state = 353}, - [997] = {.lex_state = 395}, - [998] = {.lex_state = 367}, - [999] = {.lex_state = 395}, - [1000] = {.lex_state = 367}, + [989] = {.lex_state = 368}, + [990] = {.lex_state = 390}, + [991] = {.lex_state = 301}, + [992] = {.lex_state = 301}, + [993] = {.lex_state = 390}, + [994] = {.lex_state = 395}, + [995] = {.lex_state = 390}, + [996] = {.lex_state = 368}, + [997] = {.lex_state = 301}, + [998] = {.lex_state = 301}, + [999] = {.lex_state = 301}, + [1000] = {.lex_state = 301}, [1001] = {.lex_state = 301}, - [1002] = {.lex_state = 326}, - [1003] = {.lex_state = 301}, - [1004] = {.lex_state = 358}, - [1005] = {.lex_state = 358}, - [1006] = {.lex_state = 395}, - [1007] = {.lex_state = 367}, - [1008] = {.lex_state = 303}, - [1009] = {.lex_state = 393}, - [1010] = {.lex_state = 351}, - [1011] = {.lex_state = 393}, - [1012] = {.lex_state = 312}, - [1013] = {.lex_state = 312}, - [1014] = {.lex_state = 393}, - [1015] = {.lex_state = 393}, - [1016] = {.lex_state = 312}, - [1017] = {.lex_state = 312}, - [1018] = {.lex_state = 393}, - [1019] = {.lex_state = 393}, - [1020] = {.lex_state = 312}, - [1021] = {.lex_state = 312}, + [1002] = {.lex_state = 353}, + [1003] = {.lex_state = 353}, + [1004] = {.lex_state = 353}, + [1005] = {.lex_state = 353}, + [1006] = {.lex_state = 353}, + [1007] = {.lex_state = 353}, + [1008] = {.lex_state = 353}, + [1009] = {.lex_state = 353}, + [1010] = {.lex_state = 395}, + [1011] = {.lex_state = 368}, + [1012] = {.lex_state = 395}, + [1013] = {.lex_state = 368}, + [1014] = {.lex_state = 301}, + [1015] = {.lex_state = 329}, + [1016] = {.lex_state = 301}, + [1017] = {.lex_state = 359}, + [1018] = {.lex_state = 359}, + [1019] = {.lex_state = 395}, + [1020] = {.lex_state = 368}, + [1021] = {.lex_state = 303}, [1022] = {.lex_state = 393}, - [1023] = {.lex_state = 312}, - [1024] = {.lex_state = 312}, - [1025] = {.lex_state = 393}, - [1026] = {.lex_state = 394}, - [1027] = {.lex_state = 342}, + [1023] = {.lex_state = 351}, + [1024] = {.lex_state = 393}, + [1025] = {.lex_state = 315}, + [1026] = {.lex_state = 315}, + [1027] = {.lex_state = 393}, [1028] = {.lex_state = 393}, - [1029] = {.lex_state = 393}, - [1030] = {.lex_state = 393}, - [1031] = {.lex_state = 394}, - [1032] = {.lex_state = 301}, - [1033] = {.lex_state = 312}, - [1034] = {.lex_state = 394}, - [1035] = {.lex_state = 358}, - [1036] = {.lex_state = 367}, - [1037] = {.lex_state = 367}, - [1038] = {.lex_state = 301}, - [1039] = {.lex_state = 358}, - [1040] = {.lex_state = 367}, - [1041] = {.lex_state = 0}, - [1042] = {.lex_state = 363}, - [1043] = {.lex_state = 394}, - [1044] = {.lex_state = 301}, + [1029] = {.lex_state = 315}, + [1030] = {.lex_state = 315}, + [1031] = {.lex_state = 393}, + [1032] = {.lex_state = 393}, + [1033] = {.lex_state = 315}, + [1034] = {.lex_state = 315}, + [1035] = {.lex_state = 393}, + [1036] = {.lex_state = 315}, + [1037] = {.lex_state = 315}, + [1038] = {.lex_state = 393}, + [1039] = {.lex_state = 394}, + [1040] = {.lex_state = 312}, + [1041] = {.lex_state = 393}, + [1042] = {.lex_state = 393}, + [1043] = {.lex_state = 393}, + [1044] = {.lex_state = 303}, [1045] = {.lex_state = 394}, - [1046] = {.lex_state = 394}, - [1047] = {.lex_state = 0}, - [1048] = {.lex_state = 376}, - [1049] = {.lex_state = 394}, - [1050] = {.lex_state = 301}, - [1051] = {.lex_state = 301}, - [1052] = {.lex_state = 394}, - [1053] = {.lex_state = 394}, - [1054] = {.lex_state = 394}, - [1055] = {.lex_state = 394}, - [1056] = {.lex_state = 301}, - [1057] = {.lex_state = 301}, - [1058] = {.lex_state = 393}, - [1059] = {.lex_state = 301}, - [1060] = {.lex_state = 301}, - [1061] = {.lex_state = 358}, - [1062] = {.lex_state = 334}, - [1063] = {.lex_state = 393}, + [1046] = {.lex_state = 301}, + [1047] = {.lex_state = 315}, + [1048] = {.lex_state = 394}, + [1049] = {.lex_state = 359}, + [1050] = {.lex_state = 368}, + [1051] = {.lex_state = 368}, + [1052] = {.lex_state = 301}, + [1053] = {.lex_state = 359}, + [1054] = {.lex_state = 368}, + [1055] = {.lex_state = 0}, + [1056] = {.lex_state = 364}, + [1057] = {.lex_state = 394}, + [1058] = {.lex_state = 301}, + [1059] = {.lex_state = 394}, + [1060] = {.lex_state = 394}, + [1061] = {.lex_state = 0}, + [1062] = {.lex_state = 376}, + [1063] = {.lex_state = 394}, [1064] = {.lex_state = 301}, [1065] = {.lex_state = 301}, - [1066] = {.lex_state = 0}, - [1067] = {.lex_state = 367}, - [1068] = {.lex_state = 301}, - [1069] = {.lex_state = 393}, - [1070] = {.lex_state = 393}, + [1066] = {.lex_state = 394}, + [1067] = {.lex_state = 394}, + [1068] = {.lex_state = 394}, + [1069] = {.lex_state = 394}, + [1070] = {.lex_state = 356}, [1071] = {.lex_state = 301}, - [1072] = {.lex_state = 393}, + [1072] = {.lex_state = 301}, [1073] = {.lex_state = 393}, [1074] = {.lex_state = 301}, - [1075] = {.lex_state = 358}, - [1076] = {.lex_state = 358}, - [1077] = {.lex_state = 358}, - [1078] = {.lex_state = 358}, - [1079] = {.lex_state = 358}, - [1080] = {.lex_state = 358}, - [1081] = {.lex_state = 358}, - [1082] = {.lex_state = 367}, + [1075] = {.lex_state = 301}, + [1076] = {.lex_state = 359}, + [1077] = {.lex_state = 337}, + [1078] = {.lex_state = 393}, + [1079] = {.lex_state = 301}, + [1080] = {.lex_state = 301}, + [1081] = {.lex_state = 0}, + [1082] = {.lex_state = 368}, [1083] = {.lex_state = 301}, - [1084] = {.lex_state = 396}, - [1085] = {.lex_state = 358}, - [1086] = {.lex_state = 0}, - [1087] = {.lex_state = 0}, - [1088] = {.lex_state = 367}, + [1084] = {.lex_state = 393}, + [1085] = {.lex_state = 393}, + [1086] = {.lex_state = 301}, + [1087] = {.lex_state = 393}, + [1088] = {.lex_state = 393}, [1089] = {.lex_state = 301}, - [1090] = {.lex_state = 0}, - [1091] = {.lex_state = 376}, - [1092] = {.lex_state = 0}, - [1093] = {.lex_state = 367}, - [1094] = {.lex_state = 0}, - [1095] = {.lex_state = 0}, - [1096] = {.lex_state = 301}, - [1097] = {.lex_state = 301}, - [1098] = {.lex_state = 396}, - [1099] = {.lex_state = 301}, - [1100] = {.lex_state = 0}, - [1101] = {.lex_state = 301}, - [1102] = {.lex_state = 301}, - [1103] = {.lex_state = 301}, + [1090] = {.lex_state = 359}, + [1091] = {.lex_state = 359}, + [1092] = {.lex_state = 359}, + [1093] = {.lex_state = 359}, + [1094] = {.lex_state = 359}, + [1095] = {.lex_state = 359}, + [1096] = {.lex_state = 359}, + [1097] = {.lex_state = 368}, + [1098] = {.lex_state = 301}, + [1099] = {.lex_state = 396}, + [1100] = {.lex_state = 359}, + [1101] = {.lex_state = 0}, + [1102] = {.lex_state = 0}, + [1103] = {.lex_state = 368}, [1104] = {.lex_state = 301}, - [1105] = {.lex_state = 301}, - [1106] = {.lex_state = 301}, - [1107] = {.lex_state = 301}, - [1108] = {.lex_state = 301}, - [1109] = {.lex_state = 301}, - [1110] = {.lex_state = 301}, + [1105] = {.lex_state = 0}, + [1106] = {.lex_state = 376}, + [1107] = {.lex_state = 0}, + [1108] = {.lex_state = 368}, + [1109] = {.lex_state = 0}, + [1110] = {.lex_state = 0}, [1111] = {.lex_state = 301}, - [1112] = {.lex_state = 358}, - [1113] = {.lex_state = 395}, - [1114] = {.lex_state = 367}, - [1115] = {.lex_state = 358}, - [1116] = {.lex_state = 376}, - [1117] = {.lex_state = 376}, - [1118] = {.lex_state = 376}, - [1119] = {.lex_state = 367}, + [1112] = {.lex_state = 301}, + [1113] = {.lex_state = 396}, + [1114] = {.lex_state = 301}, + [1115] = {.lex_state = 0}, + [1116] = {.lex_state = 301}, + [1117] = {.lex_state = 301}, + [1118] = {.lex_state = 301}, + [1119] = {.lex_state = 301}, [1120] = {.lex_state = 301}, - [1121] = {.lex_state = 367}, + [1121] = {.lex_state = 301}, [1122] = {.lex_state = 301}, - [1123] = {.lex_state = 376}, + [1123] = {.lex_state = 301}, [1124] = {.lex_state = 301}, - [1125] = {.lex_state = 367}, - [1126] = {.lex_state = 367}, - [1127] = {.lex_state = 301}, - [1128] = {.lex_state = 301}, - [1129] = {.lex_state = 301}, - [1130] = {.lex_state = 367}, - [1131] = {.lex_state = 301}, - [1132] = {.lex_state = 301}, - [1133] = {.lex_state = 390}, - [1134] = {.lex_state = 301}, + [1125] = {.lex_state = 301}, + [1126] = {.lex_state = 301}, + [1127] = {.lex_state = 359}, + [1128] = {.lex_state = 395}, + [1129] = {.lex_state = 368}, + [1130] = {.lex_state = 359}, + [1131] = {.lex_state = 376}, + [1132] = {.lex_state = 376}, + [1133] = {.lex_state = 376}, + [1134] = {.lex_state = 368}, [1135] = {.lex_state = 301}, - [1136] = {.lex_state = 367}, + [1136] = {.lex_state = 368}, [1137] = {.lex_state = 301}, - [1138] = {.lex_state = 301}, + [1138] = {.lex_state = 376}, [1139] = {.lex_state = 301}, - [1140] = {.lex_state = 373}, - [1141] = {.lex_state = 393}, - [1142] = {.lex_state = 373}, - [1143] = {.lex_state = 393}, - [1144] = {.lex_state = 393}, - [1145] = {.lex_state = 393}, - [1146] = {.lex_state = 312}, - [1147] = {.lex_state = 312}, - [1148] = {.lex_state = 393}, - [1149] = {.lex_state = 393}, - [1150] = {.lex_state = 393}, - [1151] = {.lex_state = 312}, - [1152] = {.lex_state = 312}, - [1153] = {.lex_state = 393}, - [1154] = {.lex_state = 393}, - [1155] = {.lex_state = 393}, - [1156] = {.lex_state = 312}, - [1157] = {.lex_state = 312}, - [1158] = {.lex_state = 312}, - [1159] = {.lex_state = 312}, - [1160] = {.lex_state = 303}, - [1161] = {.lex_state = 394}, - [1162] = {.lex_state = 351}, - [1163] = {.lex_state = 394}, - [1164] = {.lex_state = 312}, - [1165] = {.lex_state = 312}, - [1166] = {.lex_state = 393}, - [1167] = {.lex_state = 394}, - [1168] = {.lex_state = 312}, - [1169] = {.lex_state = 312}, + [1140] = {.lex_state = 368}, + [1141] = {.lex_state = 368}, + [1142] = {.lex_state = 301}, + [1143] = {.lex_state = 301}, + [1144] = {.lex_state = 301}, + [1145] = {.lex_state = 368}, + [1146] = {.lex_state = 301}, + [1147] = {.lex_state = 301}, + [1148] = {.lex_state = 390}, + [1149] = {.lex_state = 301}, + [1150] = {.lex_state = 301}, + [1151] = {.lex_state = 368}, + [1152] = {.lex_state = 301}, + [1153] = {.lex_state = 301}, + [1154] = {.lex_state = 301}, + [1155] = {.lex_state = 356}, + [1156] = {.lex_state = 393}, + [1157] = {.lex_state = 356}, + [1158] = {.lex_state = 393}, + [1159] = {.lex_state = 393}, + [1160] = {.lex_state = 393}, + [1161] = {.lex_state = 315}, + [1162] = {.lex_state = 315}, + [1163] = {.lex_state = 393}, + [1164] = {.lex_state = 393}, + [1165] = {.lex_state = 393}, + [1166] = {.lex_state = 315}, + [1167] = {.lex_state = 315}, + [1168] = {.lex_state = 393}, + [1169] = {.lex_state = 393}, [1170] = {.lex_state = 393}, - [1171] = {.lex_state = 394}, - [1172] = {.lex_state = 312}, - [1173] = {.lex_state = 312}, - [1174] = {.lex_state = 393}, - [1175] = {.lex_state = 301}, - [1176] = {.lex_state = 301}, - [1177] = {.lex_state = 394}, - [1178] = {.lex_state = 301}, - [1179] = {.lex_state = 301}, - [1180] = {.lex_state = 358}, - [1181] = {.lex_state = 334}, + [1171] = {.lex_state = 315}, + [1172] = {.lex_state = 315}, + [1173] = {.lex_state = 315}, + [1174] = {.lex_state = 315}, + [1175] = {.lex_state = 303}, + [1176] = {.lex_state = 394}, + [1177] = {.lex_state = 351}, + [1178] = {.lex_state = 394}, + [1179] = {.lex_state = 315}, + [1180] = {.lex_state = 315}, + [1181] = {.lex_state = 393}, [1182] = {.lex_state = 394}, - [1183] = {.lex_state = 301}, - [1184] = {.lex_state = 301}, - [1185] = {.lex_state = 0}, - [1186] = {.lex_state = 367}, - [1187] = {.lex_state = 301}, - [1188] = {.lex_state = 394}, - [1189] = {.lex_state = 394}, - [1190] = {.lex_state = 301}, - [1191] = {.lex_state = 394}, - [1192] = {.lex_state = 394}, - [1193] = {.lex_state = 301}, - [1194] = {.lex_state = 393}, + [1183] = {.lex_state = 315}, + [1184] = {.lex_state = 315}, + [1185] = {.lex_state = 393}, + [1186] = {.lex_state = 394}, + [1187] = {.lex_state = 315}, + [1188] = {.lex_state = 315}, + [1189] = {.lex_state = 393}, + [1190] = {.lex_state = 356}, + [1191] = {.lex_state = 301}, + [1192] = {.lex_state = 301}, + [1193] = {.lex_state = 394}, + [1194] = {.lex_state = 301}, [1195] = {.lex_state = 301}, - [1196] = {.lex_state = 376}, - [1197] = {.lex_state = 376}, - [1198] = {.lex_state = 393}, - [1199] = {.lex_state = 376}, - [1200] = {.lex_state = 367}, - [1201] = {.lex_state = 367}, - [1202] = {.lex_state = 301}, - [1203] = {.lex_state = 367}, - [1204] = {.lex_state = 393}, - [1205] = {.lex_state = 395}, - [1206] = {.lex_state = 396}, - [1207] = {.lex_state = 358}, - [1208] = {.lex_state = 367}, - [1209] = {.lex_state = 367}, - [1210] = {.lex_state = 301}, - [1211] = {.lex_state = 358}, - [1212] = {.lex_state = 367}, - [1213] = {.lex_state = 0}, - [1214] = {.lex_state = 363}, - [1215] = {.lex_state = 396}, - [1216] = {.lex_state = 301}, - [1217] = {.lex_state = 396}, - [1218] = {.lex_state = 396}, - [1219] = {.lex_state = 0}, - [1220] = {.lex_state = 376}, - [1221] = {.lex_state = 376}, - [1222] = {.lex_state = 396}, - [1223] = {.lex_state = 367}, - [1224] = {.lex_state = 301}, - [1225] = {.lex_state = 0}, - [1226] = {.lex_state = 0}, - [1227] = {.lex_state = 367}, - [1228] = {.lex_state = 301}, - [1229] = {.lex_state = 0}, + [1196] = {.lex_state = 359}, + [1197] = {.lex_state = 337}, + [1198] = {.lex_state = 394}, + [1199] = {.lex_state = 301}, + [1200] = {.lex_state = 301}, + [1201] = {.lex_state = 0}, + [1202] = {.lex_state = 368}, + [1203] = {.lex_state = 301}, + [1204] = {.lex_state = 394}, + [1205] = {.lex_state = 394}, + [1206] = {.lex_state = 301}, + [1207] = {.lex_state = 394}, + [1208] = {.lex_state = 394}, + [1209] = {.lex_state = 301}, + [1210] = {.lex_state = 393}, + [1211] = {.lex_state = 393}, + [1212] = {.lex_state = 301}, + [1213] = {.lex_state = 376}, + [1214] = {.lex_state = 376}, + [1215] = {.lex_state = 393}, + [1216] = {.lex_state = 376}, + [1217] = {.lex_state = 368}, + [1218] = {.lex_state = 368}, + [1219] = {.lex_state = 301}, + [1220] = {.lex_state = 368}, + [1221] = {.lex_state = 393}, + [1222] = {.lex_state = 395}, + [1223] = {.lex_state = 396}, + [1224] = {.lex_state = 359}, + [1225] = {.lex_state = 368}, + [1226] = {.lex_state = 368}, + [1227] = {.lex_state = 301}, + [1228] = {.lex_state = 359}, + [1229] = {.lex_state = 368}, [1230] = {.lex_state = 0}, - [1231] = {.lex_state = 301}, - [1232] = {.lex_state = 0}, - [1233] = {.lex_state = 376}, - [1234] = {.lex_state = 301}, - [1235] = {.lex_state = 367}, - [1236] = {.lex_state = 301}, - [1237] = {.lex_state = 358}, - [1238] = {.lex_state = 358}, - [1239] = {.lex_state = 376}, - [1240] = {.lex_state = 301}, + [1231] = {.lex_state = 364}, + [1232] = {.lex_state = 396}, + [1233] = {.lex_state = 301}, + [1234] = {.lex_state = 396}, + [1235] = {.lex_state = 396}, + [1236] = {.lex_state = 0}, + [1237] = {.lex_state = 376}, + [1238] = {.lex_state = 376}, + [1239] = {.lex_state = 396}, + [1240] = {.lex_state = 368}, [1241] = {.lex_state = 301}, - [1242] = {.lex_state = 367}, - [1243] = {.lex_state = 367}, - [1244] = {.lex_state = 301}, - [1245] = {.lex_state = 390}, - [1246] = {.lex_state = 301}, - [1247] = {.lex_state = 301}, - [1248] = {.lex_state = 393}, - [1249] = {.lex_state = 393}, - [1250] = {.lex_state = 393}, - [1251] = {.lex_state = 393}, - [1252] = {.lex_state = 393}, - [1253] = {.lex_state = 393}, - [1254] = {.lex_state = 393}, - [1255] = {.lex_state = 393}, - [1256] = {.lex_state = 373}, - [1257] = {.lex_state = 394}, - [1258] = {.lex_state = 373}, - [1259] = {.lex_state = 394}, - [1260] = {.lex_state = 394}, - [1261] = {.lex_state = 394}, - [1262] = {.lex_state = 312}, - [1263] = {.lex_state = 312}, - [1264] = {.lex_state = 394}, - [1265] = {.lex_state = 394}, - [1266] = {.lex_state = 394}, - [1267] = {.lex_state = 312}, - [1268] = {.lex_state = 312}, - [1269] = {.lex_state = 394}, - [1270] = {.lex_state = 394}, - [1271] = {.lex_state = 394}, - [1272] = {.lex_state = 312}, - [1273] = {.lex_state = 312}, + [1242] = {.lex_state = 0}, + [1243] = {.lex_state = 0}, + [1244] = {.lex_state = 368}, + [1245] = {.lex_state = 301}, + [1246] = {.lex_state = 0}, + [1247] = {.lex_state = 0}, + [1248] = {.lex_state = 301}, + [1249] = {.lex_state = 0}, + [1250] = {.lex_state = 376}, + [1251] = {.lex_state = 301}, + [1252] = {.lex_state = 368}, + [1253] = {.lex_state = 301}, + [1254] = {.lex_state = 359}, + [1255] = {.lex_state = 359}, + [1256] = {.lex_state = 376}, + [1257] = {.lex_state = 301}, + [1258] = {.lex_state = 301}, + [1259] = {.lex_state = 368}, + [1260] = {.lex_state = 368}, + [1261] = {.lex_state = 301}, + [1262] = {.lex_state = 390}, + [1263] = {.lex_state = 301}, + [1264] = {.lex_state = 301}, + [1265] = {.lex_state = 393}, + [1266] = {.lex_state = 393}, + [1267] = {.lex_state = 393}, + [1268] = {.lex_state = 393}, + [1269] = {.lex_state = 393}, + [1270] = {.lex_state = 393}, + [1271] = {.lex_state = 393}, + [1272] = {.lex_state = 393}, + [1273] = {.lex_state = 356}, [1274] = {.lex_state = 394}, - [1275] = {.lex_state = 301}, - [1276] = {.lex_state = 376}, - [1277] = {.lex_state = 376}, + [1275] = {.lex_state = 356}, + [1276] = {.lex_state = 394}, + [1277] = {.lex_state = 394}, [1278] = {.lex_state = 394}, - [1279] = {.lex_state = 376}, - [1280] = {.lex_state = 367}, - [1281] = {.lex_state = 367}, - [1282] = {.lex_state = 301}, - [1283] = {.lex_state = 367}, - [1284] = {.lex_state = 394}, - [1285] = {.lex_state = 393}, - [1286] = {.lex_state = 397}, - [1287] = {.lex_state = 358}, - [1288] = {.lex_state = 0}, - [1289] = {.lex_state = 0}, - [1290] = {.lex_state = 367}, - [1291] = {.lex_state = 301}, - [1292] = {.lex_state = 0}, - [1293] = {.lex_state = 376}, - [1294] = {.lex_state = 0}, - [1295] = {.lex_state = 367}, - [1296] = {.lex_state = 0}, - [1297] = {.lex_state = 0}, - [1298] = {.lex_state = 301}, - [1299] = {.lex_state = 301}, - [1300] = {.lex_state = 397}, - [1301] = {.lex_state = 301}, - [1302] = {.lex_state = 0}, + [1279] = {.lex_state = 315}, + [1280] = {.lex_state = 315}, + [1281] = {.lex_state = 394}, + [1282] = {.lex_state = 394}, + [1283] = {.lex_state = 394}, + [1284] = {.lex_state = 315}, + [1285] = {.lex_state = 315}, + [1286] = {.lex_state = 394}, + [1287] = {.lex_state = 394}, + [1288] = {.lex_state = 394}, + [1289] = {.lex_state = 315}, + [1290] = {.lex_state = 315}, + [1291] = {.lex_state = 394}, + [1292] = {.lex_state = 394}, + [1293] = {.lex_state = 301}, + [1294] = {.lex_state = 376}, + [1295] = {.lex_state = 376}, + [1296] = {.lex_state = 394}, + [1297] = {.lex_state = 376}, + [1298] = {.lex_state = 368}, + [1299] = {.lex_state = 368}, + [1300] = {.lex_state = 301}, + [1301] = {.lex_state = 368}, + [1302] = {.lex_state = 394}, [1303] = {.lex_state = 393}, - [1304] = {.lex_state = 393}, - [1305] = {.lex_state = 301}, - [1306] = {.lex_state = 376}, - [1307] = {.lex_state = 301}, - [1308] = {.lex_state = 367}, + [1304] = {.lex_state = 397}, + [1305] = {.lex_state = 359}, + [1306] = {.lex_state = 0}, + [1307] = {.lex_state = 0}, + [1308] = {.lex_state = 368}, [1309] = {.lex_state = 301}, - [1310] = {.lex_state = 396}, - [1311] = {.lex_state = 301}, - [1312] = {.lex_state = 301}, - [1313] = {.lex_state = 358}, - [1314] = {.lex_state = 312}, - [1315] = {.lex_state = 334}, - [1316] = {.lex_state = 396}, + [1310] = {.lex_state = 0}, + [1311] = {.lex_state = 376}, + [1312] = {.lex_state = 0}, + [1313] = {.lex_state = 368}, + [1314] = {.lex_state = 0}, + [1315] = {.lex_state = 0}, + [1316] = {.lex_state = 301}, [1317] = {.lex_state = 301}, - [1318] = {.lex_state = 301}, - [1319] = {.lex_state = 0}, - [1320] = {.lex_state = 367}, - [1321] = {.lex_state = 301}, - [1322] = {.lex_state = 396}, - [1323] = {.lex_state = 396}, - [1324] = {.lex_state = 396}, - [1325] = {.lex_state = 358}, - [1326] = {.lex_state = 301}, - [1327] = {.lex_state = 367}, - [1328] = {.lex_state = 367}, + [1318] = {.lex_state = 397}, + [1319] = {.lex_state = 301}, + [1320] = {.lex_state = 0}, + [1321] = {.lex_state = 393}, + [1322] = {.lex_state = 393}, + [1323] = {.lex_state = 301}, + [1324] = {.lex_state = 376}, + [1325] = {.lex_state = 301}, + [1326] = {.lex_state = 368}, + [1327] = {.lex_state = 301}, + [1328] = {.lex_state = 396}, [1329] = {.lex_state = 301}, - [1330] = {.lex_state = 358}, - [1331] = {.lex_state = 367}, - [1332] = {.lex_state = 363}, - [1333] = {.lex_state = 376}, - [1334] = {.lex_state = 376}, - [1335] = {.lex_state = 376}, + [1330] = {.lex_state = 301}, + [1331] = {.lex_state = 359}, + [1332] = {.lex_state = 315}, + [1333] = {.lex_state = 337}, + [1334] = {.lex_state = 396}, + [1335] = {.lex_state = 301}, [1336] = {.lex_state = 301}, - [1337] = {.lex_state = 301}, - [1338] = {.lex_state = 367}, - [1339] = {.lex_state = 358}, - [1340] = {.lex_state = 376}, - [1341] = {.lex_state = 301}, - [1342] = {.lex_state = 301}, - [1343] = {.lex_state = 394}, - [1344] = {.lex_state = 394}, - [1345] = {.lex_state = 394}, - [1346] = {.lex_state = 394}, - [1347] = {.lex_state = 394}, - [1348] = {.lex_state = 394}, - [1349] = {.lex_state = 394}, - [1350] = {.lex_state = 394}, - [1351] = {.lex_state = 394}, - [1352] = {.lex_state = 398}, - [1353] = {.lex_state = 358}, - [1354] = {.lex_state = 0}, - [1355] = {.lex_state = 0}, - [1356] = {.lex_state = 367}, - [1357] = {.lex_state = 301}, - [1358] = {.lex_state = 0}, - [1359] = {.lex_state = 376}, - [1360] = {.lex_state = 0}, - [1361] = {.lex_state = 367}, - [1362] = {.lex_state = 0}, - [1363] = {.lex_state = 0}, - [1364] = {.lex_state = 301}, - [1365] = {.lex_state = 301}, - [1366] = {.lex_state = 398}, - [1367] = {.lex_state = 301}, - [1368] = {.lex_state = 0}, + [1337] = {.lex_state = 0}, + [1338] = {.lex_state = 368}, + [1339] = {.lex_state = 301}, + [1340] = {.lex_state = 396}, + [1341] = {.lex_state = 396}, + [1342] = {.lex_state = 396}, + [1343] = {.lex_state = 359}, + [1344] = {.lex_state = 301}, + [1345] = {.lex_state = 368}, + [1346] = {.lex_state = 368}, + [1347] = {.lex_state = 301}, + [1348] = {.lex_state = 359}, + [1349] = {.lex_state = 368}, + [1350] = {.lex_state = 364}, + [1351] = {.lex_state = 376}, + [1352] = {.lex_state = 376}, + [1353] = {.lex_state = 376}, + [1354] = {.lex_state = 301}, + [1355] = {.lex_state = 301}, + [1356] = {.lex_state = 368}, + [1357] = {.lex_state = 359}, + [1358] = {.lex_state = 376}, + [1359] = {.lex_state = 301}, + [1360] = {.lex_state = 301}, + [1361] = {.lex_state = 394}, + [1362] = {.lex_state = 394}, + [1363] = {.lex_state = 394}, + [1364] = {.lex_state = 394}, + [1365] = {.lex_state = 394}, + [1366] = {.lex_state = 394}, + [1367] = {.lex_state = 394}, + [1368] = {.lex_state = 394}, [1369] = {.lex_state = 394}, - [1370] = {.lex_state = 394}, - [1371] = {.lex_state = 301}, - [1372] = {.lex_state = 376}, - [1373] = {.lex_state = 301}, - [1374] = {.lex_state = 367}, + [1370] = {.lex_state = 398}, + [1371] = {.lex_state = 359}, + [1372] = {.lex_state = 0}, + [1373] = {.lex_state = 0}, + [1374] = {.lex_state = 368}, [1375] = {.lex_state = 301}, - [1376] = {.lex_state = 397}, - [1377] = {.lex_state = 358}, - [1378] = {.lex_state = 367}, - [1379] = {.lex_state = 367}, - [1380] = {.lex_state = 301}, - [1381] = {.lex_state = 358}, - [1382] = {.lex_state = 367}, - [1383] = {.lex_state = 0}, - [1384] = {.lex_state = 363}, - [1385] = {.lex_state = 397}, - [1386] = {.lex_state = 301}, - [1387] = {.lex_state = 397}, - [1388] = {.lex_state = 397}, - [1389] = {.lex_state = 0}, + [1376] = {.lex_state = 0}, + [1377] = {.lex_state = 376}, + [1378] = {.lex_state = 0}, + [1379] = {.lex_state = 368}, + [1380] = {.lex_state = 0}, + [1381] = {.lex_state = 0}, + [1382] = {.lex_state = 301}, + [1383] = {.lex_state = 301}, + [1384] = {.lex_state = 398}, + [1385] = {.lex_state = 301}, + [1386] = {.lex_state = 0}, + [1387] = {.lex_state = 394}, + [1388] = {.lex_state = 394}, + [1389] = {.lex_state = 301}, [1390] = {.lex_state = 376}, - [1391] = {.lex_state = 376}, - [1392] = {.lex_state = 397}, - [1393] = {.lex_state = 393}, - [1394] = {.lex_state = 393}, - [1395] = {.lex_state = 376}, - [1396] = {.lex_state = 301}, - [1397] = {.lex_state = 301}, - [1398] = {.lex_state = 367}, - [1399] = {.lex_state = 376}, - [1400] = {.lex_state = 376}, - [1401] = {.lex_state = 396}, - [1402] = {.lex_state = 301}, - [1403] = {.lex_state = 312}, + [1391] = {.lex_state = 301}, + [1392] = {.lex_state = 368}, + [1393] = {.lex_state = 301}, + [1394] = {.lex_state = 397}, + [1395] = {.lex_state = 359}, + [1396] = {.lex_state = 368}, + [1397] = {.lex_state = 368}, + [1398] = {.lex_state = 301}, + [1399] = {.lex_state = 359}, + [1400] = {.lex_state = 368}, + [1401] = {.lex_state = 0}, + [1402] = {.lex_state = 364}, + [1403] = {.lex_state = 397}, [1404] = {.lex_state = 301}, - [1405] = {.lex_state = 301}, - [1406] = {.lex_state = 376}, - [1407] = {.lex_state = 367}, - [1408] = {.lex_state = 367}, - [1409] = {.lex_state = 301}, - [1410] = {.lex_state = 367}, - [1411] = {.lex_state = 301}, - [1412] = {.lex_state = 301}, - [1413] = {.lex_state = 358}, - [1414] = {.lex_state = 334}, + [1405] = {.lex_state = 397}, + [1406] = {.lex_state = 397}, + [1407] = {.lex_state = 0}, + [1408] = {.lex_state = 376}, + [1409] = {.lex_state = 376}, + [1410] = {.lex_state = 397}, + [1411] = {.lex_state = 393}, + [1412] = {.lex_state = 393}, + [1413] = {.lex_state = 376}, + [1414] = {.lex_state = 301}, [1415] = {.lex_state = 301}, - [1416] = {.lex_state = 367}, - [1417] = {.lex_state = 301}, + [1416] = {.lex_state = 368}, + [1417] = {.lex_state = 376}, [1418] = {.lex_state = 376}, - [1419] = {.lex_state = 301}, + [1419] = {.lex_state = 396}, [1420] = {.lex_state = 301}, - [1421] = {.lex_state = 358}, - [1422] = {.lex_state = 376}, + [1421] = {.lex_state = 315}, + [1422] = {.lex_state = 301}, [1423] = {.lex_state = 301}, - [1424] = {.lex_state = 398}, - [1425] = {.lex_state = 358}, - [1426] = {.lex_state = 367}, - [1427] = {.lex_state = 367}, - [1428] = {.lex_state = 301}, - [1429] = {.lex_state = 358}, - [1430] = {.lex_state = 367}, - [1431] = {.lex_state = 0}, - [1432] = {.lex_state = 363}, - [1433] = {.lex_state = 398}, - [1434] = {.lex_state = 301}, - [1435] = {.lex_state = 398}, - [1436] = {.lex_state = 398}, - [1437] = {.lex_state = 0}, - [1438] = {.lex_state = 376}, - [1439] = {.lex_state = 376}, - [1440] = {.lex_state = 398}, - [1441] = {.lex_state = 394}, - [1442] = {.lex_state = 394}, - [1443] = {.lex_state = 376}, - [1444] = {.lex_state = 301}, - [1445] = {.lex_state = 301}, - [1446] = {.lex_state = 367}, - [1447] = {.lex_state = 397}, - [1448] = {.lex_state = 301}, - [1449] = {.lex_state = 301}, - [1450] = {.lex_state = 358}, - [1451] = {.lex_state = 312}, - [1452] = {.lex_state = 334}, - [1453] = {.lex_state = 397}, - [1454] = {.lex_state = 301}, - [1455] = {.lex_state = 301}, - [1456] = {.lex_state = 0}, - [1457] = {.lex_state = 367}, - [1458] = {.lex_state = 301}, - [1459] = {.lex_state = 397}, - [1460] = {.lex_state = 397}, - [1461] = {.lex_state = 397}, - [1462] = {.lex_state = 393}, - [1463] = {.lex_state = 393}, - [1464] = {.lex_state = 376}, - [1465] = {.lex_state = 301}, + [1424] = {.lex_state = 376}, + [1425] = {.lex_state = 368}, + [1426] = {.lex_state = 368}, + [1427] = {.lex_state = 301}, + [1428] = {.lex_state = 368}, + [1429] = {.lex_state = 301}, + [1430] = {.lex_state = 301}, + [1431] = {.lex_state = 359}, + [1432] = {.lex_state = 337}, + [1433] = {.lex_state = 301}, + [1434] = {.lex_state = 368}, + [1435] = {.lex_state = 301}, + [1436] = {.lex_state = 376}, + [1437] = {.lex_state = 301}, + [1438] = {.lex_state = 301}, + [1439] = {.lex_state = 359}, + [1440] = {.lex_state = 376}, + [1441] = {.lex_state = 301}, + [1442] = {.lex_state = 398}, + [1443] = {.lex_state = 359}, + [1444] = {.lex_state = 368}, + [1445] = {.lex_state = 368}, + [1446] = {.lex_state = 301}, + [1447] = {.lex_state = 359}, + [1448] = {.lex_state = 368}, + [1449] = {.lex_state = 0}, + [1450] = {.lex_state = 364}, + [1451] = {.lex_state = 398}, + [1452] = {.lex_state = 301}, + [1453] = {.lex_state = 398}, + [1454] = {.lex_state = 398}, + [1455] = {.lex_state = 0}, + [1456] = {.lex_state = 376}, + [1457] = {.lex_state = 376}, + [1458] = {.lex_state = 398}, + [1459] = {.lex_state = 394}, + [1460] = {.lex_state = 394}, + [1461] = {.lex_state = 376}, + [1462] = {.lex_state = 301}, + [1463] = {.lex_state = 301}, + [1464] = {.lex_state = 368}, + [1465] = {.lex_state = 397}, [1466] = {.lex_state = 301}, - [1467] = {.lex_state = 396}, - [1468] = {.lex_state = 396}, - [1469] = {.lex_state = 301}, - [1470] = {.lex_state = 301}, - [1471] = {.lex_state = 396}, + [1467] = {.lex_state = 301}, + [1468] = {.lex_state = 359}, + [1469] = {.lex_state = 315}, + [1470] = {.lex_state = 337}, + [1471] = {.lex_state = 397}, [1472] = {.lex_state = 301}, - [1473] = {.lex_state = 396}, - [1474] = {.lex_state = 301}, - [1475] = {.lex_state = 376}, + [1473] = {.lex_state = 301}, + [1474] = {.lex_state = 0}, + [1475] = {.lex_state = 368}, [1476] = {.lex_state = 301}, - [1477] = {.lex_state = 367}, - [1478] = {.lex_state = 301}, - [1479] = {.lex_state = 376}, - [1480] = {.lex_state = 376}, - [1481] = {.lex_state = 376}, - [1482] = {.lex_state = 367}, + [1477] = {.lex_state = 397}, + [1478] = {.lex_state = 397}, + [1479] = {.lex_state = 397}, + [1480] = {.lex_state = 393}, + [1481] = {.lex_state = 393}, + [1482] = {.lex_state = 376}, [1483] = {.lex_state = 301}, - [1484] = {.lex_state = 367}, - [1485] = {.lex_state = 376}, - [1486] = {.lex_state = 301}, - [1487] = {.lex_state = 358}, - [1488] = {.lex_state = 376}, - [1489] = {.lex_state = 398}, + [1484] = {.lex_state = 301}, + [1485] = {.lex_state = 396}, + [1486] = {.lex_state = 396}, + [1487] = {.lex_state = 301}, + [1488] = {.lex_state = 301}, + [1489] = {.lex_state = 396}, [1490] = {.lex_state = 301}, - [1491] = {.lex_state = 301}, - [1492] = {.lex_state = 358}, - [1493] = {.lex_state = 312}, - [1494] = {.lex_state = 334}, - [1495] = {.lex_state = 398}, + [1491] = {.lex_state = 396}, + [1492] = {.lex_state = 301}, + [1493] = {.lex_state = 376}, + [1494] = {.lex_state = 301}, + [1495] = {.lex_state = 368}, [1496] = {.lex_state = 301}, - [1497] = {.lex_state = 301}, - [1498] = {.lex_state = 0}, - [1499] = {.lex_state = 367}, - [1500] = {.lex_state = 301}, - [1501] = {.lex_state = 398}, - [1502] = {.lex_state = 398}, - [1503] = {.lex_state = 398}, - [1504] = {.lex_state = 394}, - [1505] = {.lex_state = 394}, + [1497] = {.lex_state = 376}, + [1498] = {.lex_state = 376}, + [1499] = {.lex_state = 376}, + [1500] = {.lex_state = 368}, + [1501] = {.lex_state = 301}, + [1502] = {.lex_state = 368}, + [1503] = {.lex_state = 376}, + [1504] = {.lex_state = 301}, + [1505] = {.lex_state = 359}, [1506] = {.lex_state = 376}, - [1507] = {.lex_state = 301}, + [1507] = {.lex_state = 398}, [1508] = {.lex_state = 301}, - [1509] = {.lex_state = 376}, - [1510] = {.lex_state = 376}, - [1511] = {.lex_state = 397}, - [1512] = {.lex_state = 301}, - [1513] = {.lex_state = 312}, + [1509] = {.lex_state = 301}, + [1510] = {.lex_state = 359}, + [1511] = {.lex_state = 315}, + [1512] = {.lex_state = 337}, + [1513] = {.lex_state = 398}, [1514] = {.lex_state = 301}, [1515] = {.lex_state = 301}, - [1516] = {.lex_state = 376}, - [1517] = {.lex_state = 367}, - [1518] = {.lex_state = 367}, - [1519] = {.lex_state = 301}, - [1520] = {.lex_state = 367}, - [1521] = {.lex_state = 393}, - [1522] = {.lex_state = 376}, - [1523] = {.lex_state = 301}, + [1516] = {.lex_state = 0}, + [1517] = {.lex_state = 368}, + [1518] = {.lex_state = 301}, + [1519] = {.lex_state = 398}, + [1520] = {.lex_state = 398}, + [1521] = {.lex_state = 398}, + [1522] = {.lex_state = 394}, + [1523] = {.lex_state = 394}, [1524] = {.lex_state = 376}, - [1525] = {.lex_state = 396}, + [1525] = {.lex_state = 301}, [1526] = {.lex_state = 301}, - [1527] = {.lex_state = 396}, - [1528] = {.lex_state = 396}, - [1529] = {.lex_state = 396}, - [1530] = {.lex_state = 376}, - [1531] = {.lex_state = 301}, + [1527] = {.lex_state = 376}, + [1528] = {.lex_state = 376}, + [1529] = {.lex_state = 397}, + [1530] = {.lex_state = 301}, + [1531] = {.lex_state = 315}, [1532] = {.lex_state = 301}, - [1533] = {.lex_state = 367}, - [1534] = {.lex_state = 0}, - [1535] = {.lex_state = 376}, - [1536] = {.lex_state = 301}, - [1537] = {.lex_state = 367}, - [1538] = {.lex_state = 301}, - [1539] = {.lex_state = 376}, - [1540] = {.lex_state = 358}, - [1541] = {.lex_state = 376}, + [1533] = {.lex_state = 301}, + [1534] = {.lex_state = 376}, + [1535] = {.lex_state = 368}, + [1536] = {.lex_state = 368}, + [1537] = {.lex_state = 301}, + [1538] = {.lex_state = 368}, + [1539] = {.lex_state = 393}, + [1540] = {.lex_state = 376}, + [1541] = {.lex_state = 301}, [1542] = {.lex_state = 376}, - [1543] = {.lex_state = 398}, + [1543] = {.lex_state = 396}, [1544] = {.lex_state = 301}, - [1545] = {.lex_state = 312}, - [1546] = {.lex_state = 301}, - [1547] = {.lex_state = 301}, + [1545] = {.lex_state = 396}, + [1546] = {.lex_state = 396}, + [1547] = {.lex_state = 396}, [1548] = {.lex_state = 376}, - [1549] = {.lex_state = 367}, - [1550] = {.lex_state = 367}, - [1551] = {.lex_state = 301}, - [1552] = {.lex_state = 367}, - [1553] = {.lex_state = 394}, - [1554] = {.lex_state = 376}, - [1555] = {.lex_state = 301}, - [1556] = {.lex_state = 397}, - [1557] = {.lex_state = 397}, - [1558] = {.lex_state = 301}, - [1559] = {.lex_state = 301}, - [1560] = {.lex_state = 397}, - [1561] = {.lex_state = 301}, - [1562] = {.lex_state = 397}, - [1563] = {.lex_state = 301}, - [1564] = {.lex_state = 376}, + [1549] = {.lex_state = 301}, + [1550] = {.lex_state = 301}, + [1551] = {.lex_state = 368}, + [1552] = {.lex_state = 0}, + [1553] = {.lex_state = 376}, + [1554] = {.lex_state = 301}, + [1555] = {.lex_state = 368}, + [1556] = {.lex_state = 301}, + [1557] = {.lex_state = 376}, + [1558] = {.lex_state = 359}, + [1559] = {.lex_state = 376}, + [1560] = {.lex_state = 376}, + [1561] = {.lex_state = 398}, + [1562] = {.lex_state = 301}, + [1563] = {.lex_state = 315}, + [1564] = {.lex_state = 301}, [1565] = {.lex_state = 301}, - [1566] = {.lex_state = 367}, - [1567] = {.lex_state = 301}, - [1568] = {.lex_state = 393}, - [1569] = {.lex_state = 376}, - [1570] = {.lex_state = 396}, - [1571] = {.lex_state = 396}, - [1572] = {.lex_state = 396}, - [1573] = {.lex_state = 376}, - [1574] = {.lex_state = 301}, - [1575] = {.lex_state = 301}, - [1576] = {.lex_state = 376}, - [1577] = {.lex_state = 376}, - [1578] = {.lex_state = 301}, + [1566] = {.lex_state = 376}, + [1567] = {.lex_state = 368}, + [1568] = {.lex_state = 368}, + [1569] = {.lex_state = 301}, + [1570] = {.lex_state = 368}, + [1571] = {.lex_state = 394}, + [1572] = {.lex_state = 376}, + [1573] = {.lex_state = 301}, + [1574] = {.lex_state = 397}, + [1575] = {.lex_state = 397}, + [1576] = {.lex_state = 301}, + [1577] = {.lex_state = 301}, + [1578] = {.lex_state = 397}, [1579] = {.lex_state = 301}, - [1580] = {.lex_state = 367}, - [1581] = {.lex_state = 398}, - [1582] = {.lex_state = 398}, + [1580] = {.lex_state = 397}, + [1581] = {.lex_state = 301}, + [1582] = {.lex_state = 376}, [1583] = {.lex_state = 301}, - [1584] = {.lex_state = 301}, - [1585] = {.lex_state = 398}, - [1586] = {.lex_state = 301}, - [1587] = {.lex_state = 398}, - [1588] = {.lex_state = 301}, - [1589] = {.lex_state = 376}, - [1590] = {.lex_state = 301}, - [1591] = {.lex_state = 367}, + [1584] = {.lex_state = 368}, + [1585] = {.lex_state = 301}, + [1586] = {.lex_state = 393}, + [1587] = {.lex_state = 376}, + [1588] = {.lex_state = 396}, + [1589] = {.lex_state = 396}, + [1590] = {.lex_state = 396}, + [1591] = {.lex_state = 376}, [1592] = {.lex_state = 301}, - [1593] = {.lex_state = 394}, + [1593] = {.lex_state = 301}, [1594] = {.lex_state = 376}, [1595] = {.lex_state = 376}, - [1596] = {.lex_state = 397}, + [1596] = {.lex_state = 301}, [1597] = {.lex_state = 301}, - [1598] = {.lex_state = 397}, - [1599] = {.lex_state = 397}, - [1600] = {.lex_state = 397}, - [1601] = {.lex_state = 376}, + [1598] = {.lex_state = 368}, + [1599] = {.lex_state = 398}, + [1600] = {.lex_state = 398}, + [1601] = {.lex_state = 301}, [1602] = {.lex_state = 301}, - [1603] = {.lex_state = 301}, - [1604] = {.lex_state = 367}, - [1605] = {.lex_state = 393}, - [1606] = {.lex_state = 396}, + [1603] = {.lex_state = 398}, + [1604] = {.lex_state = 301}, + [1605] = {.lex_state = 398}, + [1606] = {.lex_state = 301}, [1607] = {.lex_state = 376}, [1608] = {.lex_state = 301}, - [1609] = {.lex_state = 376}, + [1609] = {.lex_state = 368}, [1610] = {.lex_state = 301}, - [1611] = {.lex_state = 301}, + [1611] = {.lex_state = 394}, [1612] = {.lex_state = 376}, - [1613] = {.lex_state = 398}, - [1614] = {.lex_state = 301}, - [1615] = {.lex_state = 398}, - [1616] = {.lex_state = 398}, - [1617] = {.lex_state = 398}, - [1618] = {.lex_state = 376}, - [1619] = {.lex_state = 301}, + [1613] = {.lex_state = 376}, + [1614] = {.lex_state = 397}, + [1615] = {.lex_state = 301}, + [1616] = {.lex_state = 397}, + [1617] = {.lex_state = 397}, + [1618] = {.lex_state = 397}, + [1619] = {.lex_state = 376}, [1620] = {.lex_state = 301}, - [1621] = {.lex_state = 367}, - [1622] = {.lex_state = 394}, - [1623] = {.lex_state = 397}, - [1624] = {.lex_state = 397}, - [1625] = {.lex_state = 397}, - [1626] = {.lex_state = 376}, - [1627] = {.lex_state = 301}, + [1621] = {.lex_state = 301}, + [1622] = {.lex_state = 368}, + [1623] = {.lex_state = 393}, + [1624] = {.lex_state = 396}, + [1625] = {.lex_state = 376}, + [1626] = {.lex_state = 301}, + [1627] = {.lex_state = 376}, [1628] = {.lex_state = 301}, - [1629] = {.lex_state = 396}, + [1629] = {.lex_state = 301}, [1630] = {.lex_state = 376}, - [1631] = {.lex_state = 376}, + [1631] = {.lex_state = 398}, [1632] = {.lex_state = 301}, [1633] = {.lex_state = 398}, [1634] = {.lex_state = 398}, @@ -8104,20 +8104,38 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1636] = {.lex_state = 376}, [1637] = {.lex_state = 301}, [1638] = {.lex_state = 301}, - [1639] = {.lex_state = 397}, - [1640] = {.lex_state = 376}, - [1641] = {.lex_state = 301}, - [1642] = {.lex_state = 396}, - [1643] = {.lex_state = 376}, - [1644] = {.lex_state = 398}, - [1645] = {.lex_state = 376}, + [1639] = {.lex_state = 368}, + [1640] = {.lex_state = 394}, + [1641] = {.lex_state = 397}, + [1642] = {.lex_state = 397}, + [1643] = {.lex_state = 397}, + [1644] = {.lex_state = 376}, + [1645] = {.lex_state = 301}, [1646] = {.lex_state = 301}, - [1647] = {.lex_state = 397}, + [1647] = {.lex_state = 396}, [1648] = {.lex_state = 376}, - [1649] = {.lex_state = 398}, - [1650] = {.lex_state = 376}, - [1651] = {.lex_state = 397}, + [1649] = {.lex_state = 376}, + [1650] = {.lex_state = 301}, + [1651] = {.lex_state = 398}, [1652] = {.lex_state = 398}, + [1653] = {.lex_state = 398}, + [1654] = {.lex_state = 376}, + [1655] = {.lex_state = 301}, + [1656] = {.lex_state = 301}, + [1657] = {.lex_state = 397}, + [1658] = {.lex_state = 376}, + [1659] = {.lex_state = 301}, + [1660] = {.lex_state = 396}, + [1661] = {.lex_state = 376}, + [1662] = {.lex_state = 398}, + [1663] = {.lex_state = 376}, + [1664] = {.lex_state = 301}, + [1665] = {.lex_state = 397}, + [1666] = {.lex_state = 376}, + [1667] = {.lex_state = 398}, + [1668] = {.lex_state = 376}, + [1669] = {.lex_state = 397}, + [1670] = {.lex_state = 398}, }; static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { @@ -8289,266 +8307,267 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [7] = { - [sym_preproc_arg] = ACTIONS(60), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(60), + [anon_sym_LF] = ACTIONS(62), [sym_comment] = ACTIONS(54), }, [8] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(40), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(41), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(41), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(42), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [9] = { - [anon_sym_extern] = ACTIONS(76), - [anon_sym_static] = ACTIONS(76), - [anon_sym_auto] = ACTIONS(76), - [anon_sym_register] = ACTIONS(76), - [anon_sym_inline] = ACTIONS(76), - [anon_sym_const] = ACTIONS(76), - [anon_sym_restrict] = ACTIONS(76), - [anon_sym_volatile] = ACTIONS(76), - [anon_sym_unsigned] = ACTIONS(76), - [anon_sym_long] = ACTIONS(76), - [anon_sym_short] = ACTIONS(76), - [sym_primitive_type] = ACTIONS(76), - [anon_sym_enum] = ACTIONS(76), - [anon_sym_struct] = ACTIONS(76), - [anon_sym_union] = ACTIONS(76), - [sym_string_literal] = ACTIONS(78), - [sym_identifier] = ACTIONS(80), + [anon_sym_extern] = ACTIONS(78), + [anon_sym_static] = ACTIONS(78), + [anon_sym_auto] = ACTIONS(78), + [anon_sym_register] = ACTIONS(78), + [anon_sym_inline] = ACTIONS(78), + [anon_sym_const] = ACTIONS(78), + [anon_sym_restrict] = ACTIONS(78), + [anon_sym_volatile] = ACTIONS(78), + [anon_sym_unsigned] = ACTIONS(78), + [anon_sym_long] = ACTIONS(78), + [anon_sym_short] = ACTIONS(78), + [sym_primitive_type] = ACTIONS(78), + [anon_sym_enum] = ACTIONS(78), + [anon_sym_struct] = ACTIONS(78), + [anon_sym_union] = ACTIONS(78), + [sym_string_literal] = ACTIONS(80), + [sym_identifier] = ACTIONS(82), [sym_comment] = ACTIONS(44), }, [10] = { - [anon_sym_extern] = ACTIONS(76), - [anon_sym_static] = ACTIONS(76), - [anon_sym_auto] = ACTIONS(76), - [anon_sym_register] = ACTIONS(76), - [anon_sym_inline] = ACTIONS(76), - [anon_sym_const] = ACTIONS(76), - [anon_sym_restrict] = ACTIONS(76), - [anon_sym_volatile] = ACTIONS(76), - [anon_sym_unsigned] = ACTIONS(76), - [anon_sym_long] = ACTIONS(76), - [anon_sym_short] = ACTIONS(76), - [sym_primitive_type] = ACTIONS(76), - [anon_sym_enum] = ACTIONS(76), - [anon_sym_struct] = ACTIONS(76), - [anon_sym_union] = ACTIONS(76), - [sym_identifier] = ACTIONS(80), + [anon_sym_extern] = ACTIONS(78), + [anon_sym_static] = ACTIONS(78), + [anon_sym_auto] = ACTIONS(78), + [anon_sym_register] = ACTIONS(78), + [anon_sym_inline] = ACTIONS(78), + [anon_sym_const] = ACTIONS(78), + [anon_sym_restrict] = ACTIONS(78), + [anon_sym_volatile] = ACTIONS(78), + [anon_sym_unsigned] = ACTIONS(78), + [anon_sym_long] = ACTIONS(78), + [anon_sym_short] = ACTIONS(78), + [sym_primitive_type] = ACTIONS(78), + [anon_sym_enum] = ACTIONS(78), + [anon_sym_struct] = ACTIONS(78), + [anon_sym_union] = ACTIONS(78), + [sym_identifier] = ACTIONS(82), [sym_comment] = ACTIONS(44), }, [11] = { - [anon_sym_extern] = ACTIONS(82), - [anon_sym_static] = ACTIONS(82), - [anon_sym_auto] = ACTIONS(82), - [anon_sym_register] = ACTIONS(82), - [anon_sym_inline] = ACTIONS(82), - [anon_sym_const] = ACTIONS(82), - [anon_sym_restrict] = ACTIONS(82), - [anon_sym_volatile] = ACTIONS(82), - [anon_sym_unsigned] = ACTIONS(82), - [anon_sym_long] = ACTIONS(82), - [anon_sym_short] = ACTIONS(82), - [sym_primitive_type] = ACTIONS(82), - [anon_sym_enum] = ACTIONS(82), - [anon_sym_struct] = ACTIONS(82), - [anon_sym_union] = ACTIONS(82), - [sym_identifier] = ACTIONS(84), + [anon_sym_extern] = ACTIONS(84), + [anon_sym_static] = ACTIONS(84), + [anon_sym_auto] = ACTIONS(84), + [anon_sym_register] = ACTIONS(84), + [anon_sym_inline] = ACTIONS(84), + [anon_sym_const] = ACTIONS(84), + [anon_sym_restrict] = ACTIONS(84), + [anon_sym_volatile] = ACTIONS(84), + [anon_sym_unsigned] = ACTIONS(84), + [anon_sym_long] = ACTIONS(84), + [anon_sym_short] = ACTIONS(84), + [sym_primitive_type] = ACTIONS(84), + [anon_sym_enum] = ACTIONS(84), + [anon_sym_struct] = ACTIONS(84), + [anon_sym_union] = ACTIONS(84), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(44), }, [12] = { - [anon_sym_LPAREN] = ACTIONS(86), - [anon_sym_COMMA] = ACTIONS(86), - [anon_sym_RPAREN] = ACTIONS(86), - [anon_sym_SEMI] = ACTIONS(86), - [anon_sym_extern] = ACTIONS(88), - [anon_sym_STAR] = ACTIONS(86), - [anon_sym_LBRACK] = ACTIONS(86), - [anon_sym_static] = ACTIONS(88), - [anon_sym_auto] = ACTIONS(88), - [anon_sym_register] = ACTIONS(88), - [anon_sym_inline] = ACTIONS(88), - [anon_sym_const] = ACTIONS(88), - [anon_sym_restrict] = ACTIONS(88), - [anon_sym_volatile] = ACTIONS(88), - [anon_sym_unsigned] = ACTIONS(88), - [anon_sym_long] = ACTIONS(88), - [anon_sym_short] = ACTIONS(88), - [sym_primitive_type] = ACTIONS(88), - [anon_sym_COLON] = ACTIONS(86), - [sym_identifier] = ACTIONS(90), + [anon_sym_LPAREN] = ACTIONS(88), + [anon_sym_COMMA] = ACTIONS(88), + [anon_sym_RPAREN] = ACTIONS(88), + [anon_sym_SEMI] = ACTIONS(88), + [anon_sym_extern] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(88), + [anon_sym_LBRACK] = ACTIONS(88), + [anon_sym_static] = ACTIONS(90), + [anon_sym_auto] = ACTIONS(90), + [anon_sym_register] = ACTIONS(90), + [anon_sym_inline] = ACTIONS(90), + [anon_sym_const] = ACTIONS(90), + [anon_sym_restrict] = ACTIONS(90), + [anon_sym_volatile] = ACTIONS(90), + [anon_sym_unsigned] = ACTIONS(90), + [anon_sym_long] = ACTIONS(90), + [anon_sym_short] = ACTIONS(90), + [sym_primitive_type] = ACTIONS(90), + [anon_sym_COLON] = ACTIONS(88), + [sym_identifier] = ACTIONS(92), [sym_comment] = ACTIONS(44), }, [13] = { - [anon_sym_LPAREN] = ACTIONS(92), - [anon_sym_COMMA] = ACTIONS(92), - [anon_sym_RPAREN] = ACTIONS(92), - [anon_sym_SEMI] = ACTIONS(92), - [anon_sym_extern] = ACTIONS(94), - [anon_sym_STAR] = ACTIONS(92), - [anon_sym_LBRACK] = ACTIONS(92), - [anon_sym_static] = ACTIONS(94), - [anon_sym_auto] = ACTIONS(94), - [anon_sym_register] = ACTIONS(94), - [anon_sym_inline] = ACTIONS(94), - [anon_sym_const] = ACTIONS(94), - [anon_sym_restrict] = ACTIONS(94), - [anon_sym_volatile] = ACTIONS(94), - [anon_sym_COLON] = ACTIONS(92), - [sym_identifier] = ACTIONS(96), + [anon_sym_LPAREN] = ACTIONS(94), + [anon_sym_COMMA] = ACTIONS(94), + [anon_sym_RPAREN] = ACTIONS(94), + [anon_sym_SEMI] = ACTIONS(94), + [anon_sym_extern] = ACTIONS(96), + [anon_sym_STAR] = ACTIONS(94), + [anon_sym_LBRACK] = ACTIONS(94), + [anon_sym_static] = ACTIONS(96), + [anon_sym_auto] = ACTIONS(96), + [anon_sym_register] = ACTIONS(96), + [anon_sym_inline] = ACTIONS(96), + [anon_sym_const] = ACTIONS(96), + [anon_sym_restrict] = ACTIONS(96), + [anon_sym_volatile] = ACTIONS(96), + [anon_sym_COLON] = ACTIONS(94), + [sym_identifier] = ACTIONS(98), [sym_comment] = ACTIONS(44), }, [14] = { - [sym_enumerator_list] = STATE(46), - [anon_sym_LBRACE] = ACTIONS(98), - [sym_identifier] = ACTIONS(100), + [sym_enumerator_list] = STATE(47), + [anon_sym_LBRACE] = ACTIONS(100), + [sym_identifier] = ACTIONS(102), [sym_comment] = ACTIONS(44), }, [15] = { - [sym_field_declaration_list] = STATE(49), - [anon_sym_LBRACE] = ACTIONS(102), - [sym_identifier] = ACTIONS(104), + [sym_field_declaration_list] = STATE(50), + [anon_sym_LBRACE] = ACTIONS(104), + [sym_identifier] = ACTIONS(106), [sym_comment] = ACTIONS(44), }, [16] = { - [sym_field_declaration_list] = STATE(51), - [anon_sym_LBRACE] = ACTIONS(102), - [sym_identifier] = ACTIONS(106), + [sym_field_declaration_list] = STATE(52), + [anon_sym_LBRACE] = ACTIONS(104), + [sym_identifier] = ACTIONS(108), [sym_comment] = ACTIONS(44), }, [17] = { - [anon_sym_LPAREN] = ACTIONS(108), - [anon_sym_COMMA] = ACTIONS(111), - [anon_sym_RPAREN] = ACTIONS(111), - [anon_sym_SEMI] = ACTIONS(111), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_LBRACK] = ACTIONS(111), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(111), - [sym_identifier] = ACTIONS(115), + [anon_sym_LPAREN] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(113), + [anon_sym_RPAREN] = ACTIONS(113), + [anon_sym_SEMI] = ACTIONS(113), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(113), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(113), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [18] = { - [ts_builtin_sym_end] = ACTIONS(117), + [ts_builtin_sym_end] = ACTIONS(119), [sym_comment] = ACTIONS(44), }, [19] = { - [ts_builtin_sym_end] = ACTIONS(119), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(121), - [sym_preproc_directive] = ACTIONS(123), - [anon_sym_typedef] = ACTIONS(121), - [anon_sym_extern] = ACTIONS(121), - [anon_sym_RBRACE] = ACTIONS(119), - [anon_sym_static] = ACTIONS(121), - [anon_sym_auto] = ACTIONS(121), - [anon_sym_register] = ACTIONS(121), - [anon_sym_inline] = ACTIONS(121), - [anon_sym_const] = ACTIONS(121), - [anon_sym_restrict] = ACTIONS(121), - [anon_sym_volatile] = ACTIONS(121), - [anon_sym_unsigned] = ACTIONS(121), - [anon_sym_long] = ACTIONS(121), - [anon_sym_short] = ACTIONS(121), - [sym_primitive_type] = ACTIONS(121), - [anon_sym_enum] = ACTIONS(121), - [anon_sym_struct] = ACTIONS(121), - [anon_sym_union] = ACTIONS(121), - [sym_identifier] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(121), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(123), + [sym_preproc_directive] = ACTIONS(125), + [anon_sym_typedef] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_static] = ACTIONS(123), + [anon_sym_auto] = ACTIONS(123), + [anon_sym_register] = ACTIONS(123), + [anon_sym_inline] = ACTIONS(123), + [anon_sym_const] = ACTIONS(123), + [anon_sym_restrict] = ACTIONS(123), + [anon_sym_volatile] = ACTIONS(123), + [anon_sym_unsigned] = ACTIONS(123), + [anon_sym_long] = ACTIONS(123), + [anon_sym_short] = ACTIONS(123), + [sym_primitive_type] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(123), + [anon_sym_struct] = ACTIONS(123), + [anon_sym_union] = ACTIONS(123), + [sym_identifier] = ACTIONS(125), [sym_comment] = ACTIONS(44), }, [20] = { - [sym__declarator] = STATE(57), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(58), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(127), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), + [sym__declarator] = STATE(58), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(59), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(129), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [21] = { - [anon_sym_extern] = ACTIONS(133), - [anon_sym_static] = ACTIONS(133), - [anon_sym_auto] = ACTIONS(133), - [anon_sym_register] = ACTIONS(133), - [anon_sym_inline] = ACTIONS(133), - [anon_sym_const] = ACTIONS(133), - [anon_sym_restrict] = ACTIONS(133), - [anon_sym_volatile] = ACTIONS(133), - [anon_sym_unsigned] = ACTIONS(133), - [anon_sym_long] = ACTIONS(133), - [anon_sym_short] = ACTIONS(133), - [sym_primitive_type] = ACTIONS(133), - [anon_sym_enum] = ACTIONS(133), - [anon_sym_struct] = ACTIONS(133), - [anon_sym_union] = ACTIONS(133), - [sym_identifier] = ACTIONS(135), + [anon_sym_extern] = ACTIONS(135), + [anon_sym_static] = ACTIONS(135), + [anon_sym_auto] = ACTIONS(135), + [anon_sym_register] = ACTIONS(135), + [anon_sym_inline] = ACTIONS(135), + [anon_sym_const] = ACTIONS(135), + [anon_sym_restrict] = ACTIONS(135), + [anon_sym_volatile] = ACTIONS(135), + [anon_sym_unsigned] = ACTIONS(135), + [anon_sym_long] = ACTIONS(135), + [anon_sym_short] = ACTIONS(135), + [sym_primitive_type] = ACTIONS(135), + [anon_sym_enum] = ACTIONS(135), + [anon_sym_struct] = ACTIONS(135), + [anon_sym_union] = ACTIONS(135), + [sym_identifier] = ACTIONS(137), [sym_comment] = ACTIONS(44), }, [22] = { - [sym_storage_class_specifier] = STATE(61), - [sym_type_qualifier] = STATE(61), - [aux_sym__declaration_specifiers_repeat1] = STATE(62), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_COMMA] = ACTIONS(137), - [anon_sym_RPAREN] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(137), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_static] = ACTIONS(139), - [anon_sym_auto] = ACTIONS(139), - [anon_sym_register] = ACTIONS(139), - [anon_sym_inline] = ACTIONS(139), - [anon_sym_const] = ACTIONS(141), - [anon_sym_restrict] = ACTIONS(141), - [anon_sym_volatile] = ACTIONS(141), - [anon_sym_COLON] = ACTIONS(137), - [sym_identifier] = ACTIONS(143), + [sym_storage_class_specifier] = STATE(62), + [sym_type_qualifier] = STATE(62), + [aux_sym__declaration_specifiers_repeat1] = STATE(63), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_COMMA] = ACTIONS(139), + [anon_sym_RPAREN] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(141), + [anon_sym_STAR] = ACTIONS(139), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_static] = ACTIONS(141), + [anon_sym_auto] = ACTIONS(141), + [anon_sym_register] = ACTIONS(141), + [anon_sym_inline] = ACTIONS(141), + [anon_sym_const] = ACTIONS(143), + [anon_sym_restrict] = ACTIONS(143), + [anon_sym_volatile] = ACTIONS(143), + [anon_sym_COLON] = ACTIONS(139), + [sym_identifier] = ACTIONS(145), [sym_comment] = ACTIONS(44), }, [23] = { - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), + [sym_preproc_include] = STATE(64), + [sym_preproc_def] = STATE(64), + [sym_preproc_function_def] = STATE(64), + [sym_preproc_call] = STATE(64), + [sym_preproc_if] = STATE(64), + [sym_preproc_ifdef] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_declaration] = STATE(64), + [sym_type_definition] = STATE(64), [sym__declaration_specifiers] = STATE(20), - [sym_linkage_specification] = STATE(63), + [sym_linkage_specification] = STATE(64), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -8556,11 +8575,11 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(63), + [sym__empty_declaration] = STATE(64), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [ts_builtin_sym_end] = ACTIONS(145), + [ts_builtin_sym_end] = ACTIONS(147), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), @@ -8587,9 +8606,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [24] = { - [sym_storage_class_specifier] = STATE(64), - [sym_type_qualifier] = STATE(64), - [sym__type_specifier] = STATE(65), + [sym_storage_class_specifier] = STATE(65), + [sym_type_qualifier] = STATE(65), + [sym__type_specifier] = STATE(66), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), @@ -8615,77 +8634,77 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [25] = { - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_static] = ACTIONS(149), - [anon_sym_auto] = ACTIONS(149), - [anon_sym_register] = ACTIONS(149), - [anon_sym_inline] = ACTIONS(149), - [anon_sym_const] = ACTIONS(149), - [anon_sym_restrict] = ACTIONS(149), - [anon_sym_volatile] = ACTIONS(149), - [anon_sym_unsigned] = ACTIONS(151), - [anon_sym_long] = ACTIONS(151), - [anon_sym_short] = ACTIONS(151), - [sym_primitive_type] = ACTIONS(153), - [anon_sym_COLON] = ACTIONS(147), - [sym_identifier] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_extern] = ACTIONS(151), + [anon_sym_STAR] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_static] = ACTIONS(151), + [anon_sym_auto] = ACTIONS(151), + [anon_sym_register] = ACTIONS(151), + [anon_sym_inline] = ACTIONS(151), + [anon_sym_const] = ACTIONS(151), + [anon_sym_restrict] = ACTIONS(151), + [anon_sym_volatile] = ACTIONS(151), + [anon_sym_unsigned] = ACTIONS(153), + [anon_sym_long] = ACTIONS(153), + [anon_sym_short] = ACTIONS(153), + [sym_primitive_type] = ACTIONS(155), + [anon_sym_COLON] = ACTIONS(149), + [sym_identifier] = ACTIONS(157), [sym_comment] = ACTIONS(44), }, [26] = { - [ts_builtin_sym_end] = ACTIONS(158), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(160), - [sym_preproc_directive] = ACTIONS(162), - [anon_sym_typedef] = ACTIONS(160), - [anon_sym_extern] = ACTIONS(160), - [anon_sym_RBRACE] = ACTIONS(158), - [anon_sym_static] = ACTIONS(160), - [anon_sym_auto] = ACTIONS(160), - [anon_sym_register] = ACTIONS(160), - [anon_sym_inline] = ACTIONS(160), - [anon_sym_const] = ACTIONS(160), - [anon_sym_restrict] = ACTIONS(160), - [anon_sym_volatile] = ACTIONS(160), - [anon_sym_unsigned] = ACTIONS(160), - [anon_sym_long] = ACTIONS(160), - [anon_sym_short] = ACTIONS(160), - [sym_primitive_type] = ACTIONS(160), - [anon_sym_enum] = ACTIONS(160), - [anon_sym_struct] = ACTIONS(160), - [anon_sym_union] = ACTIONS(160), - [sym_identifier] = ACTIONS(162), + [ts_builtin_sym_end] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(162), + [sym_preproc_directive] = ACTIONS(164), + [anon_sym_typedef] = ACTIONS(162), + [anon_sym_extern] = ACTIONS(162), + [anon_sym_RBRACE] = ACTIONS(160), + [anon_sym_static] = ACTIONS(162), + [anon_sym_auto] = ACTIONS(162), + [anon_sym_register] = ACTIONS(162), + [anon_sym_inline] = ACTIONS(162), + [anon_sym_const] = ACTIONS(162), + [anon_sym_restrict] = ACTIONS(162), + [anon_sym_volatile] = ACTIONS(162), + [anon_sym_unsigned] = ACTIONS(162), + [anon_sym_long] = ACTIONS(162), + [anon_sym_short] = ACTIONS(162), + [sym_primitive_type] = ACTIONS(162), + [anon_sym_enum] = ACTIONS(162), + [anon_sym_struct] = ACTIONS(162), + [anon_sym_union] = ACTIONS(162), + [sym_identifier] = ACTIONS(164), [sym_comment] = ACTIONS(44), }, [27] = { - [sym_preproc_params] = STATE(72), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(164), - [anon_sym_LF] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(168), + [sym_preproc_params] = STATE(73), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(166), + [anon_sym_LF] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(170), [sym_comment] = ACTIONS(54), }, [28] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(85), - [sym_preproc_else] = STATE(85), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(86), + [sym_preproc_else] = STATE(86), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -8693,22 +8712,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(87), + [aux_sym_translation_unit_repeat1] = STATE(88), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(176), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -8727,19 +8746,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [29] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(89), - [sym_preproc_else] = STATE(89), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(90), + [sym_preproc_else] = STATE(90), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -8747,22 +8766,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(90), + [aux_sym_translation_unit_repeat1] = STATE(91), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(192), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(194), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -8781,19 +8800,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [30] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(92), - [sym_preproc_else] = STATE(92), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(93), + [sym_preproc_else] = STATE(93), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -8801,22 +8820,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(93), + [aux_sym_translation_unit_repeat1] = STATE(94), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(194), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(196), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -8835,150 +8854,154 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [31] = { - [ts_builtin_sym_end] = ACTIONS(196), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(198), - [sym_preproc_directive] = ACTIONS(200), - [anon_sym_typedef] = ACTIONS(198), - [anon_sym_extern] = ACTIONS(198), - [anon_sym_RBRACE] = ACTIONS(196), - [anon_sym_static] = ACTIONS(198), - [anon_sym_auto] = ACTIONS(198), - [anon_sym_register] = ACTIONS(198), - [anon_sym_inline] = ACTIONS(198), - [anon_sym_const] = ACTIONS(198), - [anon_sym_restrict] = ACTIONS(198), - [anon_sym_volatile] = ACTIONS(198), - [anon_sym_unsigned] = ACTIONS(198), - [anon_sym_long] = ACTIONS(198), - [anon_sym_short] = ACTIONS(198), - [sym_primitive_type] = ACTIONS(198), - [anon_sym_enum] = ACTIONS(198), - [anon_sym_struct] = ACTIONS(198), - [anon_sym_union] = ACTIONS(198), - [sym_identifier] = ACTIONS(200), - [sym_comment] = ACTIONS(44), + [sym_preproc_arg] = ACTIONS(198), + [sym_comment] = ACTIONS(54), }, [32] = { - [anon_sym_const] = ACTIONS(82), - [anon_sym_restrict] = ACTIONS(82), - [anon_sym_volatile] = ACTIONS(82), - [anon_sym_unsigned] = ACTIONS(82), - [anon_sym_long] = ACTIONS(82), - [anon_sym_short] = ACTIONS(82), - [sym_primitive_type] = ACTIONS(82), - [anon_sym_enum] = ACTIONS(82), - [anon_sym_struct] = ACTIONS(82), - [anon_sym_union] = ACTIONS(82), - [sym_identifier] = ACTIONS(84), + [ts_builtin_sym_end] = ACTIONS(200), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(202), + [sym_preproc_directive] = ACTIONS(204), + [anon_sym_typedef] = ACTIONS(202), + [anon_sym_extern] = ACTIONS(202), + [anon_sym_RBRACE] = ACTIONS(200), + [anon_sym_static] = ACTIONS(202), + [anon_sym_auto] = ACTIONS(202), + [anon_sym_register] = ACTIONS(202), + [anon_sym_inline] = ACTIONS(202), + [anon_sym_const] = ACTIONS(202), + [anon_sym_restrict] = ACTIONS(202), + [anon_sym_volatile] = ACTIONS(202), + [anon_sym_unsigned] = ACTIONS(202), + [anon_sym_long] = ACTIONS(202), + [anon_sym_short] = ACTIONS(202), + [sym_primitive_type] = ACTIONS(202), + [anon_sym_enum] = ACTIONS(202), + [anon_sym_struct] = ACTIONS(202), + [anon_sym_union] = ACTIONS(202), + [sym_identifier] = ACTIONS(204), [sym_comment] = ACTIONS(44), }, [33] = { - [anon_sym_LPAREN] = ACTIONS(86), - [anon_sym_RPAREN] = ACTIONS(86), - [anon_sym_STAR] = ACTIONS(86), - [anon_sym_LBRACK] = ACTIONS(86), - [anon_sym_unsigned] = ACTIONS(88), - [anon_sym_long] = ACTIONS(88), - [anon_sym_short] = ACTIONS(88), - [sym_primitive_type] = ACTIONS(88), - [sym_identifier] = ACTIONS(90), + [anon_sym_const] = ACTIONS(84), + [anon_sym_restrict] = ACTIONS(84), + [anon_sym_volatile] = ACTIONS(84), + [anon_sym_unsigned] = ACTIONS(84), + [anon_sym_long] = ACTIONS(84), + [anon_sym_short] = ACTIONS(84), + [sym_primitive_type] = ACTIONS(84), + [anon_sym_enum] = ACTIONS(84), + [anon_sym_struct] = ACTIONS(84), + [anon_sym_union] = ACTIONS(84), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(44), }, [34] = { - [anon_sym_LPAREN] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(92), - [sym_identifier] = ACTIONS(94), + [anon_sym_LPAREN] = ACTIONS(88), + [anon_sym_RPAREN] = ACTIONS(88), + [anon_sym_STAR] = ACTIONS(88), + [anon_sym_LBRACK] = ACTIONS(88), + [anon_sym_unsigned] = ACTIONS(90), + [anon_sym_long] = ACTIONS(90), + [anon_sym_short] = ACTIONS(90), + [sym_primitive_type] = ACTIONS(90), + [sym_identifier] = ACTIONS(92), [sym_comment] = ACTIONS(44), }, [35] = { - [sym_enumerator_list] = STATE(96), - [anon_sym_LBRACE] = ACTIONS(202), - [sym_identifier] = ACTIONS(204), + [anon_sym_LPAREN] = ACTIONS(94), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(96), [sym_comment] = ACTIONS(44), }, [36] = { - [sym_field_declaration_list] = STATE(99), + [sym_enumerator_list] = STATE(98), [anon_sym_LBRACE] = ACTIONS(206), [sym_identifier] = ACTIONS(208), [sym_comment] = ACTIONS(44), }, [37] = { [sym_field_declaration_list] = STATE(101), - [anon_sym_LBRACE] = ACTIONS(206), - [sym_identifier] = ACTIONS(210), + [anon_sym_LBRACE] = ACTIONS(210), + [sym_identifier] = ACTIONS(212), [sym_comment] = ACTIONS(44), }, [38] = { - [anon_sym_LPAREN] = ACTIONS(212), - [anon_sym_STAR] = ACTIONS(111), - [sym_identifier] = ACTIONS(113), + [sym_field_declaration_list] = STATE(103), + [anon_sym_LBRACE] = ACTIONS(210), + [sym_identifier] = ACTIONS(214), [sym_comment] = ACTIONS(44), }, [39] = { - [anon_sym_const] = ACTIONS(215), - [anon_sym_restrict] = ACTIONS(215), - [anon_sym_volatile] = ACTIONS(215), - [anon_sym_unsigned] = ACTIONS(215), - [anon_sym_long] = ACTIONS(215), - [anon_sym_short] = ACTIONS(215), - [sym_primitive_type] = ACTIONS(215), - [anon_sym_enum] = ACTIONS(215), - [anon_sym_struct] = ACTIONS(215), - [anon_sym_union] = ACTIONS(215), - [sym_identifier] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(216), + [anon_sym_STAR] = ACTIONS(113), + [sym_identifier] = ACTIONS(115), [sym_comment] = ACTIONS(44), }, [40] = { - [sym__type_declarator] = STATE(106), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [anon_sym_const] = ACTIONS(219), + [anon_sym_restrict] = ACTIONS(219), + [anon_sym_volatile] = ACTIONS(219), + [anon_sym_unsigned] = ACTIONS(219), + [anon_sym_long] = ACTIONS(219), + [anon_sym_short] = ACTIONS(219), + [sym_primitive_type] = ACTIONS(219), + [anon_sym_enum] = ACTIONS(219), + [anon_sym_struct] = ACTIONS(219), + [anon_sym_union] = ACTIONS(219), + [sym_identifier] = ACTIONS(221), [sym_comment] = ACTIONS(44), }, [41] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(111), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [sym__type_declarator] = STATE(108), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [42] = { - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), - [sym_identifier] = ACTIONS(229), + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [43] = { - [sym_function_definition] = STATE(116), - [sym_declaration] = STATE(116), - [sym__declaration_specifiers] = STATE(117), - [sym_declaration_list] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_STAR] = ACTIONS(149), + [anon_sym_unsigned] = ACTIONS(229), + [anon_sym_long] = ACTIONS(229), + [anon_sym_short] = ACTIONS(229), + [sym_primitive_type] = ACTIONS(231), + [sym_identifier] = ACTIONS(233), + [sym_comment] = ACTIONS(44), + }, + [44] = { + [sym_function_definition] = STATE(118), + [sym_declaration] = STATE(118), + [sym__declaration_specifiers] = STATE(119), + [sym_declaration_list] = STATE(118), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -8990,7 +9013,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(232), + [anon_sym_LBRACE] = ACTIONS(236), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9008,55 +9031,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [44] = { - [sym_enumerator] = STATE(121), - [anon_sym_COMMA] = ACTIONS(234), - [anon_sym_RBRACE] = ACTIONS(236), - [sym_identifier] = ACTIONS(238), - [sym_comment] = ACTIONS(44), - }, [45] = { - [sym_enumerator_list] = STATE(122), - [anon_sym_LPAREN] = ACTIONS(240), - [anon_sym_COMMA] = ACTIONS(240), - [anon_sym_RPAREN] = ACTIONS(240), - [anon_sym_SEMI] = ACTIONS(240), - [anon_sym_extern] = ACTIONS(242), - [anon_sym_LBRACE] = ACTIONS(98), - [anon_sym_STAR] = ACTIONS(240), - [anon_sym_LBRACK] = ACTIONS(240), - [anon_sym_static] = ACTIONS(242), - [anon_sym_auto] = ACTIONS(242), - [anon_sym_register] = ACTIONS(242), - [anon_sym_inline] = ACTIONS(242), - [anon_sym_const] = ACTIONS(242), - [anon_sym_restrict] = ACTIONS(242), - [anon_sym_volatile] = ACTIONS(242), - [anon_sym_COLON] = ACTIONS(240), - [sym_identifier] = ACTIONS(244), + [sym_enumerator] = STATE(123), + [anon_sym_COMMA] = ACTIONS(238), + [anon_sym_RBRACE] = ACTIONS(240), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [46] = { - [anon_sym_LPAREN] = ACTIONS(246), - [anon_sym_COMMA] = ACTIONS(246), - [anon_sym_RPAREN] = ACTIONS(246), - [anon_sym_SEMI] = ACTIONS(246), - [anon_sym_extern] = ACTIONS(248), - [anon_sym_STAR] = ACTIONS(246), - [anon_sym_LBRACK] = ACTIONS(246), - [anon_sym_static] = ACTIONS(248), - [anon_sym_auto] = ACTIONS(248), - [anon_sym_register] = ACTIONS(248), - [anon_sym_inline] = ACTIONS(248), - [anon_sym_const] = ACTIONS(248), - [anon_sym_restrict] = ACTIONS(248), - [anon_sym_volatile] = ACTIONS(248), - [anon_sym_COLON] = ACTIONS(246), - [sym_identifier] = ACTIONS(250), + [sym_enumerator_list] = STATE(124), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(244), + [anon_sym_SEMI] = ACTIONS(244), + [anon_sym_extern] = ACTIONS(246), + [anon_sym_LBRACE] = ACTIONS(100), + [anon_sym_STAR] = ACTIONS(244), + [anon_sym_LBRACK] = ACTIONS(244), + [anon_sym_static] = ACTIONS(246), + [anon_sym_auto] = ACTIONS(246), + [anon_sym_register] = ACTIONS(246), + [anon_sym_inline] = ACTIONS(246), + [anon_sym_const] = ACTIONS(246), + [anon_sym_restrict] = ACTIONS(246), + [anon_sym_volatile] = ACTIONS(246), + [anon_sym_COLON] = ACTIONS(244), + [sym_identifier] = ACTIONS(248), [sym_comment] = ACTIONS(44), }, [47] = { - [sym__declaration_specifiers] = STATE(124), + [anon_sym_LPAREN] = ACTIONS(250), + [anon_sym_COMMA] = ACTIONS(250), + [anon_sym_RPAREN] = ACTIONS(250), + [anon_sym_SEMI] = ACTIONS(250), + [anon_sym_extern] = ACTIONS(252), + [anon_sym_STAR] = ACTIONS(250), + [anon_sym_LBRACK] = ACTIONS(250), + [anon_sym_static] = ACTIONS(252), + [anon_sym_auto] = ACTIONS(252), + [anon_sym_register] = ACTIONS(252), + [anon_sym_inline] = ACTIONS(252), + [anon_sym_const] = ACTIONS(252), + [anon_sym_restrict] = ACTIONS(252), + [anon_sym_volatile] = ACTIONS(252), + [anon_sym_COLON] = ACTIONS(250), + [sym_identifier] = ACTIONS(254), + [sym_comment] = ACTIONS(44), + }, + [48] = { + [sym__declaration_specifiers] = STATE(126), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -9064,13 +9087,13 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_field_declaration] = STATE(125), + [sym_field_declaration] = STATE(127), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_field_declaration_list_repeat1] = STATE(126), + [aux_sym_field_declaration_list_repeat1] = STATE(128), [anon_sym_extern] = ACTIONS(28), - [anon_sym_RBRACE] = ACTIONS(252), + [anon_sym_RBRACE] = ACTIONS(256), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9088,103 +9111,103 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [48] = { - [sym_field_declaration_list] = STATE(127), - [anon_sym_LPAREN] = ACTIONS(254), - [anon_sym_COMMA] = ACTIONS(254), - [anon_sym_RPAREN] = ACTIONS(254), - [anon_sym_SEMI] = ACTIONS(254), - [anon_sym_extern] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(102), - [anon_sym_STAR] = ACTIONS(254), - [anon_sym_LBRACK] = ACTIONS(254), - [anon_sym_static] = ACTIONS(256), - [anon_sym_auto] = ACTIONS(256), - [anon_sym_register] = ACTIONS(256), - [anon_sym_inline] = ACTIONS(256), - [anon_sym_const] = ACTIONS(256), - [anon_sym_restrict] = ACTIONS(256), - [anon_sym_volatile] = ACTIONS(256), - [anon_sym_COLON] = ACTIONS(254), - [sym_identifier] = ACTIONS(258), - [sym_comment] = ACTIONS(44), - }, [49] = { - [anon_sym_LPAREN] = ACTIONS(260), - [anon_sym_COMMA] = ACTIONS(260), - [anon_sym_RPAREN] = ACTIONS(260), - [anon_sym_SEMI] = ACTIONS(260), - [anon_sym_extern] = ACTIONS(262), - [anon_sym_STAR] = ACTIONS(260), - [anon_sym_LBRACK] = ACTIONS(260), - [anon_sym_static] = ACTIONS(262), - [anon_sym_auto] = ACTIONS(262), - [anon_sym_register] = ACTIONS(262), - [anon_sym_inline] = ACTIONS(262), - [anon_sym_const] = ACTIONS(262), - [anon_sym_restrict] = ACTIONS(262), - [anon_sym_volatile] = ACTIONS(262), - [anon_sym_COLON] = ACTIONS(260), - [sym_identifier] = ACTIONS(264), + [sym_field_declaration_list] = STATE(129), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_COMMA] = ACTIONS(258), + [anon_sym_RPAREN] = ACTIONS(258), + [anon_sym_SEMI] = ACTIONS(258), + [anon_sym_extern] = ACTIONS(260), + [anon_sym_LBRACE] = ACTIONS(104), + [anon_sym_STAR] = ACTIONS(258), + [anon_sym_LBRACK] = ACTIONS(258), + [anon_sym_static] = ACTIONS(260), + [anon_sym_auto] = ACTIONS(260), + [anon_sym_register] = ACTIONS(260), + [anon_sym_inline] = ACTIONS(260), + [anon_sym_const] = ACTIONS(260), + [anon_sym_restrict] = ACTIONS(260), + [anon_sym_volatile] = ACTIONS(260), + [anon_sym_COLON] = ACTIONS(258), + [sym_identifier] = ACTIONS(262), [sym_comment] = ACTIONS(44), }, [50] = { - [sym_field_declaration_list] = STATE(128), - [anon_sym_LPAREN] = ACTIONS(266), - [anon_sym_COMMA] = ACTIONS(266), - [anon_sym_RPAREN] = ACTIONS(266), - [anon_sym_SEMI] = ACTIONS(266), - [anon_sym_extern] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(102), - [anon_sym_STAR] = ACTIONS(266), - [anon_sym_LBRACK] = ACTIONS(266), - [anon_sym_static] = ACTIONS(268), - [anon_sym_auto] = ACTIONS(268), - [anon_sym_register] = ACTIONS(268), - [anon_sym_inline] = ACTIONS(268), - [anon_sym_const] = ACTIONS(268), - [anon_sym_restrict] = ACTIONS(268), - [anon_sym_volatile] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(266), - [sym_identifier] = ACTIONS(270), + [anon_sym_LPAREN] = ACTIONS(264), + [anon_sym_COMMA] = ACTIONS(264), + [anon_sym_RPAREN] = ACTIONS(264), + [anon_sym_SEMI] = ACTIONS(264), + [anon_sym_extern] = ACTIONS(266), + [anon_sym_STAR] = ACTIONS(264), + [anon_sym_LBRACK] = ACTIONS(264), + [anon_sym_static] = ACTIONS(266), + [anon_sym_auto] = ACTIONS(266), + [anon_sym_register] = ACTIONS(266), + [anon_sym_inline] = ACTIONS(266), + [anon_sym_const] = ACTIONS(266), + [anon_sym_restrict] = ACTIONS(266), + [anon_sym_volatile] = ACTIONS(266), + [anon_sym_COLON] = ACTIONS(264), + [sym_identifier] = ACTIONS(268), [sym_comment] = ACTIONS(44), }, [51] = { - [anon_sym_LPAREN] = ACTIONS(272), - [anon_sym_COMMA] = ACTIONS(272), - [anon_sym_RPAREN] = ACTIONS(272), - [anon_sym_SEMI] = ACTIONS(272), - [anon_sym_extern] = ACTIONS(274), - [anon_sym_STAR] = ACTIONS(272), - [anon_sym_LBRACK] = ACTIONS(272), - [anon_sym_static] = ACTIONS(274), - [anon_sym_auto] = ACTIONS(274), - [anon_sym_register] = ACTIONS(274), - [anon_sym_inline] = ACTIONS(274), - [anon_sym_const] = ACTIONS(274), - [anon_sym_restrict] = ACTIONS(274), - [anon_sym_volatile] = ACTIONS(274), - [anon_sym_COLON] = ACTIONS(272), - [sym_identifier] = ACTIONS(276), + [sym_field_declaration_list] = STATE(130), + [anon_sym_LPAREN] = ACTIONS(270), + [anon_sym_COMMA] = ACTIONS(270), + [anon_sym_RPAREN] = ACTIONS(270), + [anon_sym_SEMI] = ACTIONS(270), + [anon_sym_extern] = ACTIONS(272), + [anon_sym_LBRACE] = ACTIONS(104), + [anon_sym_STAR] = ACTIONS(270), + [anon_sym_LBRACK] = ACTIONS(270), + [anon_sym_static] = ACTIONS(272), + [anon_sym_auto] = ACTIONS(272), + [anon_sym_register] = ACTIONS(272), + [anon_sym_inline] = ACTIONS(272), + [anon_sym_const] = ACTIONS(272), + [anon_sym_restrict] = ACTIONS(272), + [anon_sym_volatile] = ACTIONS(272), + [anon_sym_COLON] = ACTIONS(270), + [sym_identifier] = ACTIONS(274), [sym_comment] = ACTIONS(44), }, [52] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [anon_sym_LPAREN] = ACTIONS(276), + [anon_sym_COMMA] = ACTIONS(276), + [anon_sym_RPAREN] = ACTIONS(276), + [anon_sym_SEMI] = ACTIONS(276), + [anon_sym_extern] = ACTIONS(278), + [anon_sym_STAR] = ACTIONS(276), + [anon_sym_LBRACK] = ACTIONS(276), + [anon_sym_static] = ACTIONS(278), + [anon_sym_auto] = ACTIONS(278), + [anon_sym_register] = ACTIONS(278), + [anon_sym_inline] = ACTIONS(278), + [anon_sym_const] = ACTIONS(278), + [anon_sym_restrict] = ACTIONS(278), + [anon_sym_volatile] = ACTIONS(278), + [anon_sym_COLON] = ACTIONS(276), + [sym_identifier] = ACTIONS(280), + [sym_comment] = ACTIONS(44), + }, + [53] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_type_descriptor] = STATE(130), + [sym_type_descriptor] = STATE(132), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), @@ -9192,190 +9215,171 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [53] = { - [sym__declarator] = STATE(134), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(278), - [sym_identifier] = ACTIONS(131), - [sym_comment] = ACTIONS(44), - }, [54] = { - [ts_builtin_sym_end] = ACTIONS(280), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(282), - [sym_preproc_directive] = ACTIONS(284), - [anon_sym_typedef] = ACTIONS(282), - [anon_sym_extern] = ACTIONS(282), - [anon_sym_RBRACE] = ACTIONS(280), - [anon_sym_static] = ACTIONS(282), - [anon_sym_auto] = ACTIONS(282), - [anon_sym_register] = ACTIONS(282), - [anon_sym_inline] = ACTIONS(282), - [anon_sym_const] = ACTIONS(282), - [anon_sym_restrict] = ACTIONS(282), - [anon_sym_volatile] = ACTIONS(282), - [anon_sym_unsigned] = ACTIONS(282), - [anon_sym_long] = ACTIONS(282), - [anon_sym_short] = ACTIONS(282), - [sym_primitive_type] = ACTIONS(282), - [anon_sym_enum] = ACTIONS(282), - [anon_sym_struct] = ACTIONS(282), - [anon_sym_union] = ACTIONS(282), - [sym_identifier] = ACTIONS(284), + [sym__declarator] = STATE(136), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(282), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [55] = { - [sym__declarator] = STATE(135), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), + [ts_builtin_sym_end] = ACTIONS(284), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(286), + [sym_preproc_directive] = ACTIONS(288), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_RBRACE] = ACTIONS(284), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_inline] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [anon_sym_unsigned] = ACTIONS(286), + [anon_sym_long] = ACTIONS(286), + [anon_sym_short] = ACTIONS(286), + [sym_primitive_type] = ACTIONS(286), + [anon_sym_enum] = ACTIONS(286), + [anon_sym_struct] = ACTIONS(286), + [anon_sym_union] = ACTIONS(286), + [sym_identifier] = ACTIONS(288), [sym_comment] = ACTIONS(44), }, [56] = { - [anon_sym_LPAREN] = ACTIONS(286), - [anon_sym_COMMA] = ACTIONS(286), - [anon_sym_RPAREN] = ACTIONS(286), - [anon_sym_SEMI] = ACTIONS(286), - [anon_sym_LBRACE] = ACTIONS(286), - [anon_sym_LBRACK] = ACTIONS(286), - [anon_sym_EQ] = ACTIONS(286), + [sym__declarator] = STATE(137), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [57] = { - [sym_compound_statement] = STATE(142), - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(144), - [anon_sym_LPAREN] = ACTIONS(288), + [anon_sym_LPAREN] = ACTIONS(290), [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(292), - [anon_sym_LBRACE] = ACTIONS(294), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [anon_sym_RPAREN] = ACTIONS(290), + [anon_sym_SEMI] = ACTIONS(290), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_LBRACK] = ACTIONS(290), + [anon_sym_EQ] = ACTIONS(290), [sym_comment] = ACTIONS(44), }, [58] = { - [aux_sym_declaration_repeat1] = STATE(144), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(292), + [sym_compound_statement] = STATE(144), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(146), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(296), + [anon_sym_LBRACE] = ACTIONS(298), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [59] = { - [anon_sym_LPAREN] = ACTIONS(300), - [anon_sym_COMMA] = ACTIONS(300), - [anon_sym_RPAREN] = ACTIONS(300), - [anon_sym_SEMI] = ACTIONS(300), - [anon_sym_extern] = ACTIONS(76), - [anon_sym_STAR] = ACTIONS(300), - [anon_sym_LBRACK] = ACTIONS(300), - [anon_sym_static] = ACTIONS(76), - [anon_sym_auto] = ACTIONS(76), - [anon_sym_register] = ACTIONS(76), - [anon_sym_inline] = ACTIONS(76), - [anon_sym_const] = ACTIONS(76), - [anon_sym_restrict] = ACTIONS(76), - [anon_sym_volatile] = ACTIONS(76), - [anon_sym_COLON] = ACTIONS(300), - [sym_identifier] = ACTIONS(80), + [aux_sym_declaration_repeat1] = STATE(146), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(296), [sym_comment] = ACTIONS(44), }, [60] = { - [anon_sym_LPAREN] = ACTIONS(302), - [anon_sym_COMMA] = ACTIONS(302), - [anon_sym_RPAREN] = ACTIONS(302), - [anon_sym_SEMI] = ACTIONS(302), - [anon_sym_extern] = ACTIONS(82), - [anon_sym_STAR] = ACTIONS(302), - [anon_sym_LBRACK] = ACTIONS(302), - [anon_sym_static] = ACTIONS(82), - [anon_sym_auto] = ACTIONS(82), - [anon_sym_register] = ACTIONS(82), - [anon_sym_inline] = ACTIONS(82), - [anon_sym_const] = ACTIONS(82), - [anon_sym_restrict] = ACTIONS(82), - [anon_sym_volatile] = ACTIONS(82), - [anon_sym_COLON] = ACTIONS(302), - [sym_identifier] = ACTIONS(84), - [sym_comment] = ACTIONS(44), - }, - [61] = { [anon_sym_LPAREN] = ACTIONS(304), [anon_sym_COMMA] = ACTIONS(304), [anon_sym_RPAREN] = ACTIONS(304), [anon_sym_SEMI] = ACTIONS(304), - [anon_sym_extern] = ACTIONS(133), + [anon_sym_extern] = ACTIONS(78), [anon_sym_STAR] = ACTIONS(304), [anon_sym_LBRACK] = ACTIONS(304), - [anon_sym_static] = ACTIONS(133), - [anon_sym_auto] = ACTIONS(133), - [anon_sym_register] = ACTIONS(133), - [anon_sym_inline] = ACTIONS(133), - [anon_sym_const] = ACTIONS(133), - [anon_sym_restrict] = ACTIONS(133), - [anon_sym_volatile] = ACTIONS(133), + [anon_sym_static] = ACTIONS(78), + [anon_sym_auto] = ACTIONS(78), + [anon_sym_register] = ACTIONS(78), + [anon_sym_inline] = ACTIONS(78), + [anon_sym_const] = ACTIONS(78), + [anon_sym_restrict] = ACTIONS(78), + [anon_sym_volatile] = ACTIONS(78), [anon_sym_COLON] = ACTIONS(304), - [sym_identifier] = ACTIONS(135), + [sym_identifier] = ACTIONS(82), [sym_comment] = ACTIONS(44), }, - [62] = { - [sym_storage_class_specifier] = STATE(145), - [sym_type_qualifier] = STATE(145), + [61] = { [anon_sym_LPAREN] = ACTIONS(306), [anon_sym_COMMA] = ACTIONS(306), [anon_sym_RPAREN] = ACTIONS(306), [anon_sym_SEMI] = ACTIONS(306), - [anon_sym_extern] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(84), [anon_sym_STAR] = ACTIONS(306), [anon_sym_LBRACK] = ACTIONS(306), - [anon_sym_static] = ACTIONS(139), - [anon_sym_auto] = ACTIONS(139), - [anon_sym_register] = ACTIONS(139), - [anon_sym_inline] = ACTIONS(139), - [anon_sym_const] = ACTIONS(141), - [anon_sym_restrict] = ACTIONS(141), - [anon_sym_volatile] = ACTIONS(141), + [anon_sym_static] = ACTIONS(84), + [anon_sym_auto] = ACTIONS(84), + [anon_sym_register] = ACTIONS(84), + [anon_sym_inline] = ACTIONS(84), + [anon_sym_const] = ACTIONS(84), + [anon_sym_restrict] = ACTIONS(84), + [anon_sym_volatile] = ACTIONS(84), [anon_sym_COLON] = ACTIONS(306), - [sym_identifier] = ACTIONS(308), + [sym_identifier] = ACTIONS(86), + [sym_comment] = ACTIONS(44), + }, + [62] = { + [anon_sym_LPAREN] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_RPAREN] = ACTIONS(308), + [anon_sym_SEMI] = ACTIONS(308), + [anon_sym_extern] = ACTIONS(135), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(308), + [anon_sym_static] = ACTIONS(135), + [anon_sym_auto] = ACTIONS(135), + [anon_sym_register] = ACTIONS(135), + [anon_sym_inline] = ACTIONS(135), + [anon_sym_const] = ACTIONS(135), + [anon_sym_restrict] = ACTIONS(135), + [anon_sym_volatile] = ACTIONS(135), + [anon_sym_COLON] = ACTIONS(308), + [sym_identifier] = ACTIONS(137), [sym_comment] = ACTIONS(44), }, [63] = { - [ts_builtin_sym_end] = ACTIONS(310), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(312), - [sym_preproc_directive] = ACTIONS(314), - [anon_sym_typedef] = ACTIONS(312), - [anon_sym_extern] = ACTIONS(312), - [anon_sym_RBRACE] = ACTIONS(310), - [anon_sym_static] = ACTIONS(312), - [anon_sym_auto] = ACTIONS(312), - [anon_sym_register] = ACTIONS(312), - [anon_sym_inline] = ACTIONS(312), - [anon_sym_const] = ACTIONS(312), - [anon_sym_restrict] = ACTIONS(312), - [anon_sym_volatile] = ACTIONS(312), - [anon_sym_unsigned] = ACTIONS(312), - [anon_sym_long] = ACTIONS(312), - [anon_sym_short] = ACTIONS(312), - [sym_primitive_type] = ACTIONS(312), - [anon_sym_enum] = ACTIONS(312), - [anon_sym_struct] = ACTIONS(312), - [anon_sym_union] = ACTIONS(312), - [sym_identifier] = ACTIONS(314), + [sym_storage_class_specifier] = STATE(147), + [sym_type_qualifier] = STATE(147), + [anon_sym_LPAREN] = ACTIONS(310), + [anon_sym_COMMA] = ACTIONS(310), + [anon_sym_RPAREN] = ACTIONS(310), + [anon_sym_SEMI] = ACTIONS(310), + [anon_sym_extern] = ACTIONS(141), + [anon_sym_STAR] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_static] = ACTIONS(141), + [anon_sym_auto] = ACTIONS(141), + [anon_sym_register] = ACTIONS(141), + [anon_sym_inline] = ACTIONS(141), + [anon_sym_const] = ACTIONS(143), + [anon_sym_restrict] = ACTIONS(143), + [anon_sym_volatile] = ACTIONS(143), + [anon_sym_COLON] = ACTIONS(310), + [sym_identifier] = ACTIONS(312), [sym_comment] = ACTIONS(44), }, [64] = { + [ts_builtin_sym_end] = ACTIONS(314), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(316), + [sym_preproc_directive] = ACTIONS(318), + [anon_sym_typedef] = ACTIONS(316), [anon_sym_extern] = ACTIONS(316), + [anon_sym_RBRACE] = ACTIONS(314), [anon_sym_static] = ACTIONS(316), [anon_sym_auto] = ACTIONS(316), [anon_sym_register] = ACTIONS(316), @@ -9394,196 +9398,215 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [65] = { - [sym_storage_class_specifier] = STATE(61), - [sym_type_qualifier] = STATE(61), - [aux_sym__declaration_specifiers_repeat1] = STATE(146), - [anon_sym_LPAREN] = ACTIONS(306), - [anon_sym_COMMA] = ACTIONS(306), - [anon_sym_RPAREN] = ACTIONS(306), - [anon_sym_SEMI] = ACTIONS(306), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(306), - [anon_sym_LBRACK] = ACTIONS(306), - [anon_sym_static] = ACTIONS(139), - [anon_sym_auto] = ACTIONS(139), - [anon_sym_register] = ACTIONS(139), - [anon_sym_inline] = ACTIONS(139), - [anon_sym_const] = ACTIONS(141), - [anon_sym_restrict] = ACTIONS(141), - [anon_sym_volatile] = ACTIONS(141), - [anon_sym_COLON] = ACTIONS(306), - [sym_identifier] = ACTIONS(308), + [anon_sym_extern] = ACTIONS(320), + [anon_sym_static] = ACTIONS(320), + [anon_sym_auto] = ACTIONS(320), + [anon_sym_register] = ACTIONS(320), + [anon_sym_inline] = ACTIONS(320), + [anon_sym_const] = ACTIONS(320), + [anon_sym_restrict] = ACTIONS(320), + [anon_sym_volatile] = ACTIONS(320), + [anon_sym_unsigned] = ACTIONS(320), + [anon_sym_long] = ACTIONS(320), + [anon_sym_short] = ACTIONS(320), + [sym_primitive_type] = ACTIONS(320), + [anon_sym_enum] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), + [anon_sym_union] = ACTIONS(320), + [sym_identifier] = ACTIONS(322), [sym_comment] = ACTIONS(44), }, [66] = { - [anon_sym_LPAREN] = ACTIONS(320), - [anon_sym_COMMA] = ACTIONS(320), - [anon_sym_RPAREN] = ACTIONS(320), - [anon_sym_SEMI] = ACTIONS(320), - [anon_sym_extern] = ACTIONS(322), - [anon_sym_STAR] = ACTIONS(320), - [anon_sym_LBRACK] = ACTIONS(320), - [anon_sym_static] = ACTIONS(322), - [anon_sym_auto] = ACTIONS(322), - [anon_sym_register] = ACTIONS(322), - [anon_sym_inline] = ACTIONS(322), - [anon_sym_const] = ACTIONS(322), - [anon_sym_restrict] = ACTIONS(322), - [anon_sym_volatile] = ACTIONS(322), - [anon_sym_unsigned] = ACTIONS(322), - [anon_sym_long] = ACTIONS(322), - [anon_sym_short] = ACTIONS(322), - [sym_primitive_type] = ACTIONS(322), - [anon_sym_COLON] = ACTIONS(320), - [sym_identifier] = ACTIONS(324), + [sym_storage_class_specifier] = STATE(62), + [sym_type_qualifier] = STATE(62), + [aux_sym__declaration_specifiers_repeat1] = STATE(148), + [anon_sym_LPAREN] = ACTIONS(310), + [anon_sym_COMMA] = ACTIONS(310), + [anon_sym_RPAREN] = ACTIONS(310), + [anon_sym_SEMI] = ACTIONS(310), + [anon_sym_extern] = ACTIONS(141), + [anon_sym_STAR] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_static] = ACTIONS(141), + [anon_sym_auto] = ACTIONS(141), + [anon_sym_register] = ACTIONS(141), + [anon_sym_inline] = ACTIONS(141), + [anon_sym_const] = ACTIONS(143), + [anon_sym_restrict] = ACTIONS(143), + [anon_sym_volatile] = ACTIONS(143), + [anon_sym_COLON] = ACTIONS(310), + [sym_identifier] = ACTIONS(312), [sym_comment] = ACTIONS(44), }, [67] = { - [anon_sym_LPAREN] = ACTIONS(326), - [anon_sym_COMMA] = ACTIONS(326), - [anon_sym_RPAREN] = ACTIONS(326), - [anon_sym_SEMI] = ACTIONS(326), - [anon_sym_extern] = ACTIONS(328), - [anon_sym_STAR] = ACTIONS(326), - [anon_sym_LBRACK] = ACTIONS(326), - [anon_sym_static] = ACTIONS(328), - [anon_sym_auto] = ACTIONS(328), - [anon_sym_register] = ACTIONS(328), - [anon_sym_inline] = ACTIONS(328), - [anon_sym_const] = ACTIONS(328), - [anon_sym_restrict] = ACTIONS(328), - [anon_sym_volatile] = ACTIONS(328), - [anon_sym_COLON] = ACTIONS(326), - [sym_identifier] = ACTIONS(330), + [anon_sym_LPAREN] = ACTIONS(324), + [anon_sym_COMMA] = ACTIONS(324), + [anon_sym_RPAREN] = ACTIONS(324), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_extern] = ACTIONS(326), + [anon_sym_STAR] = ACTIONS(324), + [anon_sym_LBRACK] = ACTIONS(324), + [anon_sym_static] = ACTIONS(326), + [anon_sym_auto] = ACTIONS(326), + [anon_sym_register] = ACTIONS(326), + [anon_sym_inline] = ACTIONS(326), + [anon_sym_const] = ACTIONS(326), + [anon_sym_restrict] = ACTIONS(326), + [anon_sym_volatile] = ACTIONS(326), + [anon_sym_unsigned] = ACTIONS(326), + [anon_sym_long] = ACTIONS(326), + [anon_sym_short] = ACTIONS(326), + [sym_primitive_type] = ACTIONS(326), + [anon_sym_COLON] = ACTIONS(324), + [sym_identifier] = ACTIONS(328), [sym_comment] = ACTIONS(44), }, [68] = { - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_COMMA] = ACTIONS(332), - [anon_sym_RPAREN] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_extern] = ACTIONS(334), - [anon_sym_STAR] = ACTIONS(332), - [anon_sym_LBRACK] = ACTIONS(332), - [anon_sym_static] = ACTIONS(334), - [anon_sym_auto] = ACTIONS(334), - [anon_sym_register] = ACTIONS(334), - [anon_sym_inline] = ACTIONS(334), - [anon_sym_const] = ACTIONS(334), - [anon_sym_restrict] = ACTIONS(334), - [anon_sym_volatile] = ACTIONS(334), - [anon_sym_COLON] = ACTIONS(332), - [sym_identifier] = ACTIONS(336), + [anon_sym_LPAREN] = ACTIONS(330), + [anon_sym_COMMA] = ACTIONS(330), + [anon_sym_RPAREN] = ACTIONS(330), + [anon_sym_SEMI] = ACTIONS(330), + [anon_sym_extern] = ACTIONS(332), + [anon_sym_STAR] = ACTIONS(330), + [anon_sym_LBRACK] = ACTIONS(330), + [anon_sym_static] = ACTIONS(332), + [anon_sym_auto] = ACTIONS(332), + [anon_sym_register] = ACTIONS(332), + [anon_sym_inline] = ACTIONS(332), + [anon_sym_const] = ACTIONS(332), + [anon_sym_restrict] = ACTIONS(332), + [anon_sym_volatile] = ACTIONS(332), + [anon_sym_COLON] = ACTIONS(330), + [sym_identifier] = ACTIONS(334), [sym_comment] = ACTIONS(44), }, [69] = { - [sym_preproc_arg] = ACTIONS(338), - [sym_comment] = ACTIONS(54), + [anon_sym_LPAREN] = ACTIONS(336), + [anon_sym_COMMA] = ACTIONS(336), + [anon_sym_RPAREN] = ACTIONS(336), + [anon_sym_SEMI] = ACTIONS(336), + [anon_sym_extern] = ACTIONS(338), + [anon_sym_STAR] = ACTIONS(336), + [anon_sym_LBRACK] = ACTIONS(336), + [anon_sym_static] = ACTIONS(338), + [anon_sym_auto] = ACTIONS(338), + [anon_sym_register] = ACTIONS(338), + [anon_sym_inline] = ACTIONS(338), + [anon_sym_const] = ACTIONS(338), + [anon_sym_restrict] = ACTIONS(338), + [anon_sym_volatile] = ACTIONS(338), + [anon_sym_COLON] = ACTIONS(336), + [sym_identifier] = ACTIONS(340), + [sym_comment] = ACTIONS(44), }, [70] = { - [ts_builtin_sym_end] = ACTIONS(340), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), - [sym_preproc_directive] = ACTIONS(344), - [anon_sym_typedef] = ACTIONS(342), - [anon_sym_extern] = ACTIONS(342), - [anon_sym_RBRACE] = ACTIONS(340), - [anon_sym_static] = ACTIONS(342), - [anon_sym_auto] = ACTIONS(342), - [anon_sym_register] = ACTIONS(342), - [anon_sym_inline] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_restrict] = ACTIONS(342), - [anon_sym_volatile] = ACTIONS(342), - [anon_sym_unsigned] = ACTIONS(342), - [anon_sym_long] = ACTIONS(342), - [anon_sym_short] = ACTIONS(342), - [sym_primitive_type] = ACTIONS(342), - [anon_sym_enum] = ACTIONS(342), - [anon_sym_struct] = ACTIONS(342), - [anon_sym_union] = ACTIONS(342), - [sym_identifier] = ACTIONS(344), - [sym_comment] = ACTIONS(44), + [sym_preproc_arg] = ACTIONS(342), + [sym_comment] = ACTIONS(54), }, [71] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(346), - [anon_sym_RPAREN] = ACTIONS(348), - [sym_identifier] = ACTIONS(350), + [ts_builtin_sym_end] = ACTIONS(344), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(346), + [sym_preproc_directive] = ACTIONS(348), + [anon_sym_typedef] = ACTIONS(346), + [anon_sym_extern] = ACTIONS(346), + [anon_sym_RBRACE] = ACTIONS(344), + [anon_sym_static] = ACTIONS(346), + [anon_sym_auto] = ACTIONS(346), + [anon_sym_register] = ACTIONS(346), + [anon_sym_inline] = ACTIONS(346), + [anon_sym_const] = ACTIONS(346), + [anon_sym_restrict] = ACTIONS(346), + [anon_sym_volatile] = ACTIONS(346), + [anon_sym_unsigned] = ACTIONS(346), + [anon_sym_long] = ACTIONS(346), + [anon_sym_short] = ACTIONS(346), + [sym_primitive_type] = ACTIONS(346), + [anon_sym_enum] = ACTIONS(346), + [anon_sym_struct] = ACTIONS(346), + [anon_sym_union] = ACTIONS(346), + [sym_identifier] = ACTIONS(348), [sym_comment] = ACTIONS(44), }, [72] = { - [anon_sym_LF] = ACTIONS(352), - [sym_preproc_arg] = ACTIONS(354), - [sym_comment] = ACTIONS(54), + [anon_sym_DOT_DOT_DOT] = ACTIONS(350), + [anon_sym_RPAREN] = ACTIONS(352), + [sym_identifier] = ACTIONS(354), + [sym_comment] = ACTIONS(44), }, [73] = { - [sym_string_literal] = ACTIONS(356), - [sym_system_lib_string] = ACTIONS(358), - [sym_comment] = ACTIONS(44), + [anon_sym_LF] = ACTIONS(356), + [sym_preproc_arg] = ACTIONS(358), + [sym_comment] = ACTIONS(54), }, [74] = { - [sym_identifier] = ACTIONS(360), + [sym_string_literal] = ACTIONS(360), + [sym_system_lib_string] = ACTIONS(362), [sym_comment] = ACTIONS(44), }, [75] = { - [sym_preproc_arg] = ACTIONS(362), - [sym_comment] = ACTIONS(54), + [sym_identifier] = ACTIONS(364), + [sym_comment] = ACTIONS(44), }, [76] = { - [ts_builtin_sym_end] = ACTIONS(364), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(366), - [sym_preproc_directive] = ACTIONS(368), - [anon_sym_typedef] = ACTIONS(366), - [anon_sym_extern] = ACTIONS(366), - [anon_sym_RBRACE] = ACTIONS(364), - [anon_sym_static] = ACTIONS(366), - [anon_sym_auto] = ACTIONS(366), - [anon_sym_register] = ACTIONS(366), - [anon_sym_inline] = ACTIONS(366), - [anon_sym_const] = ACTIONS(366), - [anon_sym_restrict] = ACTIONS(366), - [anon_sym_volatile] = ACTIONS(366), - [anon_sym_unsigned] = ACTIONS(366), - [anon_sym_long] = ACTIONS(366), - [anon_sym_short] = ACTIONS(366), - [sym_primitive_type] = ACTIONS(366), - [anon_sym_enum] = ACTIONS(366), - [anon_sym_struct] = ACTIONS(366), - [anon_sym_union] = ACTIONS(366), - [sym_identifier] = ACTIONS(368), - [sym_comment] = ACTIONS(44), + [sym_preproc_arg] = ACTIONS(366), + [sym_comment] = ACTIONS(54), }, [77] = { - [sym_identifier] = ACTIONS(370), + [ts_builtin_sym_end] = ACTIONS(368), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(370), + [sym_preproc_directive] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(370), + [anon_sym_extern] = ACTIONS(370), + [anon_sym_RBRACE] = ACTIONS(368), + [anon_sym_static] = ACTIONS(370), + [anon_sym_auto] = ACTIONS(370), + [anon_sym_register] = ACTIONS(370), + [anon_sym_inline] = ACTIONS(370), + [anon_sym_const] = ACTIONS(370), + [anon_sym_restrict] = ACTIONS(370), + [anon_sym_volatile] = ACTIONS(370), + [anon_sym_unsigned] = ACTIONS(370), + [anon_sym_long] = ACTIONS(370), + [anon_sym_short] = ACTIONS(370), + [sym_primitive_type] = ACTIONS(370), + [anon_sym_enum] = ACTIONS(370), + [anon_sym_struct] = ACTIONS(370), + [anon_sym_union] = ACTIONS(370), + [sym_identifier] = ACTIONS(372), [sym_comment] = ACTIONS(44), }, [78] = { - [sym_identifier] = ACTIONS(372), + [sym_identifier] = ACTIONS(374), [sym_comment] = ACTIONS(44), }, [79] = { - [sym_preproc_arg] = ACTIONS(374), - [sym_comment] = ACTIONS(54), + [sym_identifier] = ACTIONS(376), + [sym_comment] = ACTIONS(44), }, [80] = { - [sym_preproc_include] = STATE(166), - [sym_preproc_def] = STATE(166), - [sym_preproc_function_def] = STATE(166), - [sym_preproc_call] = STATE(166), - [sym_preproc_if] = STATE(166), - [sym_preproc_ifdef] = STATE(166), - [sym_function_definition] = STATE(166), - [sym_declaration] = STATE(166), - [sym_type_definition] = STATE(166), - [sym__declaration_specifiers] = STATE(167), - [sym_linkage_specification] = STATE(166), + [sym_preproc_arg] = ACTIONS(378), + [sym_comment] = ACTIONS(54), + }, + [81] = { + [sym_preproc_include] = STATE(168), + [sym_preproc_def] = STATE(168), + [sym_preproc_function_def] = STATE(168), + [sym_preproc_call] = STATE(168), + [sym_preproc_if] = STATE(168), + [sym_preproc_ifdef] = STATE(168), + [sym_function_definition] = STATE(168), + [sym_declaration] = STATE(168), + [sym_type_definition] = STATE(168), + [sym__declaration_specifiers] = STATE(169), + [sym_linkage_specification] = STATE(168), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -9591,20 +9614,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(166), + [sym__empty_declaration] = STATE(168), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(168), + [aux_sym_translation_unit_repeat1] = STATE(170), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(376), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(378), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(380), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(384), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(386), - [sym_preproc_directive] = ACTIONS(388), - [anon_sym_typedef] = ACTIONS(390), - [anon_sym_extern] = ACTIONS(392), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(380), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(388), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(390), + [sym_preproc_directive] = ACTIONS(392), + [anon_sym_typedef] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(396), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9622,112 +9645,113 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [81] = { - [sym_preproc_arg] = ACTIONS(394), - [sym_comment] = ACTIONS(54), - }, [82] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(170), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(171), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), - [sym_comment] = ACTIONS(44), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(398), + [anon_sym_LF] = ACTIONS(400), + [sym_comment] = ACTIONS(54), }, [83] = { - [anon_sym_extern] = ACTIONS(76), - [anon_sym_static] = ACTIONS(76), - [anon_sym_auto] = ACTIONS(76), - [anon_sym_register] = ACTIONS(76), - [anon_sym_inline] = ACTIONS(76), - [anon_sym_const] = ACTIONS(76), - [anon_sym_restrict] = ACTIONS(76), - [anon_sym_volatile] = ACTIONS(76), - [anon_sym_unsigned] = ACTIONS(76), - [anon_sym_long] = ACTIONS(76), - [anon_sym_short] = ACTIONS(76), - [sym_primitive_type] = ACTIONS(76), - [anon_sym_enum] = ACTIONS(76), - [anon_sym_struct] = ACTIONS(76), - [anon_sym_union] = ACTIONS(76), - [sym_string_literal] = ACTIONS(396), - [sym_identifier] = ACTIONS(80), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(173), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(174), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [84] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(121), - [sym_preproc_directive] = ACTIONS(123), - [anon_sym_typedef] = ACTIONS(121), - [anon_sym_extern] = ACTIONS(121), - [anon_sym_static] = ACTIONS(121), - [anon_sym_auto] = ACTIONS(121), - [anon_sym_register] = ACTIONS(121), - [anon_sym_inline] = ACTIONS(121), - [anon_sym_const] = ACTIONS(121), - [anon_sym_restrict] = ACTIONS(121), - [anon_sym_volatile] = ACTIONS(121), - [anon_sym_unsigned] = ACTIONS(121), - [anon_sym_long] = ACTIONS(121), - [anon_sym_short] = ACTIONS(121), - [sym_primitive_type] = ACTIONS(121), - [anon_sym_enum] = ACTIONS(121), - [anon_sym_struct] = ACTIONS(121), - [anon_sym_union] = ACTIONS(121), - [sym_identifier] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(78), + [anon_sym_static] = ACTIONS(78), + [anon_sym_auto] = ACTIONS(78), + [anon_sym_register] = ACTIONS(78), + [anon_sym_inline] = ACTIONS(78), + [anon_sym_const] = ACTIONS(78), + [anon_sym_restrict] = ACTIONS(78), + [anon_sym_volatile] = ACTIONS(78), + [anon_sym_unsigned] = ACTIONS(78), + [anon_sym_long] = ACTIONS(78), + [anon_sym_short] = ACTIONS(78), + [sym_primitive_type] = ACTIONS(78), + [anon_sym_enum] = ACTIONS(78), + [anon_sym_struct] = ACTIONS(78), + [anon_sym_union] = ACTIONS(78), + [sym_string_literal] = ACTIONS(402), + [sym_identifier] = ACTIONS(82), [sym_comment] = ACTIONS(44), }, [85] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(398), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(123), + [sym_preproc_directive] = ACTIONS(125), + [anon_sym_typedef] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_static] = ACTIONS(123), + [anon_sym_auto] = ACTIONS(123), + [anon_sym_register] = ACTIONS(123), + [anon_sym_inline] = ACTIONS(123), + [anon_sym_const] = ACTIONS(123), + [anon_sym_restrict] = ACTIONS(123), + [anon_sym_volatile] = ACTIONS(123), + [anon_sym_unsigned] = ACTIONS(123), + [anon_sym_long] = ACTIONS(123), + [anon_sym_short] = ACTIONS(123), + [sym_primitive_type] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(123), + [anon_sym_struct] = ACTIONS(123), + [anon_sym_union] = ACTIONS(123), + [sym_identifier] = ACTIONS(125), [sym_comment] = ACTIONS(44), }, [86] = { - [sym__declarator] = STATE(175), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(176), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(400), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(404), [sym_comment] = ACTIONS(44), }, [87] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(178), - [sym_preproc_else] = STATE(178), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [sym__declarator] = STATE(178), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(179), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(406), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), + [sym_comment] = ACTIONS(44), + }, + [88] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(181), + [sym_preproc_else] = STATE(181), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -9735,21 +9759,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(402), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(408), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9767,52 +9791,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [88] = { - [ts_builtin_sym_end] = ACTIONS(404), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(406), - [sym_preproc_directive] = ACTIONS(408), - [anon_sym_typedef] = ACTIONS(406), - [anon_sym_extern] = ACTIONS(406), - [anon_sym_RBRACE] = ACTIONS(404), - [anon_sym_static] = ACTIONS(406), - [anon_sym_auto] = ACTIONS(406), - [anon_sym_register] = ACTIONS(406), - [anon_sym_inline] = ACTIONS(406), - [anon_sym_const] = ACTIONS(406), - [anon_sym_restrict] = ACTIONS(406), - [anon_sym_volatile] = ACTIONS(406), - [anon_sym_unsigned] = ACTIONS(406), - [anon_sym_long] = ACTIONS(406), - [anon_sym_short] = ACTIONS(406), - [sym_primitive_type] = ACTIONS(406), - [anon_sym_enum] = ACTIONS(406), - [anon_sym_struct] = ACTIONS(406), - [anon_sym_union] = ACTIONS(406), - [sym_identifier] = ACTIONS(408), - [sym_comment] = ACTIONS(44), - }, [89] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(410), + [ts_builtin_sym_end] = ACTIONS(410), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(412), + [sym_preproc_directive] = ACTIONS(414), + [anon_sym_typedef] = ACTIONS(412), + [anon_sym_extern] = ACTIONS(412), + [anon_sym_RBRACE] = ACTIONS(410), + [anon_sym_static] = ACTIONS(412), + [anon_sym_auto] = ACTIONS(412), + [anon_sym_register] = ACTIONS(412), + [anon_sym_inline] = ACTIONS(412), + [anon_sym_const] = ACTIONS(412), + [anon_sym_restrict] = ACTIONS(412), + [anon_sym_volatile] = ACTIONS(412), + [anon_sym_unsigned] = ACTIONS(412), + [anon_sym_long] = ACTIONS(412), + [anon_sym_short] = ACTIONS(412), + [sym_primitive_type] = ACTIONS(412), + [anon_sym_enum] = ACTIONS(412), + [anon_sym_struct] = ACTIONS(412), + [anon_sym_union] = ACTIONS(412), + [sym_identifier] = ACTIONS(414), [sym_comment] = ACTIONS(44), }, [90] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(180), - [sym_preproc_else] = STATE(180), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(416), + [sym_comment] = ACTIONS(44), + }, + [91] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(183), + [sym_preproc_else] = STATE(183), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -9820,21 +9844,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(418), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9852,52 +9876,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [91] = { - [ts_builtin_sym_end] = ACTIONS(414), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(416), - [sym_preproc_directive] = ACTIONS(418), - [anon_sym_typedef] = ACTIONS(416), - [anon_sym_extern] = ACTIONS(416), - [anon_sym_RBRACE] = ACTIONS(414), - [anon_sym_static] = ACTIONS(416), - [anon_sym_auto] = ACTIONS(416), - [anon_sym_register] = ACTIONS(416), - [anon_sym_inline] = ACTIONS(416), - [anon_sym_const] = ACTIONS(416), - [anon_sym_restrict] = ACTIONS(416), - [anon_sym_volatile] = ACTIONS(416), - [anon_sym_unsigned] = ACTIONS(416), - [anon_sym_long] = ACTIONS(416), - [anon_sym_short] = ACTIONS(416), - [sym_primitive_type] = ACTIONS(416), - [anon_sym_enum] = ACTIONS(416), - [anon_sym_struct] = ACTIONS(416), - [anon_sym_union] = ACTIONS(416), - [sym_identifier] = ACTIONS(418), - [sym_comment] = ACTIONS(44), - }, [92] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(420), + [ts_builtin_sym_end] = ACTIONS(420), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(422), + [sym_preproc_directive] = ACTIONS(424), + [anon_sym_typedef] = ACTIONS(422), + [anon_sym_extern] = ACTIONS(422), + [anon_sym_RBRACE] = ACTIONS(420), + [anon_sym_static] = ACTIONS(422), + [anon_sym_auto] = ACTIONS(422), + [anon_sym_register] = ACTIONS(422), + [anon_sym_inline] = ACTIONS(422), + [anon_sym_const] = ACTIONS(422), + [anon_sym_restrict] = ACTIONS(422), + [anon_sym_volatile] = ACTIONS(422), + [anon_sym_unsigned] = ACTIONS(422), + [anon_sym_long] = ACTIONS(422), + [anon_sym_short] = ACTIONS(422), + [sym_primitive_type] = ACTIONS(422), + [anon_sym_enum] = ACTIONS(422), + [anon_sym_struct] = ACTIONS(422), + [anon_sym_union] = ACTIONS(422), + [sym_identifier] = ACTIONS(424), [sym_comment] = ACTIONS(44), }, [93] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(182), - [sym_preproc_else] = STATE(182), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(426), + [sym_comment] = ACTIONS(44), + }, + [94] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(185), + [sym_preproc_else] = STATE(185), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -9905,21 +9929,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(422), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9937,29 +9961,33 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [94] = { - [sym_enumerator] = STATE(185), - [anon_sym_COMMA] = ACTIONS(424), - [anon_sym_RBRACE] = ACTIONS(426), - [sym_identifier] = ACTIONS(238), - [sym_comment] = ACTIONS(44), - }, [95] = { - [sym_enumerator_list] = STATE(186), - [anon_sym_LPAREN] = ACTIONS(240), - [anon_sym_LBRACE] = ACTIONS(202), - [anon_sym_STAR] = ACTIONS(240), - [sym_identifier] = ACTIONS(242), - [sym_comment] = ACTIONS(44), + [anon_sym_LF] = ACTIONS(430), + [sym_comment] = ACTIONS(54), }, [96] = { - [anon_sym_LPAREN] = ACTIONS(246), - [anon_sym_STAR] = ACTIONS(246), - [sym_identifier] = ACTIONS(248), + [sym_enumerator] = STATE(189), + [anon_sym_COMMA] = ACTIONS(432), + [anon_sym_RBRACE] = ACTIONS(434), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [97] = { - [sym__declaration_specifiers] = STATE(124), + [sym_enumerator_list] = STATE(190), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_LBRACE] = ACTIONS(206), + [anon_sym_STAR] = ACTIONS(244), + [sym_identifier] = ACTIONS(246), + [sym_comment] = ACTIONS(44), + }, + [98] = { + [anon_sym_LPAREN] = ACTIONS(250), + [anon_sym_STAR] = ACTIONS(250), + [sym_identifier] = ACTIONS(252), + [sym_comment] = ACTIONS(44), + }, + [99] = { + [sym__declaration_specifiers] = STATE(126), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -9967,13 +9995,13 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_field_declaration] = STATE(125), + [sym_field_declaration] = STATE(127), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_field_declaration_list_repeat1] = STATE(188), + [aux_sym_field_declaration_list_repeat1] = STATE(192), [anon_sym_extern] = ACTIONS(28), - [anon_sym_RBRACE] = ACTIONS(428), + [anon_sym_RBRACE] = ACTIONS(436), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -9991,51 +10019,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [98] = { - [sym_field_declaration_list] = STATE(189), - [anon_sym_LPAREN] = ACTIONS(254), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_STAR] = ACTIONS(254), - [sym_identifier] = ACTIONS(256), + [100] = { + [sym_field_declaration_list] = STATE(193), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_LBRACE] = ACTIONS(210), + [anon_sym_STAR] = ACTIONS(258), + [sym_identifier] = ACTIONS(260), [sym_comment] = ACTIONS(44), }, - [99] = { - [anon_sym_LPAREN] = ACTIONS(260), - [anon_sym_STAR] = ACTIONS(260), - [sym_identifier] = ACTIONS(262), + [101] = { + [anon_sym_LPAREN] = ACTIONS(264), + [anon_sym_STAR] = ACTIONS(264), + [sym_identifier] = ACTIONS(266), [sym_comment] = ACTIONS(44), }, - [100] = { - [sym_field_declaration_list] = STATE(190), - [anon_sym_LPAREN] = ACTIONS(266), - [anon_sym_LBRACE] = ACTIONS(206), - [anon_sym_STAR] = ACTIONS(266), - [sym_identifier] = ACTIONS(268), + [102] = { + [sym_field_declaration_list] = STATE(194), + [anon_sym_LPAREN] = ACTIONS(270), + [anon_sym_LBRACE] = ACTIONS(210), + [anon_sym_STAR] = ACTIONS(270), + [sym_identifier] = ACTIONS(272), [sym_comment] = ACTIONS(44), }, - [101] = { - [anon_sym_LPAREN] = ACTIONS(272), - [anon_sym_STAR] = ACTIONS(272), - [sym_identifier] = ACTIONS(274), + [103] = { + [anon_sym_LPAREN] = ACTIONS(276), + [anon_sym_STAR] = ACTIONS(276), + [sym_identifier] = ACTIONS(278), [sym_comment] = ACTIONS(44), }, - [102] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [104] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_type_descriptor] = STATE(191), + [sym_type_descriptor] = STATE(195), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), @@ -10043,110 +10071,110 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [103] = { - [sym__type_declarator] = STATE(193), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(430), - [sym_identifier] = ACTIONS(223), - [sym_comment] = ACTIONS(44), - }, - [104] = { - [sym__type_declarator] = STATE(194), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), - [sym_comment] = ACTIONS(44), - }, [105] = { - [anon_sym_LPAREN] = ACTIONS(432), - [anon_sym_RPAREN] = ACTIONS(432), - [anon_sym_SEMI] = ACTIONS(432), - [anon_sym_LBRACK] = ACTIONS(432), + [sym__type_declarator] = STATE(197), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(438), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [106] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(434), - [anon_sym_LBRACK] = ACTIONS(436), + [sym__type_declarator] = STATE(198), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [107] = { - [anon_sym_LPAREN] = ACTIONS(438), - [anon_sym_RPAREN] = ACTIONS(438), - [anon_sym_SEMI] = ACTIONS(438), - [anon_sym_LBRACK] = ACTIONS(438), - [sym_comment] = ACTIONS(44), - }, - [108] = { [anon_sym_LPAREN] = ACTIONS(440), [anon_sym_RPAREN] = ACTIONS(440), [anon_sym_SEMI] = ACTIONS(440), [anon_sym_LBRACK] = ACTIONS(440), [sym_comment] = ACTIONS(44), }, - [109] = { - [anon_sym_LPAREN] = ACTIONS(442), - [anon_sym_RPAREN] = ACTIONS(442), + [108] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), [anon_sym_SEMI] = ACTIONS(442), - [anon_sym_LBRACK] = ACTIONS(442), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [110] = { - [anon_sym_const] = ACTIONS(444), - [anon_sym_restrict] = ACTIONS(444), - [anon_sym_volatile] = ACTIONS(444), - [anon_sym_unsigned] = ACTIONS(444), - [anon_sym_long] = ACTIONS(444), - [anon_sym_short] = ACTIONS(444), - [sym_primitive_type] = ACTIONS(444), - [anon_sym_enum] = ACTIONS(444), - [anon_sym_struct] = ACTIONS(444), - [anon_sym_union] = ACTIONS(444), - [sym_identifier] = ACTIONS(446), + [109] = { + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_RPAREN] = ACTIONS(446), + [anon_sym_SEMI] = ACTIONS(446), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_comment] = ACTIONS(44), + }, + [110] = { + [anon_sym_LPAREN] = ACTIONS(448), + [anon_sym_RPAREN] = ACTIONS(448), + [anon_sym_SEMI] = ACTIONS(448), + [anon_sym_LBRACK] = ACTIONS(448), [sym_comment] = ACTIONS(44), }, [111] = { - [sym__type_declarator] = STATE(198), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(450), + [anon_sym_RPAREN] = ACTIONS(450), + [anon_sym_SEMI] = ACTIONS(450), + [anon_sym_LBRACK] = ACTIONS(450), [sym_comment] = ACTIONS(44), }, [112] = { - [anon_sym_LPAREN] = ACTIONS(320), - [anon_sym_RPAREN] = ACTIONS(320), - [anon_sym_STAR] = ACTIONS(320), - [anon_sym_LBRACK] = ACTIONS(320), - [anon_sym_unsigned] = ACTIONS(322), - [anon_sym_long] = ACTIONS(322), - [anon_sym_short] = ACTIONS(322), - [sym_primitive_type] = ACTIONS(322), - [sym_identifier] = ACTIONS(324), + [anon_sym_const] = ACTIONS(452), + [anon_sym_restrict] = ACTIONS(452), + [anon_sym_volatile] = ACTIONS(452), + [anon_sym_unsigned] = ACTIONS(452), + [anon_sym_long] = ACTIONS(452), + [anon_sym_short] = ACTIONS(452), + [sym_primitive_type] = ACTIONS(452), + [anon_sym_enum] = ACTIONS(452), + [anon_sym_struct] = ACTIONS(452), + [anon_sym_union] = ACTIONS(452), + [sym_identifier] = ACTIONS(454), [sym_comment] = ACTIONS(44), }, [113] = { - [anon_sym_LPAREN] = ACTIONS(326), - [anon_sym_STAR] = ACTIONS(326), - [sym_identifier] = ACTIONS(328), + [sym__type_declarator] = STATE(202), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [114] = { - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_STAR] = ACTIONS(332), - [sym_identifier] = ACTIONS(334), + [anon_sym_LPAREN] = ACTIONS(324), + [anon_sym_RPAREN] = ACTIONS(324), + [anon_sym_STAR] = ACTIONS(324), + [anon_sym_LBRACK] = ACTIONS(324), + [anon_sym_unsigned] = ACTIONS(326), + [anon_sym_long] = ACTIONS(326), + [anon_sym_short] = ACTIONS(326), + [sym_primitive_type] = ACTIONS(326), + [sym_identifier] = ACTIONS(328), [sym_comment] = ACTIONS(44), }, [115] = { + [anon_sym_LPAREN] = ACTIONS(330), + [anon_sym_STAR] = ACTIONS(330), + [sym_identifier] = ACTIONS(332), + [sym_comment] = ACTIONS(44), + }, + [116] = { + [anon_sym_LPAREN] = ACTIONS(336), + [anon_sym_STAR] = ACTIONS(336), + [sym_identifier] = ACTIONS(338), + [sym_comment] = ACTIONS(44), + }, + [117] = { [sym_preproc_include] = STATE(19), [sym_preproc_def] = STATE(19), [sym_preproc_function_def] = STATE(19), @@ -10167,7 +10195,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_union_specifier] = STATE(13), [sym__empty_declaration] = STATE(19), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(200), + [aux_sym_translation_unit_repeat1] = STATE(204), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), @@ -10178,7 +10206,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(22), [anon_sym_typedef] = ACTIONS(24), [anon_sym_extern] = ACTIONS(26), - [anon_sym_RBRACE] = ACTIONS(448), + [anon_sym_RBRACE] = ACTIONS(456), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -10196,57 +10224,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [116] = { - [ts_builtin_sym_end] = ACTIONS(450), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(452), - [sym_preproc_directive] = ACTIONS(454), - [anon_sym_typedef] = ACTIONS(452), - [anon_sym_extern] = ACTIONS(452), - [anon_sym_RBRACE] = ACTIONS(450), - [anon_sym_static] = ACTIONS(452), - [anon_sym_auto] = ACTIONS(452), - [anon_sym_register] = ACTIONS(452), - [anon_sym_inline] = ACTIONS(452), - [anon_sym_const] = ACTIONS(452), - [anon_sym_restrict] = ACTIONS(452), - [anon_sym_volatile] = ACTIONS(452), - [anon_sym_unsigned] = ACTIONS(452), - [anon_sym_long] = ACTIONS(452), - [anon_sym_short] = ACTIONS(452), - [sym_primitive_type] = ACTIONS(452), - [anon_sym_enum] = ACTIONS(452), - [anon_sym_struct] = ACTIONS(452), - [anon_sym_union] = ACTIONS(452), - [sym_identifier] = ACTIONS(454), - [sym_comment] = ACTIONS(44), - }, - [117] = { - [sym__declarator] = STATE(57), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(58), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), - [sym_comment] = ACTIONS(44), - }, [118] = { - [anon_sym_RBRACE] = ACTIONS(456), - [sym_comment] = ACTIONS(44), - }, - [119] = { - [anon_sym_LPAREN] = ACTIONS(458), - [anon_sym_COMMA] = ACTIONS(458), - [anon_sym_RPAREN] = ACTIONS(458), - [anon_sym_SEMI] = ACTIONS(458), + [ts_builtin_sym_end] = ACTIONS(458), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(460), + [sym_preproc_directive] = ACTIONS(462), + [anon_sym_typedef] = ACTIONS(460), [anon_sym_extern] = ACTIONS(460), - [anon_sym_STAR] = ACTIONS(458), - [anon_sym_LBRACK] = ACTIONS(458), + [anon_sym_RBRACE] = ACTIONS(458), [anon_sym_static] = ACTIONS(460), [anon_sym_auto] = ACTIONS(460), [anon_sym_register] = ACTIONS(460), @@ -10254,94 +10242,134 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(460), [anon_sym_restrict] = ACTIONS(460), [anon_sym_volatile] = ACTIONS(460), - [anon_sym_COLON] = ACTIONS(458), + [anon_sym_unsigned] = ACTIONS(460), + [anon_sym_long] = ACTIONS(460), + [anon_sym_short] = ACTIONS(460), + [sym_primitive_type] = ACTIONS(460), + [anon_sym_enum] = ACTIONS(460), + [anon_sym_struct] = ACTIONS(460), + [anon_sym_union] = ACTIONS(460), [sym_identifier] = ACTIONS(462), [sym_comment] = ACTIONS(44), }, + [119] = { + [sym__declarator] = STATE(58), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(59), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), + [sym_comment] = ACTIONS(44), + }, [120] = { - [anon_sym_COMMA] = ACTIONS(464), [anon_sym_RBRACE] = ACTIONS(464), - [anon_sym_EQ] = ACTIONS(466), [sym_comment] = ACTIONS(44), }, [121] = { - [aux_sym_enumerator_list_repeat1] = STATE(204), - [anon_sym_COMMA] = ACTIONS(468), - [anon_sym_RBRACE] = ACTIONS(456), + [anon_sym_LPAREN] = ACTIONS(466), + [anon_sym_COMMA] = ACTIONS(466), + [anon_sym_RPAREN] = ACTIONS(466), + [anon_sym_SEMI] = ACTIONS(466), + [anon_sym_extern] = ACTIONS(468), + [anon_sym_STAR] = ACTIONS(466), + [anon_sym_LBRACK] = ACTIONS(466), + [anon_sym_static] = ACTIONS(468), + [anon_sym_auto] = ACTIONS(468), + [anon_sym_register] = ACTIONS(468), + [anon_sym_inline] = ACTIONS(468), + [anon_sym_const] = ACTIONS(468), + [anon_sym_restrict] = ACTIONS(468), + [anon_sym_volatile] = ACTIONS(468), + [anon_sym_COLON] = ACTIONS(466), + [sym_identifier] = ACTIONS(470), [sym_comment] = ACTIONS(44), }, [122] = { - [anon_sym_LPAREN] = ACTIONS(470), - [anon_sym_COMMA] = ACTIONS(470), - [anon_sym_RPAREN] = ACTIONS(470), - [anon_sym_SEMI] = ACTIONS(470), - [anon_sym_extern] = ACTIONS(472), - [anon_sym_STAR] = ACTIONS(470), - [anon_sym_LBRACK] = ACTIONS(470), - [anon_sym_static] = ACTIONS(472), - [anon_sym_auto] = ACTIONS(472), - [anon_sym_register] = ACTIONS(472), - [anon_sym_inline] = ACTIONS(472), - [anon_sym_const] = ACTIONS(472), - [anon_sym_restrict] = ACTIONS(472), - [anon_sym_volatile] = ACTIONS(472), - [anon_sym_COLON] = ACTIONS(470), - [sym_identifier] = ACTIONS(474), + [anon_sym_COMMA] = ACTIONS(472), + [anon_sym_RBRACE] = ACTIONS(472), + [anon_sym_EQ] = ACTIONS(474), [sym_comment] = ACTIONS(44), }, [123] = { - [anon_sym_LPAREN] = ACTIONS(476), + [aux_sym_enumerator_list_repeat1] = STATE(208), [anon_sym_COMMA] = ACTIONS(476), - [anon_sym_RPAREN] = ACTIONS(476), - [anon_sym_SEMI] = ACTIONS(476), - [anon_sym_extern] = ACTIONS(478), - [anon_sym_STAR] = ACTIONS(476), - [anon_sym_LBRACK] = ACTIONS(476), - [anon_sym_static] = ACTIONS(478), - [anon_sym_auto] = ACTIONS(478), - [anon_sym_register] = ACTIONS(478), - [anon_sym_inline] = ACTIONS(478), - [anon_sym_const] = ACTIONS(478), - [anon_sym_restrict] = ACTIONS(478), - [anon_sym_volatile] = ACTIONS(478), - [anon_sym_COLON] = ACTIONS(476), - [sym_identifier] = ACTIONS(480), + [anon_sym_RBRACE] = ACTIONS(464), [sym_comment] = ACTIONS(44), }, [124] = { - [sym__field_declarator] = STATE(210), - [sym_pointer_field_declarator] = STATE(211), - [sym_function_field_declarator] = STATE(212), - [sym_array_field_declarator] = STATE(213), - [anon_sym_LPAREN] = ACTIONS(482), - [anon_sym_SEMI] = ACTIONS(484), - [anon_sym_STAR] = ACTIONS(486), - [anon_sym_COLON] = ACTIONS(488), - [sym_identifier] = ACTIONS(490), + [anon_sym_LPAREN] = ACTIONS(478), + [anon_sym_COMMA] = ACTIONS(478), + [anon_sym_RPAREN] = ACTIONS(478), + [anon_sym_SEMI] = ACTIONS(478), + [anon_sym_extern] = ACTIONS(480), + [anon_sym_STAR] = ACTIONS(478), + [anon_sym_LBRACK] = ACTIONS(478), + [anon_sym_static] = ACTIONS(480), + [anon_sym_auto] = ACTIONS(480), + [anon_sym_register] = ACTIONS(480), + [anon_sym_inline] = ACTIONS(480), + [anon_sym_const] = ACTIONS(480), + [anon_sym_restrict] = ACTIONS(480), + [anon_sym_volatile] = ACTIONS(480), + [anon_sym_COLON] = ACTIONS(478), + [sym_identifier] = ACTIONS(482), [sym_comment] = ACTIONS(44), }, [125] = { - [anon_sym_extern] = ACTIONS(492), - [anon_sym_RBRACE] = ACTIONS(494), - [anon_sym_static] = ACTIONS(492), - [anon_sym_auto] = ACTIONS(492), - [anon_sym_register] = ACTIONS(492), - [anon_sym_inline] = ACTIONS(492), - [anon_sym_const] = ACTIONS(492), - [anon_sym_restrict] = ACTIONS(492), - [anon_sym_volatile] = ACTIONS(492), - [anon_sym_unsigned] = ACTIONS(492), - [anon_sym_long] = ACTIONS(492), - [anon_sym_short] = ACTIONS(492), - [sym_primitive_type] = ACTIONS(492), - [anon_sym_enum] = ACTIONS(492), - [anon_sym_struct] = ACTIONS(492), - [anon_sym_union] = ACTIONS(492), - [sym_identifier] = ACTIONS(496), + [anon_sym_LPAREN] = ACTIONS(484), + [anon_sym_COMMA] = ACTIONS(484), + [anon_sym_RPAREN] = ACTIONS(484), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(484), + [anon_sym_static] = ACTIONS(486), + [anon_sym_auto] = ACTIONS(486), + [anon_sym_register] = ACTIONS(486), + [anon_sym_inline] = ACTIONS(486), + [anon_sym_const] = ACTIONS(486), + [anon_sym_restrict] = ACTIONS(486), + [anon_sym_volatile] = ACTIONS(486), + [anon_sym_COLON] = ACTIONS(484), + [sym_identifier] = ACTIONS(488), [sym_comment] = ACTIONS(44), }, [126] = { - [sym__declaration_specifiers] = STATE(124), + [sym__field_declarator] = STATE(214), + [sym_pointer_field_declarator] = STATE(215), + [sym_function_field_declarator] = STATE(216), + [sym_array_field_declarator] = STATE(217), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_SEMI] = ACTIONS(492), + [anon_sym_STAR] = ACTIONS(494), + [anon_sym_COLON] = ACTIONS(496), + [sym_identifier] = ACTIONS(498), + [sym_comment] = ACTIONS(44), + }, + [127] = { + [anon_sym_extern] = ACTIONS(500), + [anon_sym_RBRACE] = ACTIONS(502), + [anon_sym_static] = ACTIONS(500), + [anon_sym_auto] = ACTIONS(500), + [anon_sym_register] = ACTIONS(500), + [anon_sym_inline] = ACTIONS(500), + [anon_sym_const] = ACTIONS(500), + [anon_sym_restrict] = ACTIONS(500), + [anon_sym_volatile] = ACTIONS(500), + [anon_sym_unsigned] = ACTIONS(500), + [anon_sym_long] = ACTIONS(500), + [anon_sym_short] = ACTIONS(500), + [sym_primitive_type] = ACTIONS(500), + [anon_sym_enum] = ACTIONS(500), + [anon_sym_struct] = ACTIONS(500), + [anon_sym_union] = ACTIONS(500), + [sym_identifier] = ACTIONS(504), + [sym_comment] = ACTIONS(44), + }, + [128] = { + [sym__declaration_specifiers] = STATE(126), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -10349,12 +10377,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_field_declaration] = STATE(215), + [sym_field_declaration] = STATE(219), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [anon_sym_extern] = ACTIONS(28), - [anon_sym_RBRACE] = ACTIONS(498), + [anon_sym_RBRACE] = ACTIONS(506), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -10372,75 +10400,75 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [127] = { - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_COMMA] = ACTIONS(500), - [anon_sym_RPAREN] = ACTIONS(500), - [anon_sym_SEMI] = ACTIONS(500), - [anon_sym_extern] = ACTIONS(502), - [anon_sym_STAR] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(500), - [anon_sym_static] = ACTIONS(502), - [anon_sym_auto] = ACTIONS(502), - [anon_sym_register] = ACTIONS(502), - [anon_sym_inline] = ACTIONS(502), - [anon_sym_const] = ACTIONS(502), - [anon_sym_restrict] = ACTIONS(502), - [anon_sym_volatile] = ACTIONS(502), - [anon_sym_COLON] = ACTIONS(500), - [sym_identifier] = ACTIONS(504), + [129] = { + [anon_sym_LPAREN] = ACTIONS(508), + [anon_sym_COMMA] = ACTIONS(508), + [anon_sym_RPAREN] = ACTIONS(508), + [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_extern] = ACTIONS(510), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_LBRACK] = ACTIONS(508), + [anon_sym_static] = ACTIONS(510), + [anon_sym_auto] = ACTIONS(510), + [anon_sym_register] = ACTIONS(510), + [anon_sym_inline] = ACTIONS(510), + [anon_sym_const] = ACTIONS(510), + [anon_sym_restrict] = ACTIONS(510), + [anon_sym_volatile] = ACTIONS(510), + [anon_sym_COLON] = ACTIONS(508), + [sym_identifier] = ACTIONS(512), [sym_comment] = ACTIONS(44), }, - [128] = { - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_COMMA] = ACTIONS(506), - [anon_sym_RPAREN] = ACTIONS(506), - [anon_sym_SEMI] = ACTIONS(506), - [anon_sym_extern] = ACTIONS(508), - [anon_sym_STAR] = ACTIONS(506), - [anon_sym_LBRACK] = ACTIONS(506), - [anon_sym_static] = ACTIONS(508), - [anon_sym_auto] = ACTIONS(508), - [anon_sym_register] = ACTIONS(508), - [anon_sym_inline] = ACTIONS(508), - [anon_sym_const] = ACTIONS(508), - [anon_sym_restrict] = ACTIONS(508), - [anon_sym_volatile] = ACTIONS(508), - [anon_sym_COLON] = ACTIONS(506), - [sym_identifier] = ACTIONS(510), + [130] = { + [anon_sym_LPAREN] = ACTIONS(514), + [anon_sym_COMMA] = ACTIONS(514), + [anon_sym_RPAREN] = ACTIONS(514), + [anon_sym_SEMI] = ACTIONS(514), + [anon_sym_extern] = ACTIONS(516), + [anon_sym_STAR] = ACTIONS(514), + [anon_sym_LBRACK] = ACTIONS(514), + [anon_sym_static] = ACTIONS(516), + [anon_sym_auto] = ACTIONS(516), + [anon_sym_register] = ACTIONS(516), + [anon_sym_inline] = ACTIONS(516), + [anon_sym_const] = ACTIONS(516), + [anon_sym_restrict] = ACTIONS(516), + [anon_sym_volatile] = ACTIONS(516), + [anon_sym_COLON] = ACTIONS(514), + [sym_identifier] = ACTIONS(518), [sym_comment] = ACTIONS(44), }, - [129] = { - [sym__abstract_declarator] = STATE(219), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_abstract_function_declarator] = STATE(220), - [sym_abstract_array_declarator] = STATE(220), - [sym_parameter_list] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(512), - [anon_sym_RPAREN] = ACTIONS(514), - [anon_sym_STAR] = ACTIONS(516), - [anon_sym_LBRACK] = ACTIONS(518), + [131] = { + [sym__abstract_declarator] = STATE(223), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_abstract_function_declarator] = STATE(224), + [sym_abstract_array_declarator] = STATE(224), + [sym_parameter_list] = STATE(225), + [anon_sym_LPAREN] = ACTIONS(520), + [anon_sym_RPAREN] = ACTIONS(522), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_LBRACK] = ACTIONS(526), [sym_comment] = ACTIONS(44), }, - [130] = { - [anon_sym_RPAREN] = ACTIONS(520), + [132] = { + [anon_sym_RPAREN] = ACTIONS(528), [sym_comment] = ACTIONS(44), }, - [131] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(223), + [133] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(227), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), [sym_macro_type_specifier] = STATE(13), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), @@ -10448,48 +10476,48 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [132] = { - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(153), - [sym_identifier] = ACTIONS(522), + [134] = { + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_STAR] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_unsigned] = ACTIONS(229), + [anon_sym_long] = ACTIONS(229), + [anon_sym_short] = ACTIONS(229), + [sym_primitive_type] = ACTIONS(155), + [sym_identifier] = ACTIONS(530), [sym_comment] = ACTIONS(44), }, - [133] = { - [sym__declarator] = STATE(135), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(278), - [sym_identifier] = ACTIONS(131), + [135] = { + [sym__declarator] = STATE(137), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(282), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [134] = { - [sym_parameter_list] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(524), - [anon_sym_LBRACK] = ACTIONS(296), + [136] = { + [sym_parameter_list] = STATE(145), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(532), + [anon_sym_LBRACK] = ACTIONS(300), [sym_comment] = ACTIONS(44), }, - [135] = { - [sym_parameter_list] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(526), - [anon_sym_RPAREN] = ACTIONS(526), - [anon_sym_SEMI] = ACTIONS(526), - [anon_sym_LBRACE] = ACTIONS(526), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(526), + [137] = { + [sym_parameter_list] = STATE(145), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(534), + [anon_sym_RPAREN] = ACTIONS(534), + [anon_sym_SEMI] = ACTIONS(534), + [anon_sym_LBRACE] = ACTIONS(534), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(534), [sym_comment] = ACTIONS(44), }, - [136] = { - [sym__declaration_specifiers] = STATE(227), + [138] = { + [sym__declaration_specifiers] = STATE(231), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -10497,12 +10525,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_parameter_declaration] = STATE(225), + [sym_parameter_declaration] = STATE(229), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_DOT_DOT_DOT] = ACTIONS(528), - [anon_sym_RPAREN] = ACTIONS(530), + [anon_sym_DOT_DOT_DOT] = ACTIONS(536), + [anon_sym_RPAREN] = ACTIONS(538), [anon_sym_extern] = ACTIONS(28), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), @@ -10521,56 +10549,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [137] = { - [sym__declarator] = STATE(229), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(230), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [139] = { + [sym__declarator] = STATE(233), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(234), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [138] = { - [ts_builtin_sym_end] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_RBRACE] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [sym_identifier] = ACTIONS(538), + [140] = { + [ts_builtin_sym_end] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_RBRACE] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [sym_identifier] = ACTIONS(546), [sym_comment] = ACTIONS(44), }, - [139] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [141] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -10578,55 +10606,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(267), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(271), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(560), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(568), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -10641,68 +10669,68 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [140] = { - [sym__declaration_specifiers] = STATE(281), + [142] = { + [sym__declaration_specifiers] = STATE(285), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(282), - [sym_sized_type_specifier] = STATE(272), - [sym_enum_specifier] = STATE(272), - [sym_struct_specifier] = STATE(272), - [sym_union_specifier] = STATE(272), - [sym__expression] = STATE(283), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(272), - [aux_sym__declaration_specifiers_repeat1] = STATE(284), - [aux_sym_sized_type_specifier_repeat1] = STATE(285), - [anon_sym_LPAREN] = ACTIONS(604), + [sym__type_specifier] = STATE(286), + [sym_sized_type_specifier] = STATE(276), + [sym_enum_specifier] = STATE(276), + [sym_struct_specifier] = STATE(276), + [sym_union_specifier] = STATE(276), + [sym__expression] = STATE(287), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(276), + [aux_sym__declaration_specifiers_repeat1] = STATE(288), + [aux_sym_sized_type_specifier_repeat1] = STATE(289), + [anon_sym_LPAREN] = ACTIONS(612), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(608), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(616), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -10710,250 +10738,250 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(30), [anon_sym_restrict] = ACTIONS(30), [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [sym_primitive_type] = ACTIONS(612), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_struct] = ACTIONS(616), - [anon_sym_union] = ACTIONS(618), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(630), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [141] = { - [sym__expression] = STATE(287), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(288), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [142] = { - [ts_builtin_sym_end] = ACTIONS(636), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(638), - [sym_preproc_directive] = ACTIONS(640), - [anon_sym_typedef] = ACTIONS(638), - [anon_sym_extern] = ACTIONS(638), - [anon_sym_RBRACE] = ACTIONS(636), - [anon_sym_static] = ACTIONS(638), - [anon_sym_auto] = ACTIONS(638), - [anon_sym_register] = ACTIONS(638), - [anon_sym_inline] = ACTIONS(638), - [anon_sym_const] = ACTIONS(638), - [anon_sym_restrict] = ACTIONS(638), - [anon_sym_volatile] = ACTIONS(638), - [anon_sym_unsigned] = ACTIONS(638), - [anon_sym_long] = ACTIONS(638), - [anon_sym_short] = ACTIONS(638), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(638), - [anon_sym_struct] = ACTIONS(638), - [anon_sym_union] = ACTIONS(638), - [sym_identifier] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(622), + [anon_sym_struct] = ACTIONS(624), + [anon_sym_union] = ACTIONS(626), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(638), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [143] = { - [anon_sym_LPAREN] = ACTIONS(642), - [anon_sym_COMMA] = ACTIONS(642), - [anon_sym_RPAREN] = ACTIONS(642), - [anon_sym_SEMI] = ACTIONS(642), - [anon_sym_LBRACE] = ACTIONS(642), - [anon_sym_LBRACK] = ACTIONS(642), - [anon_sym_EQ] = ACTIONS(642), + [sym__expression] = STATE(291), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(292), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [144] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(646), + [ts_builtin_sym_end] = ACTIONS(644), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(646), + [sym_preproc_directive] = ACTIONS(648), + [anon_sym_typedef] = ACTIONS(646), + [anon_sym_extern] = ACTIONS(646), + [anon_sym_RBRACE] = ACTIONS(644), + [anon_sym_static] = ACTIONS(646), + [anon_sym_auto] = ACTIONS(646), + [anon_sym_register] = ACTIONS(646), + [anon_sym_inline] = ACTIONS(646), + [anon_sym_const] = ACTIONS(646), + [anon_sym_restrict] = ACTIONS(646), + [anon_sym_volatile] = ACTIONS(646), + [anon_sym_unsigned] = ACTIONS(646), + [anon_sym_long] = ACTIONS(646), + [anon_sym_short] = ACTIONS(646), + [sym_primitive_type] = ACTIONS(646), + [anon_sym_enum] = ACTIONS(646), + [anon_sym_struct] = ACTIONS(646), + [anon_sym_union] = ACTIONS(646), + [sym_identifier] = ACTIONS(648), [sym_comment] = ACTIONS(44), }, [145] = { - [anon_sym_LPAREN] = ACTIONS(648), - [anon_sym_COMMA] = ACTIONS(648), - [anon_sym_RPAREN] = ACTIONS(648), - [anon_sym_SEMI] = ACTIONS(648), - [anon_sym_extern] = ACTIONS(316), - [anon_sym_STAR] = ACTIONS(648), - [anon_sym_LBRACK] = ACTIONS(648), - [anon_sym_static] = ACTIONS(316), - [anon_sym_auto] = ACTIONS(316), - [anon_sym_register] = ACTIONS(316), - [anon_sym_inline] = ACTIONS(316), - [anon_sym_const] = ACTIONS(316), - [anon_sym_restrict] = ACTIONS(316), - [anon_sym_volatile] = ACTIONS(316), - [anon_sym_COLON] = ACTIONS(648), - [sym_identifier] = ACTIONS(318), - [sym_comment] = ACTIONS(44), - }, - [146] = { - [sym_storage_class_specifier] = STATE(145), - [sym_type_qualifier] = STATE(145), [anon_sym_LPAREN] = ACTIONS(650), [anon_sym_COMMA] = ACTIONS(650), [anon_sym_RPAREN] = ACTIONS(650), [anon_sym_SEMI] = ACTIONS(650), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(650), + [anon_sym_LBRACE] = ACTIONS(650), [anon_sym_LBRACK] = ACTIONS(650), - [anon_sym_static] = ACTIONS(139), - [anon_sym_auto] = ACTIONS(139), - [anon_sym_register] = ACTIONS(139), - [anon_sym_inline] = ACTIONS(139), - [anon_sym_const] = ACTIONS(141), - [anon_sym_restrict] = ACTIONS(141), - [anon_sym_volatile] = ACTIONS(141), - [anon_sym_COLON] = ACTIONS(650), - [sym_identifier] = ACTIONS(652), + [anon_sym_EQ] = ACTIONS(650), + [sym_comment] = ACTIONS(44), + }, + [146] = { + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(654), [sym_comment] = ACTIONS(44), }, [147] = { - [anon_sym_LF] = ACTIONS(654), - [sym_comment] = ACTIONS(54), + [anon_sym_LPAREN] = ACTIONS(656), + [anon_sym_COMMA] = ACTIONS(656), + [anon_sym_RPAREN] = ACTIONS(656), + [anon_sym_SEMI] = ACTIONS(656), + [anon_sym_extern] = ACTIONS(320), + [anon_sym_STAR] = ACTIONS(656), + [anon_sym_LBRACK] = ACTIONS(656), + [anon_sym_static] = ACTIONS(320), + [anon_sym_auto] = ACTIONS(320), + [anon_sym_register] = ACTIONS(320), + [anon_sym_inline] = ACTIONS(320), + [anon_sym_const] = ACTIONS(320), + [anon_sym_restrict] = ACTIONS(320), + [anon_sym_volatile] = ACTIONS(320), + [anon_sym_COLON] = ACTIONS(656), + [sym_identifier] = ACTIONS(322), + [sym_comment] = ACTIONS(44), }, [148] = { - [aux_sym_preproc_params_repeat1] = STATE(294), - [anon_sym_COMMA] = ACTIONS(656), + [sym_storage_class_specifier] = STATE(147), + [sym_type_qualifier] = STATE(147), + [anon_sym_LPAREN] = ACTIONS(658), + [anon_sym_COMMA] = ACTIONS(658), [anon_sym_RPAREN] = ACTIONS(658), + [anon_sym_SEMI] = ACTIONS(658), + [anon_sym_extern] = ACTIONS(141), + [anon_sym_STAR] = ACTIONS(658), + [anon_sym_LBRACK] = ACTIONS(658), + [anon_sym_static] = ACTIONS(141), + [anon_sym_auto] = ACTIONS(141), + [anon_sym_register] = ACTIONS(141), + [anon_sym_inline] = ACTIONS(141), + [anon_sym_const] = ACTIONS(143), + [anon_sym_restrict] = ACTIONS(143), + [anon_sym_volatile] = ACTIONS(143), + [anon_sym_COLON] = ACTIONS(658), + [sym_identifier] = ACTIONS(660), [sym_comment] = ACTIONS(44), }, [149] = { - [anon_sym_LF] = ACTIONS(660), - [sym_preproc_arg] = ACTIONS(660), + [anon_sym_LF] = ACTIONS(662), [sym_comment] = ACTIONS(54), }, [150] = { - [ts_builtin_sym_end] = ACTIONS(662), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(664), - [sym_preproc_directive] = ACTIONS(666), - [anon_sym_typedef] = ACTIONS(664), - [anon_sym_extern] = ACTIONS(664), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_static] = ACTIONS(664), - [anon_sym_auto] = ACTIONS(664), - [anon_sym_register] = ACTIONS(664), - [anon_sym_inline] = ACTIONS(664), - [anon_sym_const] = ACTIONS(664), - [anon_sym_restrict] = ACTIONS(664), - [anon_sym_volatile] = ACTIONS(664), - [anon_sym_unsigned] = ACTIONS(664), - [anon_sym_long] = ACTIONS(664), - [anon_sym_short] = ACTIONS(664), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(664), - [anon_sym_struct] = ACTIONS(664), - [anon_sym_union] = ACTIONS(664), - [sym_identifier] = ACTIONS(666), + [aux_sym_preproc_params_repeat1] = STATE(298), + [anon_sym_COMMA] = ACTIONS(664), + [anon_sym_RPAREN] = ACTIONS(666), [sym_comment] = ACTIONS(44), }, [151] = { [anon_sym_LF] = ACTIONS(668), + [sym_preproc_arg] = ACTIONS(668), [sym_comment] = ACTIONS(54), }, [152] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(160), - [sym_preproc_directive] = ACTIONS(162), - [anon_sym_typedef] = ACTIONS(160), - [anon_sym_extern] = ACTIONS(160), - [anon_sym_static] = ACTIONS(160), - [anon_sym_auto] = ACTIONS(160), - [anon_sym_register] = ACTIONS(160), - [anon_sym_inline] = ACTIONS(160), - [anon_sym_const] = ACTIONS(160), - [anon_sym_restrict] = ACTIONS(160), - [anon_sym_volatile] = ACTIONS(160), - [anon_sym_unsigned] = ACTIONS(160), - [anon_sym_long] = ACTIONS(160), - [anon_sym_short] = ACTIONS(160), - [sym_primitive_type] = ACTIONS(160), - [anon_sym_enum] = ACTIONS(160), - [anon_sym_struct] = ACTIONS(160), - [anon_sym_union] = ACTIONS(160), - [sym_identifier] = ACTIONS(162), + [ts_builtin_sym_end] = ACTIONS(670), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_typedef] = ACTIONS(672), + [anon_sym_extern] = ACTIONS(672), + [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_static] = ACTIONS(672), + [anon_sym_auto] = ACTIONS(672), + [anon_sym_register] = ACTIONS(672), + [anon_sym_inline] = ACTIONS(672), + [anon_sym_const] = ACTIONS(672), + [anon_sym_restrict] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_unsigned] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [sym_primitive_type] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_struct] = ACTIONS(672), + [anon_sym_union] = ACTIONS(672), + [sym_identifier] = ACTIONS(674), [sym_comment] = ACTIONS(44), }, [153] = { - [sym_preproc_params] = STATE(298), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_LPAREN] = ACTIONS(168), + [anon_sym_LF] = ACTIONS(676), [sym_comment] = ACTIONS(54), }, [154] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(300), - [sym_preproc_else] = STATE(300), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(162), + [sym_preproc_directive] = ACTIONS(164), + [anon_sym_typedef] = ACTIONS(162), + [anon_sym_extern] = ACTIONS(162), + [anon_sym_static] = ACTIONS(162), + [anon_sym_auto] = ACTIONS(162), + [anon_sym_register] = ACTIONS(162), + [anon_sym_inline] = ACTIONS(162), + [anon_sym_const] = ACTIONS(162), + [anon_sym_restrict] = ACTIONS(162), + [anon_sym_volatile] = ACTIONS(162), + [anon_sym_unsigned] = ACTIONS(162), + [anon_sym_long] = ACTIONS(162), + [anon_sym_short] = ACTIONS(162), + [sym_primitive_type] = ACTIONS(162), + [anon_sym_enum] = ACTIONS(162), + [anon_sym_struct] = ACTIONS(162), + [anon_sym_union] = ACTIONS(162), + [sym_identifier] = ACTIONS(164), + [sym_comment] = ACTIONS(44), + }, + [155] = { + [sym_preproc_params] = STATE(302), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(678), + [anon_sym_LF] = ACTIONS(680), + [anon_sym_LPAREN] = ACTIONS(170), + [sym_comment] = ACTIONS(54), + }, + [156] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(304), + [sym_preproc_else] = STATE(304), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -10961,22 +10989,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(301), + [aux_sym_translation_unit_repeat1] = STATE(305), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(674), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(682), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -10994,20 +11022,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [155] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(303), - [sym_preproc_else] = STATE(303), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [157] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(307), + [sym_preproc_else] = STATE(307), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11015,22 +11043,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(304), + [aux_sym_translation_unit_repeat1] = STATE(308), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(676), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(684), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11048,20 +11076,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [156] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(306), - [sym_preproc_else] = STATE(306), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [158] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(310), + [sym_preproc_else] = STATE(310), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11069,22 +11097,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(307), + [aux_sym_translation_unit_repeat1] = STATE(311), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(678), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(686), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11102,20 +11130,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [157] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(308), - [sym_preproc_else] = STATE(308), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [159] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(312), + [sym_preproc_else] = STATE(312), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11123,22 +11151,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(309), + [aux_sym_translation_unit_repeat1] = STATE(313), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(680), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11156,125 +11184,126 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [158] = { - [sym_string_literal] = ACTIONS(682), - [sym_system_lib_string] = ACTIONS(684), - [sym_comment] = ACTIONS(44), - }, - [159] = { - [sym_identifier] = ACTIONS(686), - [sym_comment] = ACTIONS(44), - }, [160] = { - [sym_preproc_arg] = ACTIONS(688), - [sym_comment] = ACTIONS(54), + [sym_string_literal] = ACTIONS(690), + [sym_system_lib_string] = ACTIONS(692), + [sym_comment] = ACTIONS(44), }, [161] = { - [sym_identifier] = ACTIONS(690), + [sym_identifier] = ACTIONS(694), [sym_comment] = ACTIONS(44), }, [162] = { - [sym_identifier] = ACTIONS(692), - [sym_comment] = ACTIONS(44), + [sym_preproc_arg] = ACTIONS(696), + [sym_comment] = ACTIONS(54), }, [163] = { - [sym_preproc_arg] = ACTIONS(694), - [sym_comment] = ACTIONS(54), + [sym_identifier] = ACTIONS(698), + [sym_comment] = ACTIONS(44), }, [164] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(316), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(317), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [sym_identifier] = ACTIONS(700), [sym_comment] = ACTIONS(44), }, [165] = { - [anon_sym_extern] = ACTIONS(76), - [anon_sym_static] = ACTIONS(76), - [anon_sym_auto] = ACTIONS(76), - [anon_sym_register] = ACTIONS(76), - [anon_sym_inline] = ACTIONS(76), - [anon_sym_const] = ACTIONS(76), - [anon_sym_restrict] = ACTIONS(76), - [anon_sym_volatile] = ACTIONS(76), - [anon_sym_unsigned] = ACTIONS(76), - [anon_sym_long] = ACTIONS(76), - [anon_sym_short] = ACTIONS(76), - [sym_primitive_type] = ACTIONS(76), - [anon_sym_enum] = ACTIONS(76), - [anon_sym_struct] = ACTIONS(76), - [anon_sym_union] = ACTIONS(76), - [sym_string_literal] = ACTIONS(696), - [sym_identifier] = ACTIONS(80), - [sym_comment] = ACTIONS(44), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [sym_comment] = ACTIONS(54), }, [166] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(121), - [sym_preproc_directive] = ACTIONS(123), - [anon_sym_typedef] = ACTIONS(121), - [anon_sym_extern] = ACTIONS(121), - [anon_sym_static] = ACTIONS(121), - [anon_sym_auto] = ACTIONS(121), - [anon_sym_register] = ACTIONS(121), - [anon_sym_inline] = ACTIONS(121), - [anon_sym_const] = ACTIONS(121), - [anon_sym_restrict] = ACTIONS(121), - [anon_sym_volatile] = ACTIONS(121), - [anon_sym_unsigned] = ACTIONS(121), - [anon_sym_long] = ACTIONS(121), - [anon_sym_short] = ACTIONS(121), - [sym_primitive_type] = ACTIONS(121), - [anon_sym_enum] = ACTIONS(121), - [anon_sym_struct] = ACTIONS(121), - [anon_sym_union] = ACTIONS(121), - [sym_identifier] = ACTIONS(123), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(321), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [167] = { - [sym__declarator] = STATE(320), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(321), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), + [anon_sym_extern] = ACTIONS(78), + [anon_sym_static] = ACTIONS(78), + [anon_sym_auto] = ACTIONS(78), + [anon_sym_register] = ACTIONS(78), + [anon_sym_inline] = ACTIONS(78), + [anon_sym_const] = ACTIONS(78), + [anon_sym_restrict] = ACTIONS(78), + [anon_sym_volatile] = ACTIONS(78), + [anon_sym_unsigned] = ACTIONS(78), + [anon_sym_long] = ACTIONS(78), + [anon_sym_short] = ACTIONS(78), + [sym_primitive_type] = ACTIONS(78), + [anon_sym_enum] = ACTIONS(78), + [anon_sym_struct] = ACTIONS(78), + [anon_sym_union] = ACTIONS(78), + [sym_string_literal] = ACTIONS(706), + [sym_identifier] = ACTIONS(82), [sym_comment] = ACTIONS(44), }, [168] = { - [sym_preproc_include] = STATE(322), - [sym_preproc_def] = STATE(322), - [sym_preproc_function_def] = STATE(322), - [sym_preproc_call] = STATE(322), - [sym_preproc_if] = STATE(322), - [sym_preproc_ifdef] = STATE(322), - [sym_function_definition] = STATE(322), - [sym_declaration] = STATE(322), - [sym_type_definition] = STATE(322), - [sym__declaration_specifiers] = STATE(167), - [sym_linkage_specification] = STATE(322), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(123), + [sym_preproc_directive] = ACTIONS(125), + [anon_sym_typedef] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(123), + [anon_sym_static] = ACTIONS(123), + [anon_sym_auto] = ACTIONS(123), + [anon_sym_register] = ACTIONS(123), + [anon_sym_inline] = ACTIONS(123), + [anon_sym_const] = ACTIONS(123), + [anon_sym_restrict] = ACTIONS(123), + [anon_sym_volatile] = ACTIONS(123), + [anon_sym_unsigned] = ACTIONS(123), + [anon_sym_long] = ACTIONS(123), + [anon_sym_short] = ACTIONS(123), + [sym_primitive_type] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(123), + [anon_sym_struct] = ACTIONS(123), + [anon_sym_union] = ACTIONS(123), + [sym_identifier] = ACTIONS(125), + [sym_comment] = ACTIONS(44), + }, + [169] = { + [sym__declarator] = STATE(325), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(708), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), + [sym_comment] = ACTIONS(44), + }, + [170] = { + [sym_preproc_include] = STATE(327), + [sym_preproc_def] = STATE(327), + [sym_preproc_function_def] = STATE(327), + [sym_preproc_call] = STATE(327), + [sym_preproc_if] = STATE(327), + [sym_preproc_ifdef] = STATE(327), + [sym_function_definition] = STATE(327), + [sym_declaration] = STATE(327), + [sym_type_definition] = STATE(327), + [sym__declaration_specifiers] = STATE(169), + [sym_linkage_specification] = STATE(327), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11282,19 +11311,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(322), + [sym__empty_declaration] = STATE(327), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(376), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(378), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(380), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(384), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(386), - [sym_preproc_directive] = ACTIONS(388), - [anon_sym_typedef] = ACTIONS(390), - [anon_sym_extern] = ACTIONS(392), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(380), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(710), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(388), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(390), + [sym_preproc_directive] = ACTIONS(392), + [anon_sym_typedef] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(396), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11312,72 +11341,76 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [169] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(198), - [sym_preproc_directive] = ACTIONS(200), - [anon_sym_typedef] = ACTIONS(198), - [anon_sym_extern] = ACTIONS(198), - [anon_sym_static] = ACTIONS(198), - [anon_sym_auto] = ACTIONS(198), - [anon_sym_register] = ACTIONS(198), - [anon_sym_inline] = ACTIONS(198), - [anon_sym_const] = ACTIONS(198), - [anon_sym_restrict] = ACTIONS(198), - [anon_sym_volatile] = ACTIONS(198), - [anon_sym_unsigned] = ACTIONS(198), - [anon_sym_long] = ACTIONS(198), - [anon_sym_short] = ACTIONS(198), - [sym_primitive_type] = ACTIONS(198), - [anon_sym_enum] = ACTIONS(198), - [anon_sym_struct] = ACTIONS(198), - [anon_sym_union] = ACTIONS(198), - [sym_identifier] = ACTIONS(200), + [171] = { + [sym_preproc_arg] = ACTIONS(712), + [sym_comment] = ACTIONS(54), + }, + [172] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(202), + [sym_preproc_directive] = ACTIONS(204), + [anon_sym_typedef] = ACTIONS(202), + [anon_sym_extern] = ACTIONS(202), + [anon_sym_static] = ACTIONS(202), + [anon_sym_auto] = ACTIONS(202), + [anon_sym_register] = ACTIONS(202), + [anon_sym_inline] = ACTIONS(202), + [anon_sym_const] = ACTIONS(202), + [anon_sym_restrict] = ACTIONS(202), + [anon_sym_volatile] = ACTIONS(202), + [anon_sym_unsigned] = ACTIONS(202), + [anon_sym_long] = ACTIONS(202), + [anon_sym_short] = ACTIONS(202), + [sym_primitive_type] = ACTIONS(202), + [anon_sym_enum] = ACTIONS(202), + [anon_sym_struct] = ACTIONS(202), + [anon_sym_union] = ACTIONS(202), + [sym_identifier] = ACTIONS(204), [sym_comment] = ACTIONS(44), }, - [170] = { - [sym__type_declarator] = STATE(323), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [173] = { + [sym__type_declarator] = STATE(329), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [171] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(324), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [174] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(330), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [172] = { - [sym_function_definition] = STATE(326), - [sym_declaration] = STATE(326), - [sym__declaration_specifiers] = STATE(327), - [sym_declaration_list] = STATE(326), + [175] = { + [sym_function_definition] = STATE(332), + [sym_declaration] = STATE(332), + [sym__declaration_specifiers] = STATE(333), + [sym_declaration_list] = STATE(332), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11389,7 +11422,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(714), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11407,115 +11440,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [173] = { - [ts_builtin_sym_end] = ACTIONS(704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(706), - [sym_preproc_directive] = ACTIONS(708), - [anon_sym_typedef] = ACTIONS(706), - [anon_sym_extern] = ACTIONS(706), - [anon_sym_RBRACE] = ACTIONS(704), - [anon_sym_static] = ACTIONS(706), - [anon_sym_auto] = ACTIONS(706), - [anon_sym_register] = ACTIONS(706), - [anon_sym_inline] = ACTIONS(706), - [anon_sym_const] = ACTIONS(706), - [anon_sym_restrict] = ACTIONS(706), - [anon_sym_volatile] = ACTIONS(706), - [anon_sym_unsigned] = ACTIONS(706), - [anon_sym_long] = ACTIONS(706), - [anon_sym_short] = ACTIONS(706), - [sym_primitive_type] = ACTIONS(706), - [anon_sym_enum] = ACTIONS(706), - [anon_sym_struct] = ACTIONS(706), - [anon_sym_union] = ACTIONS(706), - [sym_identifier] = ACTIONS(708), - [sym_comment] = ACTIONS(44), - }, - [174] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(282), - [sym_preproc_directive] = ACTIONS(284), - [anon_sym_typedef] = ACTIONS(282), - [anon_sym_extern] = ACTIONS(282), - [anon_sym_static] = ACTIONS(282), - [anon_sym_auto] = ACTIONS(282), - [anon_sym_register] = ACTIONS(282), - [anon_sym_inline] = ACTIONS(282), - [anon_sym_const] = ACTIONS(282), - [anon_sym_restrict] = ACTIONS(282), - [anon_sym_volatile] = ACTIONS(282), - [anon_sym_unsigned] = ACTIONS(282), - [anon_sym_long] = ACTIONS(282), - [anon_sym_short] = ACTIONS(282), - [sym_primitive_type] = ACTIONS(282), - [anon_sym_enum] = ACTIONS(282), - [anon_sym_struct] = ACTIONS(282), - [anon_sym_union] = ACTIONS(282), - [sym_identifier] = ACTIONS(284), - [sym_comment] = ACTIONS(44), - }, - [175] = { - [sym_compound_statement] = STATE(330), - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(331), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(710), - [anon_sym_LBRACE] = ACTIONS(712), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), - [sym_comment] = ACTIONS(44), - }, [176] = { - [aux_sym_declaration_repeat1] = STATE(331), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(710), - [sym_comment] = ACTIONS(44), - }, - [177] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(312), - [sym_preproc_directive] = ACTIONS(314), - [anon_sym_typedef] = ACTIONS(312), - [anon_sym_extern] = ACTIONS(312), - [anon_sym_static] = ACTIONS(312), - [anon_sym_auto] = ACTIONS(312), - [anon_sym_register] = ACTIONS(312), - [anon_sym_inline] = ACTIONS(312), - [anon_sym_const] = ACTIONS(312), - [anon_sym_restrict] = ACTIONS(312), - [anon_sym_volatile] = ACTIONS(312), - [anon_sym_unsigned] = ACTIONS(312), - [anon_sym_long] = ACTIONS(312), - [anon_sym_short] = ACTIONS(312), - [sym_primitive_type] = ACTIONS(312), - [anon_sym_enum] = ACTIONS(312), - [anon_sym_struct] = ACTIONS(312), - [anon_sym_union] = ACTIONS(312), - [sym_identifier] = ACTIONS(314), - [sym_comment] = ACTIONS(44), - }, - [178] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(714), - [sym_comment] = ACTIONS(44), - }, - [179] = { [ts_builtin_sym_end] = ACTIONS(716), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(718), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(718), @@ -11543,72 +11468,208 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(720), [sym_comment] = ACTIONS(44), }, + [177] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(286), + [sym_preproc_directive] = ACTIONS(288), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_inline] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [anon_sym_unsigned] = ACTIONS(286), + [anon_sym_long] = ACTIONS(286), + [anon_sym_short] = ACTIONS(286), + [sym_primitive_type] = ACTIONS(286), + [anon_sym_enum] = ACTIONS(286), + [anon_sym_struct] = ACTIONS(286), + [anon_sym_union] = ACTIONS(286), + [sym_identifier] = ACTIONS(288), + [sym_comment] = ACTIONS(44), + }, + [178] = { + [sym_compound_statement] = STATE(336), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(337), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_LBRACE] = ACTIONS(724), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), + [sym_comment] = ACTIONS(44), + }, + [179] = { + [aux_sym_declaration_repeat1] = STATE(337), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(722), + [sym_comment] = ACTIONS(44), + }, [180] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(722), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(316), + [sym_preproc_directive] = ACTIONS(318), + [anon_sym_typedef] = ACTIONS(316), + [anon_sym_extern] = ACTIONS(316), + [anon_sym_static] = ACTIONS(316), + [anon_sym_auto] = ACTIONS(316), + [anon_sym_register] = ACTIONS(316), + [anon_sym_inline] = ACTIONS(316), + [anon_sym_const] = ACTIONS(316), + [anon_sym_restrict] = ACTIONS(316), + [anon_sym_volatile] = ACTIONS(316), + [anon_sym_unsigned] = ACTIONS(316), + [anon_sym_long] = ACTIONS(316), + [anon_sym_short] = ACTIONS(316), + [sym_primitive_type] = ACTIONS(316), + [anon_sym_enum] = ACTIONS(316), + [anon_sym_struct] = ACTIONS(316), + [anon_sym_union] = ACTIONS(316), + [sym_identifier] = ACTIONS(318), [sym_comment] = ACTIONS(44), }, [181] = { - [ts_builtin_sym_end] = ACTIONS(724), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(726), - [sym_preproc_directive] = ACTIONS(728), - [anon_sym_typedef] = ACTIONS(726), - [anon_sym_extern] = ACTIONS(726), - [anon_sym_RBRACE] = ACTIONS(724), - [anon_sym_static] = ACTIONS(726), - [anon_sym_auto] = ACTIONS(726), - [anon_sym_register] = ACTIONS(726), - [anon_sym_inline] = ACTIONS(726), - [anon_sym_const] = ACTIONS(726), - [anon_sym_restrict] = ACTIONS(726), - [anon_sym_volatile] = ACTIONS(726), - [anon_sym_unsigned] = ACTIONS(726), - [anon_sym_long] = ACTIONS(726), - [anon_sym_short] = ACTIONS(726), - [sym_primitive_type] = ACTIONS(726), - [anon_sym_enum] = ACTIONS(726), - [anon_sym_struct] = ACTIONS(726), - [anon_sym_union] = ACTIONS(726), - [sym_identifier] = ACTIONS(728), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(726), [sym_comment] = ACTIONS(44), }, [182] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(730), + [ts_builtin_sym_end] = ACTIONS(728), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(730), + [sym_preproc_directive] = ACTIONS(732), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_RBRACE] = ACTIONS(728), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_inline] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [sym_primitive_type] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(732), [sym_comment] = ACTIONS(44), }, [183] = { - [anon_sym_RBRACE] = ACTIONS(732), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(734), [sym_comment] = ACTIONS(44), }, [184] = { - [anon_sym_LPAREN] = ACTIONS(458), - [anon_sym_STAR] = ACTIONS(458), - [sym_identifier] = ACTIONS(460), + [ts_builtin_sym_end] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(738), + [sym_preproc_directive] = ACTIONS(740), + [anon_sym_typedef] = ACTIONS(738), + [anon_sym_extern] = ACTIONS(738), + [anon_sym_RBRACE] = ACTIONS(736), + [anon_sym_static] = ACTIONS(738), + [anon_sym_auto] = ACTIONS(738), + [anon_sym_register] = ACTIONS(738), + [anon_sym_inline] = ACTIONS(738), + [anon_sym_const] = ACTIONS(738), + [anon_sym_restrict] = ACTIONS(738), + [anon_sym_volatile] = ACTIONS(738), + [anon_sym_unsigned] = ACTIONS(738), + [anon_sym_long] = ACTIONS(738), + [anon_sym_short] = ACTIONS(738), + [sym_primitive_type] = ACTIONS(738), + [anon_sym_enum] = ACTIONS(738), + [anon_sym_struct] = ACTIONS(738), + [anon_sym_union] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_comment] = ACTIONS(44), }, [185] = { - [aux_sym_enumerator_list_repeat1] = STATE(337), - [anon_sym_COMMA] = ACTIONS(734), - [anon_sym_RBRACE] = ACTIONS(732), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(742), [sym_comment] = ACTIONS(44), }, [186] = { - [anon_sym_LPAREN] = ACTIONS(470), - [anon_sym_STAR] = ACTIONS(470), - [sym_identifier] = ACTIONS(472), + [ts_builtin_sym_end] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(746), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(746), + [sym_preproc_directive] = ACTIONS(748), + [anon_sym_typedef] = ACTIONS(746), + [anon_sym_extern] = ACTIONS(746), + [anon_sym_RBRACE] = ACTIONS(744), + [anon_sym_static] = ACTIONS(746), + [anon_sym_auto] = ACTIONS(746), + [anon_sym_register] = ACTIONS(746), + [anon_sym_inline] = ACTIONS(746), + [anon_sym_const] = ACTIONS(746), + [anon_sym_restrict] = ACTIONS(746), + [anon_sym_volatile] = ACTIONS(746), + [anon_sym_unsigned] = ACTIONS(746), + [anon_sym_long] = ACTIONS(746), + [anon_sym_short] = ACTIONS(746), + [sym_primitive_type] = ACTIONS(746), + [anon_sym_enum] = ACTIONS(746), + [anon_sym_struct] = ACTIONS(746), + [anon_sym_union] = ACTIONS(746), + [sym_identifier] = ACTIONS(748), [sym_comment] = ACTIONS(44), }, [187] = { - [anon_sym_LPAREN] = ACTIONS(476), - [anon_sym_STAR] = ACTIONS(476), - [sym_identifier] = ACTIONS(478), + [anon_sym_RBRACE] = ACTIONS(750), [sym_comment] = ACTIONS(44), }, [188] = { - [sym__declaration_specifiers] = STATE(124), + [anon_sym_LPAREN] = ACTIONS(466), + [anon_sym_STAR] = ACTIONS(466), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(44), + }, + [189] = { + [aux_sym_enumerator_list_repeat1] = STATE(343), + [anon_sym_COMMA] = ACTIONS(752), + [anon_sym_RBRACE] = ACTIONS(750), + [sym_comment] = ACTIONS(44), + }, + [190] = { + [anon_sym_LPAREN] = ACTIONS(478), + [anon_sym_STAR] = ACTIONS(478), + [sym_identifier] = ACTIONS(480), + [sym_comment] = ACTIONS(44), + }, + [191] = { + [anon_sym_LPAREN] = ACTIONS(484), + [anon_sym_STAR] = ACTIONS(484), + [sym_identifier] = ACTIONS(486), + [sym_comment] = ACTIONS(44), + }, + [192] = { + [sym__declaration_specifiers] = STATE(126), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11616,12 +11677,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_field_declaration] = STATE(215), + [sym_field_declaration] = STATE(219), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [anon_sym_extern] = ACTIONS(28), - [anon_sym_RBRACE] = ACTIONS(736), + [anon_sym_RBRACE] = ACTIONS(754), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11639,109 +11700,109 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [189] = { - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_STAR] = ACTIONS(500), - [sym_identifier] = ACTIONS(502), + [193] = { + [anon_sym_LPAREN] = ACTIONS(508), + [anon_sym_STAR] = ACTIONS(508), + [sym_identifier] = ACTIONS(510), [sym_comment] = ACTIONS(44), }, - [190] = { - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_STAR] = ACTIONS(506), - [sym_identifier] = ACTIONS(508), + [194] = { + [anon_sym_LPAREN] = ACTIONS(514), + [anon_sym_STAR] = ACTIONS(514), + [sym_identifier] = ACTIONS(516), [sym_comment] = ACTIONS(44), }, - [191] = { - [anon_sym_RPAREN] = ACTIONS(738), + [195] = { + [anon_sym_RPAREN] = ACTIONS(756), [sym_comment] = ACTIONS(44), }, - [192] = { - [sym__type_declarator] = STATE(194), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(430), - [sym_identifier] = ACTIONS(223), + [196] = { + [sym__type_declarator] = STATE(198), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(438), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [193] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(740), - [anon_sym_LBRACK] = ACTIONS(436), + [197] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(758), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [194] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(742), - [anon_sym_SEMI] = ACTIONS(742), - [anon_sym_LBRACK] = ACTIONS(436), + [198] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(760), + [anon_sym_SEMI] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [195] = { - [ts_builtin_sym_end] = ACTIONS(744), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(746), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_typedef] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_RBRACE] = ACTIONS(744), - [anon_sym_static] = ACTIONS(746), - [anon_sym_auto] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_inline] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [anon_sym_restrict] = ACTIONS(746), - [anon_sym_volatile] = ACTIONS(746), - [anon_sym_unsigned] = ACTIONS(746), - [anon_sym_long] = ACTIONS(746), - [anon_sym_short] = ACTIONS(746), - [sym_primitive_type] = ACTIONS(746), - [anon_sym_enum] = ACTIONS(746), - [anon_sym_struct] = ACTIONS(746), - [anon_sym_union] = ACTIONS(746), - [sym_identifier] = ACTIONS(748), + [199] = { + [ts_builtin_sym_end] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [sym_identifier] = ACTIONS(766), [sym_comment] = ACTIONS(44), }, - [196] = { - [sym__declaration_specifiers] = STATE(342), + [200] = { + [sym__declaration_specifiers] = STATE(348), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(282), - [sym_sized_type_specifier] = STATE(272), - [sym_enum_specifier] = STATE(272), - [sym_struct_specifier] = STATE(272), - [sym_union_specifier] = STATE(272), - [sym__expression] = STATE(343), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(272), - [aux_sym__declaration_specifiers_repeat1] = STATE(284), - [aux_sym_sized_type_specifier_repeat1] = STATE(285), - [anon_sym_LPAREN] = ACTIONS(604), + [sym__type_specifier] = STATE(286), + [sym_sized_type_specifier] = STATE(276), + [sym_enum_specifier] = STATE(276), + [sym_struct_specifier] = STATE(276), + [sym_union_specifier] = STATE(276), + [sym__expression] = STATE(349), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(276), + [aux_sym__declaration_specifiers_repeat1] = STATE(288), + [aux_sym_sized_type_specifier_repeat1] = STATE(289), + [anon_sym_LPAREN] = ACTIONS(612), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(750), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(768), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11749,84 +11810,84 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(30), [anon_sym_restrict] = ACTIONS(30), [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [sym_primitive_type] = ACTIONS(612), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_struct] = ACTIONS(616), - [anon_sym_union] = ACTIONS(618), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(630), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(622), + [anon_sym_struct] = ACTIONS(624), + [anon_sym_union] = ACTIONS(626), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(638), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [197] = { - [anon_sym_LPAREN] = ACTIONS(752), - [anon_sym_RPAREN] = ACTIONS(752), - [anon_sym_SEMI] = ACTIONS(752), - [anon_sym_LBRACK] = ACTIONS(752), + [201] = { + [anon_sym_LPAREN] = ACTIONS(770), + [anon_sym_RPAREN] = ACTIONS(770), + [anon_sym_SEMI] = ACTIONS(770), + [anon_sym_LBRACK] = ACTIONS(770), [sym_comment] = ACTIONS(44), }, - [198] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(754), - [anon_sym_LBRACK] = ACTIONS(436), + [202] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(772), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [199] = { - [ts_builtin_sym_end] = ACTIONS(756), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(758), - [sym_preproc_directive] = ACTIONS(760), - [anon_sym_typedef] = ACTIONS(758), - [anon_sym_extern] = ACTIONS(758), - [anon_sym_RBRACE] = ACTIONS(756), - [anon_sym_static] = ACTIONS(758), - [anon_sym_auto] = ACTIONS(758), - [anon_sym_register] = ACTIONS(758), - [anon_sym_inline] = ACTIONS(758), - [anon_sym_const] = ACTIONS(758), - [anon_sym_restrict] = ACTIONS(758), - [anon_sym_volatile] = ACTIONS(758), - [anon_sym_unsigned] = ACTIONS(758), - [anon_sym_long] = ACTIONS(758), - [anon_sym_short] = ACTIONS(758), - [sym_primitive_type] = ACTIONS(758), - [anon_sym_enum] = ACTIONS(758), - [anon_sym_struct] = ACTIONS(758), - [anon_sym_union] = ACTIONS(758), - [sym_identifier] = ACTIONS(760), + [203] = { + [ts_builtin_sym_end] = ACTIONS(774), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(776), + [sym_preproc_directive] = ACTIONS(778), + [anon_sym_typedef] = ACTIONS(776), + [anon_sym_extern] = ACTIONS(776), + [anon_sym_RBRACE] = ACTIONS(774), + [anon_sym_static] = ACTIONS(776), + [anon_sym_auto] = ACTIONS(776), + [anon_sym_register] = ACTIONS(776), + [anon_sym_inline] = ACTIONS(776), + [anon_sym_const] = ACTIONS(776), + [anon_sym_restrict] = ACTIONS(776), + [anon_sym_volatile] = ACTIONS(776), + [anon_sym_unsigned] = ACTIONS(776), + [anon_sym_long] = ACTIONS(776), + [anon_sym_short] = ACTIONS(776), + [sym_primitive_type] = ACTIONS(776), + [anon_sym_enum] = ACTIONS(776), + [anon_sym_struct] = ACTIONS(776), + [anon_sym_union] = ACTIONS(776), + [sym_identifier] = ACTIONS(778), [sym_comment] = ACTIONS(44), }, - [200] = { - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), + [204] = { + [sym_preproc_include] = STATE(64), + [sym_preproc_def] = STATE(64), + [sym_preproc_function_def] = STATE(64), + [sym_preproc_call] = STATE(64), + [sym_preproc_if] = STATE(64), + [sym_preproc_ifdef] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_declaration] = STATE(64), + [sym_type_definition] = STATE(64), [sym__declaration_specifiers] = STATE(20), - [sym_linkage_specification] = STATE(63), + [sym_linkage_specification] = STATE(64), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -11834,7 +11895,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(63), + [sym__empty_declaration] = STATE(64), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), @@ -11846,7 +11907,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(22), [anon_sym_typedef] = ACTIONS(24), [anon_sym_extern] = ACTIONS(26), - [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_RBRACE] = ACTIONS(780), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -11864,243 +11925,243 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [201] = { - [anon_sym_LPAREN] = ACTIONS(764), - [anon_sym_COMMA] = ACTIONS(764), - [anon_sym_RPAREN] = ACTIONS(764), - [anon_sym_SEMI] = ACTIONS(764), - [anon_sym_extern] = ACTIONS(766), - [anon_sym_STAR] = ACTIONS(764), - [anon_sym_LBRACK] = ACTIONS(764), - [anon_sym_static] = ACTIONS(766), - [anon_sym_auto] = ACTIONS(766), - [anon_sym_register] = ACTIONS(766), - [anon_sym_inline] = ACTIONS(766), - [anon_sym_const] = ACTIONS(766), - [anon_sym_restrict] = ACTIONS(766), - [anon_sym_volatile] = ACTIONS(766), - [anon_sym_COLON] = ACTIONS(764), - [sym_identifier] = ACTIONS(768), - [sym_comment] = ACTIONS(44), - }, - [202] = { - [sym__expression] = STATE(352), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [203] = { - [sym_enumerator] = STATE(354), - [anon_sym_RBRACE] = ACTIONS(784), - [sym_identifier] = ACTIONS(238), - [sym_comment] = ACTIONS(44), - }, - [204] = { - [anon_sym_COMMA] = ACTIONS(786), - [anon_sym_RBRACE] = ACTIONS(784), - [sym_comment] = ACTIONS(44), - }, [205] = { - [sym__field_declarator] = STATE(357), - [sym_pointer_field_declarator] = STATE(211), - [sym_function_field_declarator] = STATE(212), - [sym_array_field_declarator] = STATE(213), - [anon_sym_LPAREN] = ACTIONS(482), - [anon_sym_STAR] = ACTIONS(788), - [sym_identifier] = ACTIONS(490), + [anon_sym_LPAREN] = ACTIONS(782), + [anon_sym_COMMA] = ACTIONS(782), + [anon_sym_RPAREN] = ACTIONS(782), + [anon_sym_SEMI] = ACTIONS(782), + [anon_sym_extern] = ACTIONS(784), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_LBRACK] = ACTIONS(782), + [anon_sym_static] = ACTIONS(784), + [anon_sym_auto] = ACTIONS(784), + [anon_sym_register] = ACTIONS(784), + [anon_sym_inline] = ACTIONS(784), + [anon_sym_const] = ACTIONS(784), + [anon_sym_restrict] = ACTIONS(784), + [anon_sym_volatile] = ACTIONS(784), + [anon_sym_COLON] = ACTIONS(782), + [sym_identifier] = ACTIONS(786), [sym_comment] = ACTIONS(44), }, [206] = { - [anon_sym_extern] = ACTIONS(790), - [anon_sym_RBRACE] = ACTIONS(792), - [anon_sym_static] = ACTIONS(790), - [anon_sym_auto] = ACTIONS(790), - [anon_sym_register] = ACTIONS(790), - [anon_sym_inline] = ACTIONS(790), - [anon_sym_const] = ACTIONS(790), - [anon_sym_restrict] = ACTIONS(790), - [anon_sym_volatile] = ACTIONS(790), - [anon_sym_unsigned] = ACTIONS(790), - [anon_sym_long] = ACTIONS(790), - [anon_sym_short] = ACTIONS(790), - [sym_primitive_type] = ACTIONS(790), - [anon_sym_enum] = ACTIONS(790), - [anon_sym_struct] = ACTIONS(790), - [anon_sym_union] = ACTIONS(790), - [sym_identifier] = ACTIONS(794), + [sym__expression] = STATE(358), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [207] = { - [sym__field_declarator] = STATE(358), - [sym_pointer_field_declarator] = STATE(211), - [sym_function_field_declarator] = STATE(212), - [sym_array_field_declarator] = STATE(213), - [anon_sym_LPAREN] = ACTIONS(482), - [anon_sym_STAR] = ACTIONS(486), - [sym_identifier] = ACTIONS(490), + [sym_enumerator] = STATE(360), + [anon_sym_RBRACE] = ACTIONS(802), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [208] = { - [sym__expression] = STATE(365), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_RBRACE] = ACTIONS(802), [sym_comment] = ACTIONS(44), }, [209] = { - [anon_sym_LPAREN] = ACTIONS(810), - [anon_sym_COMMA] = ACTIONS(810), - [anon_sym_RPAREN] = ACTIONS(810), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_LBRACK] = ACTIONS(810), - [anon_sym_COLON] = ACTIONS(810), + [sym__field_declarator] = STATE(363), + [sym_pointer_field_declarator] = STATE(215), + [sym_function_field_declarator] = STATE(216), + [sym_array_field_declarator] = STATE(217), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_STAR] = ACTIONS(806), + [sym_identifier] = ACTIONS(498), [sym_comment] = ACTIONS(44), }, [210] = { - [sym_parameter_list] = STATE(370), - [aux_sym_field_declaration_repeat1] = STATE(371), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(814), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_COLON] = ACTIONS(818), + [anon_sym_extern] = ACTIONS(808), + [anon_sym_RBRACE] = ACTIONS(810), + [anon_sym_static] = ACTIONS(808), + [anon_sym_auto] = ACTIONS(808), + [anon_sym_register] = ACTIONS(808), + [anon_sym_inline] = ACTIONS(808), + [anon_sym_const] = ACTIONS(808), + [anon_sym_restrict] = ACTIONS(808), + [anon_sym_volatile] = ACTIONS(808), + [anon_sym_unsigned] = ACTIONS(808), + [anon_sym_long] = ACTIONS(808), + [anon_sym_short] = ACTIONS(808), + [sym_primitive_type] = ACTIONS(808), + [anon_sym_enum] = ACTIONS(808), + [anon_sym_struct] = ACTIONS(808), + [anon_sym_union] = ACTIONS(808), + [sym_identifier] = ACTIONS(812), [sym_comment] = ACTIONS(44), }, [211] = { - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(820), - [anon_sym_RPAREN] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_COLON] = ACTIONS(820), + [sym__field_declarator] = STATE(364), + [sym_pointer_field_declarator] = STATE(215), + [sym_function_field_declarator] = STATE(216), + [sym_array_field_declarator] = STATE(217), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_STAR] = ACTIONS(494), + [sym_identifier] = ACTIONS(498), [sym_comment] = ACTIONS(44), }, [212] = { - [anon_sym_LPAREN] = ACTIONS(822), - [anon_sym_COMMA] = ACTIONS(822), - [anon_sym_RPAREN] = ACTIONS(822), - [anon_sym_SEMI] = ACTIONS(822), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_COLON] = ACTIONS(822), + [sym__expression] = STATE(371), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [213] = { - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_COMMA] = ACTIONS(824), - [anon_sym_RPAREN] = ACTIONS(824), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_COLON] = ACTIONS(824), + [anon_sym_LPAREN] = ACTIONS(828), + [anon_sym_COMMA] = ACTIONS(828), + [anon_sym_RPAREN] = ACTIONS(828), + [anon_sym_SEMI] = ACTIONS(828), + [anon_sym_LBRACK] = ACTIONS(828), + [anon_sym_COLON] = ACTIONS(828), [sym_comment] = ACTIONS(44), }, [214] = { - [anon_sym_LPAREN] = ACTIONS(826), - [anon_sym_COMMA] = ACTIONS(826), - [anon_sym_RPAREN] = ACTIONS(826), - [anon_sym_SEMI] = ACTIONS(826), - [anon_sym_extern] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(826), - [anon_sym_LBRACK] = ACTIONS(826), - [anon_sym_static] = ACTIONS(828), - [anon_sym_auto] = ACTIONS(828), - [anon_sym_register] = ACTIONS(828), - [anon_sym_inline] = ACTIONS(828), - [anon_sym_const] = ACTIONS(828), - [anon_sym_restrict] = ACTIONS(828), - [anon_sym_volatile] = ACTIONS(828), - [anon_sym_COLON] = ACTIONS(826), - [sym_identifier] = ACTIONS(830), + [sym_parameter_list] = STATE(376), + [aux_sym_field_declaration_repeat1] = STATE(377), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_COLON] = ACTIONS(836), [sym_comment] = ACTIONS(44), }, [215] = { - [anon_sym_extern] = ACTIONS(832), - [anon_sym_RBRACE] = ACTIONS(834), - [anon_sym_static] = ACTIONS(832), - [anon_sym_auto] = ACTIONS(832), - [anon_sym_register] = ACTIONS(832), - [anon_sym_inline] = ACTIONS(832), - [anon_sym_const] = ACTIONS(832), - [anon_sym_restrict] = ACTIONS(832), - [anon_sym_volatile] = ACTIONS(832), - [anon_sym_unsigned] = ACTIONS(832), - [anon_sym_long] = ACTIONS(832), - [anon_sym_short] = ACTIONS(832), - [sym_primitive_type] = ACTIONS(832), - [anon_sym_enum] = ACTIONS(832), - [anon_sym_struct] = ACTIONS(832), - [anon_sym_union] = ACTIONS(832), - [sym_identifier] = ACTIONS(836), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_COMMA] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_COLON] = ACTIONS(838), [sym_comment] = ACTIONS(44), }, [216] = { - [sym__declaration_specifiers] = STATE(227), - [sym__abstract_declarator] = STATE(372), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_abstract_function_declarator] = STATE(220), - [sym_abstract_array_declarator] = STATE(220), + [anon_sym_LPAREN] = ACTIONS(840), + [anon_sym_COMMA] = ACTIONS(840), + [anon_sym_RPAREN] = ACTIONS(840), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_LBRACK] = ACTIONS(840), + [anon_sym_COLON] = ACTIONS(840), + [sym_comment] = ACTIONS(44), + }, + [217] = { + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_COMMA] = ACTIONS(842), + [anon_sym_RPAREN] = ACTIONS(842), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_COLON] = ACTIONS(842), + [sym_comment] = ACTIONS(44), + }, + [218] = { + [anon_sym_LPAREN] = ACTIONS(844), + [anon_sym_COMMA] = ACTIONS(844), + [anon_sym_RPAREN] = ACTIONS(844), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_extern] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(844), + [anon_sym_LBRACK] = ACTIONS(844), + [anon_sym_static] = ACTIONS(846), + [anon_sym_auto] = ACTIONS(846), + [anon_sym_register] = ACTIONS(846), + [anon_sym_inline] = ACTIONS(846), + [anon_sym_const] = ACTIONS(846), + [anon_sym_restrict] = ACTIONS(846), + [anon_sym_volatile] = ACTIONS(846), + [anon_sym_COLON] = ACTIONS(844), + [sym_identifier] = ACTIONS(848), + [sym_comment] = ACTIONS(44), + }, + [219] = { + [anon_sym_extern] = ACTIONS(850), + [anon_sym_RBRACE] = ACTIONS(852), + [anon_sym_static] = ACTIONS(850), + [anon_sym_auto] = ACTIONS(850), + [anon_sym_register] = ACTIONS(850), + [anon_sym_inline] = ACTIONS(850), + [anon_sym_const] = ACTIONS(850), + [anon_sym_restrict] = ACTIONS(850), + [anon_sym_volatile] = ACTIONS(850), + [anon_sym_unsigned] = ACTIONS(850), + [anon_sym_long] = ACTIONS(850), + [anon_sym_short] = ACTIONS(850), + [sym_primitive_type] = ACTIONS(850), + [anon_sym_enum] = ACTIONS(850), + [anon_sym_struct] = ACTIONS(850), + [anon_sym_union] = ACTIONS(850), + [sym_identifier] = ACTIONS(854), + [sym_comment] = ACTIONS(44), + }, + [220] = { + [sym__declaration_specifiers] = STATE(231), + [sym__abstract_declarator] = STATE(378), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_abstract_function_declarator] = STATE(224), + [sym_abstract_array_declarator] = STATE(224), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -12108,17 +12169,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_parameter_list] = STATE(221), - [sym_parameter_declaration] = STATE(225), + [sym_parameter_list] = STATE(225), + [sym_parameter_declaration] = STATE(229), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(512), - [anon_sym_DOT_DOT_DOT] = ACTIONS(528), - [anon_sym_RPAREN] = ACTIONS(530), + [anon_sym_LPAREN] = ACTIONS(520), + [anon_sym_DOT_DOT_DOT] = ACTIONS(536), + [anon_sym_RPAREN] = ACTIONS(538), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(516), - [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_LBRACK] = ACTIONS(526), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -12136,52 +12197,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [217] = { - [sym__abstract_declarator] = STATE(373), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_abstract_function_declarator] = STATE(220), - [sym_abstract_array_declarator] = STATE(220), - [sym_parameter_list] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(512), - [anon_sym_RPAREN] = ACTIONS(838), - [anon_sym_STAR] = ACTIONS(516), - [anon_sym_LBRACK] = ACTIONS(518), + [221] = { + [sym__abstract_declarator] = STATE(379), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_abstract_function_declarator] = STATE(224), + [sym_abstract_array_declarator] = STATE(224), + [sym_parameter_list] = STATE(225), + [anon_sym_LPAREN] = ACTIONS(520), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_LBRACK] = ACTIONS(526), [sym_comment] = ACTIONS(44), }, - [218] = { - [sym__declaration_specifiers] = STATE(375), + [222] = { + [sym__declaration_specifiers] = STATE(381), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(282), - [sym_sized_type_specifier] = STATE(272), - [sym_enum_specifier] = STATE(272), - [sym_struct_specifier] = STATE(272), - [sym_union_specifier] = STATE(272), - [sym__expression] = STATE(376), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(272), - [aux_sym__declaration_specifiers_repeat1] = STATE(284), - [aux_sym_sized_type_specifier_repeat1] = STATE(285), - [anon_sym_LPAREN] = ACTIONS(604), + [sym__type_specifier] = STATE(286), + [sym_sized_type_specifier] = STATE(276), + [sym_enum_specifier] = STATE(276), + [sym_struct_specifier] = STATE(276), + [sym_union_specifier] = STATE(276), + [sym__expression] = STATE(382), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(276), + [aux_sym__declaration_specifiers_repeat1] = STATE(288), + [aux_sym_sized_type_specifier_repeat1] = STATE(289), + [anon_sym_LPAREN] = ACTIONS(612), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(840), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(858), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -12189,325 +12250,326 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(30), [anon_sym_restrict] = ACTIONS(30), [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [sym_primitive_type] = ACTIONS(612), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_struct] = ACTIONS(616), - [anon_sym_union] = ACTIONS(618), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(630), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [219] = { - [sym_parameter_list] = STATE(378), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(842), - [anon_sym_LBRACK] = ACTIONS(844), - [sym_comment] = ACTIONS(44), - }, - [220] = { - [anon_sym_LPAREN] = ACTIONS(846), - [anon_sym_COMMA] = ACTIONS(846), - [anon_sym_RPAREN] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(846), - [sym_comment] = ACTIONS(44), - }, - [221] = { - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_COMMA] = ACTIONS(848), - [anon_sym_RPAREN] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [sym_comment] = ACTIONS(44), - }, - [222] = { - [anon_sym_LPAREN] = ACTIONS(850), - [anon_sym_COMMA] = ACTIONS(850), - [anon_sym_RPAREN] = ACTIONS(850), - [anon_sym_SEMI] = ACTIONS(850), - [anon_sym_extern] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(850), - [anon_sym_LBRACK] = ACTIONS(850), - [anon_sym_static] = ACTIONS(852), - [anon_sym_auto] = ACTIONS(852), - [anon_sym_register] = ACTIONS(852), - [anon_sym_inline] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [anon_sym_restrict] = ACTIONS(852), - [anon_sym_volatile] = ACTIONS(852), - [anon_sym_COLON] = ACTIONS(850), - [sym_identifier] = ACTIONS(854), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(622), + [anon_sym_struct] = ACTIONS(624), + [anon_sym_union] = ACTIONS(626), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(638), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [223] = { - [sym__abstract_declarator] = STATE(379), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_abstract_function_declarator] = STATE(220), - [sym_abstract_array_declarator] = STATE(220), - [sym_parameter_list] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(512), - [anon_sym_RPAREN] = ACTIONS(842), - [anon_sym_STAR] = ACTIONS(516), - [anon_sym_LBRACK] = ACTIONS(518), + [sym_parameter_list] = STATE(384), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(862), [sym_comment] = ACTIONS(44), }, [224] = { - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_COMMA] = ACTIONS(856), - [anon_sym_RPAREN] = ACTIONS(856), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_EQ] = ACTIONS(856), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(864), + [anon_sym_RPAREN] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(864), [sym_comment] = ACTIONS(44), }, [225] = { - [aux_sym_parameter_list_repeat1] = STATE(382), - [anon_sym_COMMA] = ACTIONS(858), - [anon_sym_RPAREN] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RPAREN] = ACTIONS(866), + [anon_sym_LBRACK] = ACTIONS(866), [sym_comment] = ACTIONS(44), }, [226] = { - [anon_sym_LPAREN] = ACTIONS(862), - [anon_sym_COMMA] = ACTIONS(862), - [anon_sym_RPAREN] = ACTIONS(862), - [anon_sym_SEMI] = ACTIONS(862), - [anon_sym_LBRACE] = ACTIONS(862), - [anon_sym_LBRACK] = ACTIONS(862), - [anon_sym_EQ] = ACTIONS(862), - [anon_sym_COLON] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_COMMA] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_static] = ACTIONS(870), + [anon_sym_auto] = ACTIONS(870), + [anon_sym_register] = ACTIONS(870), + [anon_sym_inline] = ACTIONS(870), + [anon_sym_const] = ACTIONS(870), + [anon_sym_restrict] = ACTIONS(870), + [anon_sym_volatile] = ACTIONS(870), + [anon_sym_COLON] = ACTIONS(868), + [sym_identifier] = ACTIONS(872), [sym_comment] = ACTIONS(44), }, [227] = { - [sym__declarator] = STATE(385), - [sym__abstract_declarator] = STATE(386), - [sym_pointer_declarator] = STATE(56), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_function_declarator] = STATE(56), - [sym_abstract_function_declarator] = STATE(220), - [sym_array_declarator] = STATE(56), - [sym_abstract_array_declarator] = STATE(220), - [sym_parameter_list] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(866), - [anon_sym_RPAREN] = ACTIONS(866), - [anon_sym_STAR] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(518), - [sym_identifier] = ACTIONS(131), + [sym__abstract_declarator] = STATE(385), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_abstract_function_declarator] = STATE(224), + [sym_abstract_array_declarator] = STATE(224), + [sym_parameter_list] = STATE(225), + [anon_sym_LPAREN] = ACTIONS(520), + [anon_sym_RPAREN] = ACTIONS(860), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_LBRACK] = ACTIONS(526), [sym_comment] = ACTIONS(44), }, [228] = { - [sym__declarator] = STATE(135), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_RPAREN] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_EQ] = ACTIONS(874), [sym_comment] = ACTIONS(44), }, [229] = { - [sym_parameter_list] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(870), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [aux_sym_parameter_list_repeat1] = STATE(388), + [anon_sym_COMMA] = ACTIONS(876), + [anon_sym_RPAREN] = ACTIONS(878), [sym_comment] = ACTIONS(44), }, [230] = { - [anon_sym_COMMA] = ACTIONS(870), - [anon_sym_SEMI] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(880), + [anon_sym_COMMA] = ACTIONS(880), + [anon_sym_RPAREN] = ACTIONS(880), + [anon_sym_SEMI] = ACTIONS(880), + [anon_sym_LBRACE] = ACTIONS(880), + [anon_sym_LBRACK] = ACTIONS(880), + [anon_sym_EQ] = ACTIONS(880), + [anon_sym_COLON] = ACTIONS(880), [sym_comment] = ACTIONS(44), }, [231] = { - [sym_string_literal] = ACTIONS(872), - [sym_system_lib_string] = ACTIONS(874), + [sym__declarator] = STATE(391), + [sym__abstract_declarator] = STATE(392), + [sym_pointer_declarator] = STATE(57), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_function_declarator] = STATE(57), + [sym_abstract_function_declarator] = STATE(224), + [sym_array_declarator] = STATE(57), + [sym_abstract_array_declarator] = STATE(224), + [sym_parameter_list] = STATE(225), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_COMMA] = ACTIONS(884), + [anon_sym_RPAREN] = ACTIONS(884), + [anon_sym_STAR] = ACTIONS(886), + [anon_sym_LBRACK] = ACTIONS(526), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [232] = { - [sym_identifier] = ACTIONS(876), + [sym__declarator] = STATE(137), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [233] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [sym_parameter_list] = STATE(145), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(888), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), + [sym_comment] = ACTIONS(44), + }, + [234] = { + [anon_sym_COMMA] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(888), + [sym_comment] = ACTIONS(44), + }, + [235] = { + [sym_string_literal] = ACTIONS(890), + [sym_system_lib_string] = ACTIONS(892), + [sym_comment] = ACTIONS(44), + }, + [236] = { + [sym_identifier] = ACTIONS(894), + [sym_comment] = ACTIONS(44), + }, + [237] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(398), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(404), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [234] = { - [sym_preproc_arg] = ACTIONS(894), + [238] = { + [sym_preproc_arg] = ACTIONS(912), [sym_comment] = ACTIONS(54), }, - [235] = { - [sym_identifier] = ACTIONS(896), + [239] = { + [sym_identifier] = ACTIONS(914), [sym_comment] = ACTIONS(44), }, - [236] = { - [sym_identifier] = ACTIONS(898), + [240] = { + [sym_identifier] = ACTIONS(916), [sym_comment] = ACTIONS(44), }, - [237] = { - [sym_preproc_arg] = ACTIONS(900), + [241] = { + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(918), + [anon_sym_LF] = ACTIONS(920), [sym_comment] = ACTIONS(54), }, - [238] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(904), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_RBRACE] = ACTIONS(904), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(902), - [sym_char_literal] = ACTIONS(902), - [sym_string_literal] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_true] = ACTIONS(904), - [sym_false] = ACTIONS(904), - [sym_null] = ACTIONS(902), + [242] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(924), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(922), + [sym_preproc_directive] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_typedef] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(924), + [anon_sym_static] = ACTIONS(922), + [anon_sym_auto] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_inline] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_restrict] = ACTIONS(922), + [anon_sym_volatile] = ACTIONS(922), + [anon_sym_unsigned] = ACTIONS(922), + [anon_sym_long] = ACTIONS(922), + [anon_sym_short] = ACTIONS(922), + [sym_primitive_type] = ACTIONS(922), + [anon_sym_enum] = ACTIONS(922), + [anon_sym_struct] = ACTIONS(922), + [anon_sym_union] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_switch] = ACTIONS(922), + [anon_sym_case] = ACTIONS(922), + [anon_sym_default] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_goto] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_sizeof] = ACTIONS(922), + [sym_number_literal] = ACTIONS(922), + [sym_char_literal] = ACTIONS(922), + [sym_string_literal] = ACTIONS(924), + [sym_identifier] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(922), [sym_comment] = ACTIONS(44), }, - [239] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(403), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(404), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [243] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(410), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(411), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [240] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [244] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -12515,55 +12577,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(406), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(413), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(908), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -12578,148 +12640,98 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [241] = { - [ts_builtin_sym_end] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [sym_identifier] = ACTIONS(914), - [sym_comment] = ACTIONS(44), - }, - [242] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [243] = { - [anon_sym_LPAREN] = ACTIONS(916), - [sym_comment] = ACTIONS(44), - }, - [244] = { - [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [245] = { - [sym__expression] = STATE(416), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [ts_builtin_sym_end] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [sym_identifier] = ACTIONS(934), [sym_comment] = ACTIONS(44), }, [246] = { - [anon_sym_COLON] = ACTIONS(934), + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [247] = { @@ -12727,657 +12739,707 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(44), }, [248] = { - [sym_compound_statement] = STATE(426), - [sym_labeled_statement] = STATE(426), - [sym_expression_statement] = STATE(426), - [sym_if_statement] = STATE(426), - [sym_switch_statement] = STATE(426), - [sym_case_statement] = STATE(426), - [sym_while_statement] = STATE(426), - [sym_do_statement] = STATE(426), - [sym_for_statement] = STATE(426), - [sym_return_statement] = STATE(426), - [sym_break_statement] = STATE(426), - [sym_continue_statement] = STATE(426), - [sym_goto_statement] = STATE(426), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(938), [sym_comment] = ACTIONS(44), }, [249] = { - [anon_sym_LPAREN] = ACTIONS(952), + [sym__expression] = STATE(423), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [250] = { - [sym__expression] = STATE(429), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COLON] = ACTIONS(954), [sym_comment] = ACTIONS(44), }, [251] = { - [anon_sym_SEMI] = ACTIONS(956), + [anon_sym_LPAREN] = ACTIONS(956), [sym_comment] = ACTIONS(44), }, [252] = { - [anon_sym_SEMI] = ACTIONS(958), + [sym_compound_statement] = STATE(433), + [sym_labeled_statement] = STATE(433), + [sym_expression_statement] = STATE(433), + [sym_if_statement] = STATE(433), + [sym_switch_statement] = STATE(433), + [sym_case_statement] = STATE(433), + [sym_while_statement] = STATE(433), + [sym_do_statement] = STATE(433), + [sym_for_statement] = STATE(433), + [sym_return_statement] = STATE(433), + [sym_break_statement] = STATE(433), + [sym_continue_statement] = STATE(433), + [sym_goto_statement] = STATE(433), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [253] = { - [sym_identifier] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(972), [sym_comment] = ACTIONS(44), }, [254] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(436), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [255] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(976), [sym_comment] = ACTIONS(44), }, [256] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(978), [sym_comment] = ACTIONS(44), }, [257] = { - [sym__expression] = STATE(437), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(962), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_identifier] = ACTIONS(980), [sym_comment] = ACTIONS(44), }, [258] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_RBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(964), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [259] = { - [aux_sym_concatenated_string_repeat1] = STATE(439), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_RBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(964), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_string_literal] = ACTIONS(968), + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [260] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(980), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [261] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(982), + [sym__expression] = STATE(444), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [262] = { [anon_sym_LPAREN] = ACTIONS(984), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(982), - [sym_preproc_directive] = ACTIONS(986), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_RPAREN] = ACTIONS(984), [anon_sym_SEMI] = ACTIONS(984), - [anon_sym_typedef] = ACTIONS(982), - [anon_sym_extern] = ACTIONS(982), - [anon_sym_LBRACE] = ACTIONS(984), [anon_sym_RBRACE] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(984), - [anon_sym_static] = ACTIONS(982), - [anon_sym_auto] = ACTIONS(982), - [anon_sym_register] = ACTIONS(982), - [anon_sym_inline] = ACTIONS(982), - [anon_sym_const] = ACTIONS(982), - [anon_sym_restrict] = ACTIONS(982), - [anon_sym_volatile] = ACTIONS(982), - [anon_sym_unsigned] = ACTIONS(982), - [anon_sym_long] = ACTIONS(982), - [anon_sym_short] = ACTIONS(982), - [sym_primitive_type] = ACTIONS(982), - [anon_sym_enum] = ACTIONS(982), - [anon_sym_struct] = ACTIONS(982), - [anon_sym_union] = ACTIONS(982), - [anon_sym_if] = ACTIONS(982), - [anon_sym_switch] = ACTIONS(982), - [anon_sym_case] = ACTIONS(982), - [anon_sym_default] = ACTIONS(982), - [anon_sym_while] = ACTIONS(982), - [anon_sym_do] = ACTIONS(982), - [anon_sym_for] = ACTIONS(982), - [anon_sym_return] = ACTIONS(982), - [anon_sym_break] = ACTIONS(982), - [anon_sym_continue] = ACTIONS(982), - [anon_sym_goto] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(984), - [anon_sym_BANG] = ACTIONS(984), - [anon_sym_TILDE] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(982), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_RBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(984), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), [anon_sym_DASH_DASH] = ACTIONS(984), [anon_sym_PLUS_PLUS] = ACTIONS(984), - [anon_sym_sizeof] = ACTIONS(982), - [sym_number_literal] = ACTIONS(982), - [sym_char_literal] = ACTIONS(982), - [sym_string_literal] = ACTIONS(984), - [sym_identifier] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(982), - [sym_comment] = ACTIONS(44), - }, - [262] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(988), - [anon_sym_LPAREN] = ACTIONS(990), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [sym_number_literal] = ACTIONS(988), - [sym_char_literal] = ACTIONS(988), - [sym_string_literal] = ACTIONS(990), - [sym_identifier] = ACTIONS(992), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [sym_null] = ACTIONS(988), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, [263] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(994), - [anon_sym_LPAREN] = ACTIONS(996), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(994), - [sym_preproc_directive] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(996), - [anon_sym_typedef] = ACTIONS(994), - [anon_sym_extern] = ACTIONS(994), - [anon_sym_LBRACE] = ACTIONS(996), - [anon_sym_RBRACE] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(996), - [anon_sym_static] = ACTIONS(994), - [anon_sym_auto] = ACTIONS(994), - [anon_sym_register] = ACTIONS(994), - [anon_sym_inline] = ACTIONS(994), - [anon_sym_const] = ACTIONS(994), - [anon_sym_restrict] = ACTIONS(994), - [anon_sym_volatile] = ACTIONS(994), - [anon_sym_unsigned] = ACTIONS(994), - [anon_sym_long] = ACTIONS(994), - [anon_sym_short] = ACTIONS(994), - [sym_primitive_type] = ACTIONS(994), - [anon_sym_enum] = ACTIONS(994), - [anon_sym_struct] = ACTIONS(994), - [anon_sym_union] = ACTIONS(994), - [anon_sym_if] = ACTIONS(994), - [anon_sym_switch] = ACTIONS(994), - [anon_sym_case] = ACTIONS(994), - [anon_sym_default] = ACTIONS(994), - [anon_sym_while] = ACTIONS(994), - [anon_sym_do] = ACTIONS(994), - [anon_sym_for] = ACTIONS(994), - [anon_sym_return] = ACTIONS(994), - [anon_sym_break] = ACTIONS(994), - [anon_sym_continue] = ACTIONS(994), - [anon_sym_goto] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_BANG] = ACTIONS(996), - [anon_sym_TILDE] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(994), - [anon_sym_DASH_DASH] = ACTIONS(996), - [anon_sym_PLUS_PLUS] = ACTIONS(996), - [anon_sym_sizeof] = ACTIONS(994), - [sym_number_literal] = ACTIONS(994), - [sym_char_literal] = ACTIONS(994), - [sym_string_literal] = ACTIONS(996), - [sym_identifier] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(994), + [aux_sym_concatenated_string_repeat1] = STATE(446), + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_RPAREN] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_RBRACE] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_RBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(984), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_string_literal] = ACTIONS(988), [sym_comment] = ACTIONS(44), }, [264] = { - [sym__declarator] = STATE(442), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(443), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(1000), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [265] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1002), + [anon_sym_LPAREN] = ACTIONS(1004), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1002), + [sym_preproc_directive] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1004), + [anon_sym_typedef] = ACTIONS(1002), + [anon_sym_extern] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1004), + [anon_sym_static] = ACTIONS(1002), + [anon_sym_auto] = ACTIONS(1002), + [anon_sym_register] = ACTIONS(1002), + [anon_sym_inline] = ACTIONS(1002), + [anon_sym_const] = ACTIONS(1002), + [anon_sym_restrict] = ACTIONS(1002), + [anon_sym_volatile] = ACTIONS(1002), + [anon_sym_unsigned] = ACTIONS(1002), + [anon_sym_long] = ACTIONS(1002), + [anon_sym_short] = ACTIONS(1002), + [sym_primitive_type] = ACTIONS(1002), + [anon_sym_enum] = ACTIONS(1002), + [anon_sym_struct] = ACTIONS(1002), + [anon_sym_union] = ACTIONS(1002), + [anon_sym_if] = ACTIONS(1002), + [anon_sym_switch] = ACTIONS(1002), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1002), + [anon_sym_while] = ACTIONS(1002), + [anon_sym_do] = ACTIONS(1002), + [anon_sym_for] = ACTIONS(1002), + [anon_sym_return] = ACTIONS(1002), + [anon_sym_break] = ACTIONS(1002), + [anon_sym_continue] = ACTIONS(1002), + [anon_sym_goto] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1004), + [anon_sym_BANG] = ACTIONS(1004), + [anon_sym_TILDE] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1002), + [anon_sym_DASH_DASH] = ACTIONS(1004), + [anon_sym_PLUS_PLUS] = ACTIONS(1004), + [anon_sym_sizeof] = ACTIONS(1002), + [sym_number_literal] = ACTIONS(1002), + [sym_char_literal] = ACTIONS(1002), + [sym_string_literal] = ACTIONS(1004), + [sym_identifier] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1002), [sym_comment] = ACTIONS(44), }, [266] = { - [anon_sym_SEMI] = ACTIONS(1006), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1010), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1010), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1008), + [sym_char_literal] = ACTIONS(1008), + [sym_string_literal] = ACTIONS(1010), + [sym_identifier] = ACTIONS(1012), + [sym_true] = ACTIONS(1010), + [sym_false] = ACTIONS(1010), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(44), }, [267] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1014), + [anon_sym_LPAREN] = ACTIONS(1016), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1014), + [sym_preproc_directive] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1016), + [anon_sym_typedef] = ACTIONS(1014), + [anon_sym_extern] = ACTIONS(1014), + [anon_sym_LBRACE] = ACTIONS(1016), + [anon_sym_RBRACE] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1016), + [anon_sym_static] = ACTIONS(1014), + [anon_sym_auto] = ACTIONS(1014), + [anon_sym_register] = ACTIONS(1014), + [anon_sym_inline] = ACTIONS(1014), + [anon_sym_const] = ACTIONS(1014), + [anon_sym_restrict] = ACTIONS(1014), + [anon_sym_volatile] = ACTIONS(1014), + [anon_sym_unsigned] = ACTIONS(1014), + [anon_sym_long] = ACTIONS(1014), + [anon_sym_short] = ACTIONS(1014), + [sym_primitive_type] = ACTIONS(1014), + [anon_sym_enum] = ACTIONS(1014), + [anon_sym_struct] = ACTIONS(1014), + [anon_sym_union] = ACTIONS(1014), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_switch] = ACTIONS(1014), + [anon_sym_case] = ACTIONS(1014), + [anon_sym_default] = ACTIONS(1014), + [anon_sym_while] = ACTIONS(1014), + [anon_sym_do] = ACTIONS(1014), + [anon_sym_for] = ACTIONS(1014), + [anon_sym_return] = ACTIONS(1014), + [anon_sym_break] = ACTIONS(1014), + [anon_sym_continue] = ACTIONS(1014), + [anon_sym_goto] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1016), + [anon_sym_BANG] = ACTIONS(1016), + [anon_sym_TILDE] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_PLUS_PLUS] = ACTIONS(1016), + [anon_sym_sizeof] = ACTIONS(1014), + [sym_number_literal] = ACTIONS(1014), + [sym_char_literal] = ACTIONS(1014), + [sym_string_literal] = ACTIONS(1016), + [sym_identifier] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1014), + [sym_comment] = ACTIONS(44), + }, + [268] = { + [sym__declarator] = STATE(449), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(450), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), + [sym_comment] = ACTIONS(44), + }, + [269] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [270] = { + [anon_sym_SEMI] = ACTIONS(1026), + [sym_comment] = ACTIONS(44), + }, + [271] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -13385,54 +13447,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(1062), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -13447,914 +13509,914 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [268] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [272] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(467), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(474), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [269] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [270] = { - [anon_sym_LPAREN] = ACTIONS(1044), - [anon_sym_COMMA] = ACTIONS(1044), - [anon_sym_RPAREN] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1044), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_EQ] = ACTIONS(1044), - [sym_comment] = ACTIONS(44), - }, - [271] = { - [anon_sym_LPAREN] = ACTIONS(86), - [anon_sym_extern] = ACTIONS(88), - [anon_sym_STAR] = ACTIONS(86), - [anon_sym_RBRACK] = ACTIONS(86), - [anon_sym_static] = ACTIONS(88), - [anon_sym_auto] = ACTIONS(88), - [anon_sym_register] = ACTIONS(88), - [anon_sym_inline] = ACTIONS(88), - [anon_sym_const] = ACTIONS(88), - [anon_sym_restrict] = ACTIONS(88), - [anon_sym_volatile] = ACTIONS(88), - [anon_sym_unsigned] = ACTIONS(88), - [anon_sym_long] = ACTIONS(88), - [anon_sym_short] = ACTIONS(88), - [sym_primitive_type] = ACTIONS(88), - [anon_sym_AMP] = ACTIONS(86), - [anon_sym_BANG] = ACTIONS(86), - [anon_sym_TILDE] = ACTIONS(86), - [anon_sym_PLUS] = ACTIONS(88), - [anon_sym_DASH] = ACTIONS(88), - [anon_sym_DASH_DASH] = ACTIONS(86), - [anon_sym_PLUS_PLUS] = ACTIONS(86), - [anon_sym_sizeof] = ACTIONS(88), - [sym_number_literal] = ACTIONS(88), - [sym_char_literal] = ACTIONS(88), - [sym_string_literal] = ACTIONS(86), - [sym_identifier] = ACTIONS(90), - [sym_true] = ACTIONS(86), - [sym_false] = ACTIONS(86), - [sym_null] = ACTIONS(88), - [sym_comment] = ACTIONS(44), - }, - [272] = { - [anon_sym_LPAREN] = ACTIONS(92), - [anon_sym_extern] = ACTIONS(94), - [anon_sym_STAR] = ACTIONS(92), - [anon_sym_RBRACK] = ACTIONS(92), - [anon_sym_static] = ACTIONS(94), - [anon_sym_auto] = ACTIONS(94), - [anon_sym_register] = ACTIONS(94), - [anon_sym_inline] = ACTIONS(94), - [anon_sym_const] = ACTIONS(94), - [anon_sym_restrict] = ACTIONS(94), - [anon_sym_volatile] = ACTIONS(94), - [anon_sym_AMP] = ACTIONS(92), - [anon_sym_BANG] = ACTIONS(92), - [anon_sym_TILDE] = ACTIONS(92), - [anon_sym_PLUS] = ACTIONS(94), - [anon_sym_DASH] = ACTIONS(94), - [anon_sym_DASH_DASH] = ACTIONS(92), - [anon_sym_PLUS_PLUS] = ACTIONS(92), - [anon_sym_sizeof] = ACTIONS(94), - [sym_number_literal] = ACTIONS(94), - [sym_char_literal] = ACTIONS(94), - [sym_string_literal] = ACTIONS(92), - [sym_identifier] = ACTIONS(96), - [sym_true] = ACTIONS(92), - [sym_false] = ACTIONS(92), - [sym_null] = ACTIONS(94), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [273] = { - [sym_enumerator_list] = STATE(470), - [anon_sym_LBRACE] = ACTIONS(1046), - [sym_identifier] = ACTIONS(1048), + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [274] = { - [sym_field_declaration_list] = STATE(473), - [anon_sym_LBRACE] = ACTIONS(1050), - [sym_identifier] = ACTIONS(1052), + [anon_sym_LPAREN] = ACTIONS(1064), + [anon_sym_COMMA] = ACTIONS(1064), + [anon_sym_RPAREN] = ACTIONS(1064), + [anon_sym_SEMI] = ACTIONS(1064), + [anon_sym_LBRACE] = ACTIONS(1064), + [anon_sym_LBRACK] = ACTIONS(1064), + [anon_sym_EQ] = ACTIONS(1064), [sym_comment] = ACTIONS(44), }, [275] = { - [sym_field_declaration_list] = STATE(475), - [anon_sym_LBRACE] = ACTIONS(1050), - [sym_identifier] = ACTIONS(1054), + [anon_sym_LPAREN] = ACTIONS(88), + [anon_sym_extern] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(88), + [anon_sym_RBRACK] = ACTIONS(88), + [anon_sym_static] = ACTIONS(90), + [anon_sym_auto] = ACTIONS(90), + [anon_sym_register] = ACTIONS(90), + [anon_sym_inline] = ACTIONS(90), + [anon_sym_const] = ACTIONS(90), + [anon_sym_restrict] = ACTIONS(90), + [anon_sym_volatile] = ACTIONS(90), + [anon_sym_unsigned] = ACTIONS(90), + [anon_sym_long] = ACTIONS(90), + [anon_sym_short] = ACTIONS(90), + [sym_primitive_type] = ACTIONS(90), + [anon_sym_AMP] = ACTIONS(88), + [anon_sym_BANG] = ACTIONS(88), + [anon_sym_TILDE] = ACTIONS(88), + [anon_sym_PLUS] = ACTIONS(90), + [anon_sym_DASH] = ACTIONS(90), + [anon_sym_DASH_DASH] = ACTIONS(88), + [anon_sym_PLUS_PLUS] = ACTIONS(88), + [anon_sym_sizeof] = ACTIONS(90), + [sym_number_literal] = ACTIONS(90), + [sym_char_literal] = ACTIONS(90), + [sym_string_literal] = ACTIONS(88), + [sym_identifier] = ACTIONS(92), + [sym_true] = ACTIONS(88), + [sym_false] = ACTIONS(88), + [sym_null] = ACTIONS(90), [sym_comment] = ACTIONS(44), }, [276] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(94), + [anon_sym_extern] = ACTIONS(96), + [anon_sym_STAR] = ACTIONS(94), + [anon_sym_RBRACK] = ACTIONS(94), + [anon_sym_static] = ACTIONS(96), + [anon_sym_auto] = ACTIONS(96), + [anon_sym_register] = ACTIONS(96), + [anon_sym_inline] = ACTIONS(96), + [anon_sym_const] = ACTIONS(96), + [anon_sym_restrict] = ACTIONS(96), + [anon_sym_volatile] = ACTIONS(96), + [anon_sym_AMP] = ACTIONS(94), + [anon_sym_BANG] = ACTIONS(94), + [anon_sym_TILDE] = ACTIONS(94), + [anon_sym_PLUS] = ACTIONS(96), + [anon_sym_DASH] = ACTIONS(96), + [anon_sym_DASH_DASH] = ACTIONS(94), + [anon_sym_PLUS_PLUS] = ACTIONS(94), + [anon_sym_sizeof] = ACTIONS(96), + [sym_number_literal] = ACTIONS(96), + [sym_char_literal] = ACTIONS(96), + [sym_string_literal] = ACTIONS(94), + [sym_identifier] = ACTIONS(98), + [sym_true] = ACTIONS(94), + [sym_false] = ACTIONS(94), + [sym_null] = ACTIONS(96), [sym_comment] = ACTIONS(44), }, [277] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_enumerator_list] = STATE(477), + [anon_sym_LBRACE] = ACTIONS(1066), + [sym_identifier] = ACTIONS(1068), [sym_comment] = ACTIONS(44), }, [278] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_field_declaration_list] = STATE(480), + [anon_sym_LBRACE] = ACTIONS(1070), + [sym_identifier] = ACTIONS(1072), [sym_comment] = ACTIONS(44), }, [279] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_field_declaration_list] = STATE(482), + [anon_sym_LBRACE] = ACTIONS(1070), + [sym_identifier] = ACTIONS(1074), [sym_comment] = ACTIONS(44), }, [280] = { - [anon_sym_LPAREN] = ACTIONS(1058), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_RBRACK] = ACTIONS(974), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(977), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_BANG] = ACTIONS(113), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(111), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(977), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(113), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_number_literal] = ACTIONS(113), - [sym_char_literal] = ACTIONS(113), - [sym_string_literal] = ACTIONS(111), - [sym_identifier] = ACTIONS(115), - [sym_true] = ACTIONS(111), - [sym_false] = ACTIONS(111), - [sym_null] = ACTIONS(113), + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [281] = { - [sym__expression] = STATE(480), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1062), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [282] = { - [sym_storage_class_specifier] = STATE(483), - [sym_type_qualifier] = STATE(483), - [aux_sym__declaration_specifiers_repeat1] = STATE(484), - [anon_sym_LPAREN] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(137), - [anon_sym_RBRACK] = ACTIONS(137), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1066), - [anon_sym_restrict] = ACTIONS(1066), - [anon_sym_volatile] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(137), - [anon_sym_BANG] = ACTIONS(137), - [anon_sym_TILDE] = ACTIONS(137), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_DASH_DASH] = ACTIONS(137), - [anon_sym_PLUS_PLUS] = ACTIONS(137), - [anon_sym_sizeof] = ACTIONS(1068), - [sym_number_literal] = ACTIONS(1068), - [sym_char_literal] = ACTIONS(1068), - [sym_string_literal] = ACTIONS(137), - [sym_identifier] = ACTIONS(143), - [sym_true] = ACTIONS(137), - [sym_false] = ACTIONS(137), - [sym_null] = ACTIONS(1068), + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [283] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1062), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(484), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1076), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [284] = { - [sym_storage_class_specifier] = STATE(64), - [sym_type_qualifier] = STATE(64), - [sym__type_specifier] = STATE(498), - [sym_sized_type_specifier] = STATE(272), - [sym_enum_specifier] = STATE(272), - [sym_struct_specifier] = STATE(272), - [sym_union_specifier] = STATE(272), - [sym_macro_type_specifier] = STATE(272), - [aux_sym_sized_type_specifier_repeat1] = STATE(285), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [sym_primitive_type] = ACTIONS(612), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_struct] = ACTIONS(616), - [anon_sym_union] = ACTIONS(618), - [sym_identifier] = ACTIONS(1098), + [anon_sym_LPAREN] = ACTIONS(1078), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_RBRACK] = ACTIONS(994), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_BANG] = ACTIONS(115), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(113), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(997), + [anon_sym_DASH] = ACTIONS(997), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(115), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_number_literal] = ACTIONS(115), + [sym_char_literal] = ACTIONS(115), + [sym_string_literal] = ACTIONS(113), + [sym_identifier] = ACTIONS(117), + [sym_true] = ACTIONS(113), + [sym_false] = ACTIONS(113), + [sym_null] = ACTIONS(115), [sym_comment] = ACTIONS(44), }, [285] = { - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_extern] = ACTIONS(149), - [anon_sym_STAR] = ACTIONS(147), - [anon_sym_RBRACK] = ACTIONS(147), - [anon_sym_static] = ACTIONS(149), - [anon_sym_auto] = ACTIONS(149), - [anon_sym_register] = ACTIONS(149), - [anon_sym_inline] = ACTIONS(149), - [anon_sym_const] = ACTIONS(149), - [anon_sym_restrict] = ACTIONS(149), - [anon_sym_volatile] = ACTIONS(149), - [anon_sym_unsigned] = ACTIONS(1100), - [anon_sym_long] = ACTIONS(1100), - [anon_sym_short] = ACTIONS(1100), - [sym_primitive_type] = ACTIONS(1102), - [anon_sym_AMP] = ACTIONS(147), - [anon_sym_BANG] = ACTIONS(147), - [anon_sym_TILDE] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(149), - [anon_sym_DASH] = ACTIONS(149), - [anon_sym_DASH_DASH] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_sizeof] = ACTIONS(149), - [sym_number_literal] = ACTIONS(149), - [sym_char_literal] = ACTIONS(149), - [sym_string_literal] = ACTIONS(147), - [sym_identifier] = ACTIONS(1104), - [sym_true] = ACTIONS(147), - [sym_false] = ACTIONS(147), - [sym_null] = ACTIONS(149), + [sym__expression] = STATE(487), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [286] = { - [sym__expression] = STATE(505), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(506), - [sym__initializer_list_contents] = STATE(507), - [sym_designator] = STATE(508), - [sym_concatenated_string] = STATE(258), - [aux_sym__initializer_list_contents_repeat1] = STATE(509), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_RBRACE] = ACTIONS(1107), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [anon_sym_DOT] = ACTIONS(1111), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_storage_class_specifier] = STATE(490), + [sym_type_qualifier] = STATE(490), + [aux_sym__declaration_specifiers_repeat1] = STATE(491), + [anon_sym_LPAREN] = ACTIONS(139), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(139), + [anon_sym_RBRACK] = ACTIONS(139), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(139), + [anon_sym_BANG] = ACTIONS(139), + [anon_sym_TILDE] = ACTIONS(139), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_DASH_DASH] = ACTIONS(139), + [anon_sym_PLUS_PLUS] = ACTIONS(139), + [anon_sym_sizeof] = ACTIONS(1088), + [sym_number_literal] = ACTIONS(1088), + [sym_char_literal] = ACTIONS(1088), + [sym_string_literal] = ACTIONS(139), + [sym_identifier] = ACTIONS(145), + [sym_true] = ACTIONS(139), + [sym_false] = ACTIONS(139), + [sym_null] = ACTIONS(1088), [sym_comment] = ACTIONS(44), }, [287] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1113), - [anon_sym_SEMI] = ACTIONS(1113), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1082), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [288] = { - [anon_sym_COMMA] = ACTIONS(1113), - [anon_sym_SEMI] = ACTIONS(1113), + [sym_storage_class_specifier] = STATE(65), + [sym_type_qualifier] = STATE(65), + [sym__type_specifier] = STATE(505), + [sym_sized_type_specifier] = STATE(276), + [sym_enum_specifier] = STATE(276), + [sym_struct_specifier] = STATE(276), + [sym_union_specifier] = STATE(276), + [sym_macro_type_specifier] = STATE(276), + [aux_sym_sized_type_specifier_repeat1] = STATE(289), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(622), + [anon_sym_struct] = ACTIONS(624), + [anon_sym_union] = ACTIONS(626), + [sym_identifier] = ACTIONS(1118), [sym_comment] = ACTIONS(44), }, [289] = { - [sym__declarator] = STATE(510), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(511), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_extern] = ACTIONS(151), + [anon_sym_STAR] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_static] = ACTIONS(151), + [anon_sym_auto] = ACTIONS(151), + [anon_sym_register] = ACTIONS(151), + [anon_sym_inline] = ACTIONS(151), + [anon_sym_const] = ACTIONS(151), + [anon_sym_restrict] = ACTIONS(151), + [anon_sym_volatile] = ACTIONS(151), + [anon_sym_unsigned] = ACTIONS(1120), + [anon_sym_long] = ACTIONS(1120), + [anon_sym_short] = ACTIONS(1120), + [sym_primitive_type] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(149), + [anon_sym_TILDE] = ACTIONS(149), + [anon_sym_PLUS] = ACTIONS(151), + [anon_sym_DASH] = ACTIONS(151), + [anon_sym_DASH_DASH] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_sizeof] = ACTIONS(151), + [sym_number_literal] = ACTIONS(151), + [sym_char_literal] = ACTIONS(151), + [sym_string_literal] = ACTIONS(149), + [sym_identifier] = ACTIONS(1124), + [sym_true] = ACTIONS(149), + [sym_false] = ACTIONS(149), + [sym_null] = ACTIONS(151), [sym_comment] = ACTIONS(44), }, [290] = { - [ts_builtin_sym_end] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_RBRACE] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [sym_identifier] = ACTIONS(1119), + [sym__expression] = STATE(512), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(513), + [sym__initializer_list_contents] = STATE(514), + [sym_designator] = STATE(515), + [sym_concatenated_string] = STATE(262), + [aux_sym__initializer_list_contents_repeat1] = STATE(516), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_RBRACE] = ACTIONS(1127), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [anon_sym_DOT] = ACTIONS(1131), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [291] = { - [ts_builtin_sym_end] = ACTIONS(1121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1123), - [sym_preproc_directive] = ACTIONS(1125), - [anon_sym_typedef] = ACTIONS(1123), - [anon_sym_extern] = ACTIONS(1123), - [anon_sym_RBRACE] = ACTIONS(1121), - [anon_sym_static] = ACTIONS(1123), - [anon_sym_auto] = ACTIONS(1123), - [anon_sym_register] = ACTIONS(1123), - [anon_sym_inline] = ACTIONS(1123), - [anon_sym_const] = ACTIONS(1123), - [anon_sym_restrict] = ACTIONS(1123), - [anon_sym_volatile] = ACTIONS(1123), - [anon_sym_unsigned] = ACTIONS(1123), - [anon_sym_long] = ACTIONS(1123), - [anon_sym_short] = ACTIONS(1123), - [sym_primitive_type] = ACTIONS(1123), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_struct] = ACTIONS(1123), - [anon_sym_union] = ACTIONS(1123), - [sym_identifier] = ACTIONS(1125), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1133), + [anon_sym_SEMI] = ACTIONS(1133), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [292] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(1127), - [sym_identifier] = ACTIONS(1129), + [anon_sym_COMMA] = ACTIONS(1133), + [anon_sym_SEMI] = ACTIONS(1133), [sym_comment] = ACTIONS(44), }, [293] = { - [anon_sym_LF] = ACTIONS(1131), - [sym_preproc_arg] = ACTIONS(1131), - [sym_comment] = ACTIONS(54), + [sym__declarator] = STATE(517), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(518), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), + [sym_comment] = ACTIONS(44), }, [294] = { - [anon_sym_COMMA] = ACTIONS(1133), - [anon_sym_RPAREN] = ACTIONS(1135), + [ts_builtin_sym_end] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_RBRACE] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1139), [sym_comment] = ACTIONS(44), }, [295] = { - [ts_builtin_sym_end] = ACTIONS(1137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1141), - [anon_sym_typedef] = ACTIONS(1139), - [anon_sym_extern] = ACTIONS(1139), - [anon_sym_RBRACE] = ACTIONS(1137), - [anon_sym_static] = ACTIONS(1139), - [anon_sym_auto] = ACTIONS(1139), - [anon_sym_register] = ACTIONS(1139), - [anon_sym_inline] = ACTIONS(1139), - [anon_sym_const] = ACTIONS(1139), - [anon_sym_restrict] = ACTIONS(1139), - [anon_sym_volatile] = ACTIONS(1139), - [anon_sym_unsigned] = ACTIONS(1139), - [anon_sym_long] = ACTIONS(1139), - [anon_sym_short] = ACTIONS(1139), - [sym_primitive_type] = ACTIONS(1139), - [anon_sym_enum] = ACTIONS(1139), - [anon_sym_struct] = ACTIONS(1139), - [anon_sym_union] = ACTIONS(1139), - [sym_identifier] = ACTIONS(1141), + [ts_builtin_sym_end] = ACTIONS(1141), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1145), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_RBRACE] = ACTIONS(1141), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_inline] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [anon_sym_unsigned] = ACTIONS(1143), + [anon_sym_long] = ACTIONS(1143), + [anon_sym_short] = ACTIONS(1143), + [sym_primitive_type] = ACTIONS(1143), + [anon_sym_enum] = ACTIONS(1143), + [anon_sym_struct] = ACTIONS(1143), + [anon_sym_union] = ACTIONS(1143), + [sym_identifier] = ACTIONS(1145), [sym_comment] = ACTIONS(44), }, [296] = { - [sym_preproc_arg] = ACTIONS(1143), - [sym_comment] = ACTIONS(54), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1147), + [sym_identifier] = ACTIONS(1149), + [sym_comment] = ACTIONS(44), }, [297] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(342), - [sym_preproc_directive] = ACTIONS(344), - [anon_sym_typedef] = ACTIONS(342), - [anon_sym_extern] = ACTIONS(342), - [anon_sym_static] = ACTIONS(342), - [anon_sym_auto] = ACTIONS(342), - [anon_sym_register] = ACTIONS(342), - [anon_sym_inline] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_restrict] = ACTIONS(342), - [anon_sym_volatile] = ACTIONS(342), - [anon_sym_unsigned] = ACTIONS(342), - [anon_sym_long] = ACTIONS(342), - [anon_sym_short] = ACTIONS(342), - [sym_primitive_type] = ACTIONS(342), - [anon_sym_enum] = ACTIONS(342), - [anon_sym_struct] = ACTIONS(342), - [anon_sym_union] = ACTIONS(342), - [sym_identifier] = ACTIONS(344), - [sym_comment] = ACTIONS(44), + [anon_sym_LF] = ACTIONS(1151), + [sym_preproc_arg] = ACTIONS(1151), + [sym_comment] = ACTIONS(54), }, [298] = { - [anon_sym_LF] = ACTIONS(1145), - [sym_preproc_arg] = ACTIONS(1147), - [sym_comment] = ACTIONS(54), + [anon_sym_COMMA] = ACTIONS(1153), + [anon_sym_RPAREN] = ACTIONS(1155), + [sym_comment] = ACTIONS(44), }, [299] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(366), - [sym_preproc_directive] = ACTIONS(368), - [anon_sym_typedef] = ACTIONS(366), - [anon_sym_extern] = ACTIONS(366), - [anon_sym_static] = ACTIONS(366), - [anon_sym_auto] = ACTIONS(366), - [anon_sym_register] = ACTIONS(366), - [anon_sym_inline] = ACTIONS(366), - [anon_sym_const] = ACTIONS(366), - [anon_sym_restrict] = ACTIONS(366), - [anon_sym_volatile] = ACTIONS(366), - [anon_sym_unsigned] = ACTIONS(366), - [anon_sym_long] = ACTIONS(366), - [anon_sym_short] = ACTIONS(366), - [sym_primitive_type] = ACTIONS(366), - [anon_sym_enum] = ACTIONS(366), - [anon_sym_struct] = ACTIONS(366), - [anon_sym_union] = ACTIONS(366), - [sym_identifier] = ACTIONS(368), + [ts_builtin_sym_end] = ACTIONS(1157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1159), + [sym_preproc_directive] = ACTIONS(1161), + [anon_sym_typedef] = ACTIONS(1159), + [anon_sym_extern] = ACTIONS(1159), + [anon_sym_RBRACE] = ACTIONS(1157), + [anon_sym_static] = ACTIONS(1159), + [anon_sym_auto] = ACTIONS(1159), + [anon_sym_register] = ACTIONS(1159), + [anon_sym_inline] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1159), + [anon_sym_restrict] = ACTIONS(1159), + [anon_sym_volatile] = ACTIONS(1159), + [anon_sym_unsigned] = ACTIONS(1159), + [anon_sym_long] = ACTIONS(1159), + [anon_sym_short] = ACTIONS(1159), + [sym_primitive_type] = ACTIONS(1159), + [anon_sym_enum] = ACTIONS(1159), + [anon_sym_struct] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1159), + [sym_identifier] = ACTIONS(1161), [sym_comment] = ACTIONS(44), }, [300] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1149), - [sym_comment] = ACTIONS(44), + [sym_preproc_arg] = ACTIONS(1163), + [sym_comment] = ACTIONS(54), }, [301] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(519), - [sym_preproc_else] = STATE(519), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(346), + [sym_preproc_directive] = ACTIONS(348), + [anon_sym_typedef] = ACTIONS(346), + [anon_sym_extern] = ACTIONS(346), + [anon_sym_static] = ACTIONS(346), + [anon_sym_auto] = ACTIONS(346), + [anon_sym_register] = ACTIONS(346), + [anon_sym_inline] = ACTIONS(346), + [anon_sym_const] = ACTIONS(346), + [anon_sym_restrict] = ACTIONS(346), + [anon_sym_volatile] = ACTIONS(346), + [anon_sym_unsigned] = ACTIONS(346), + [anon_sym_long] = ACTIONS(346), + [anon_sym_short] = ACTIONS(346), + [sym_primitive_type] = ACTIONS(346), + [anon_sym_enum] = ACTIONS(346), + [anon_sym_struct] = ACTIONS(346), + [anon_sym_union] = ACTIONS(346), + [sym_identifier] = ACTIONS(348), + [sym_comment] = ACTIONS(44), + }, + [302] = { + [anon_sym_LF] = ACTIONS(1165), + [sym_preproc_arg] = ACTIONS(1167), + [sym_comment] = ACTIONS(54), + }, + [303] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(370), + [sym_preproc_directive] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(370), + [anon_sym_extern] = ACTIONS(370), + [anon_sym_static] = ACTIONS(370), + [anon_sym_auto] = ACTIONS(370), + [anon_sym_register] = ACTIONS(370), + [anon_sym_inline] = ACTIONS(370), + [anon_sym_const] = ACTIONS(370), + [anon_sym_restrict] = ACTIONS(370), + [anon_sym_volatile] = ACTIONS(370), + [anon_sym_unsigned] = ACTIONS(370), + [anon_sym_long] = ACTIONS(370), + [anon_sym_short] = ACTIONS(370), + [sym_primitive_type] = ACTIONS(370), + [anon_sym_enum] = ACTIONS(370), + [anon_sym_struct] = ACTIONS(370), + [anon_sym_union] = ACTIONS(370), + [sym_identifier] = ACTIONS(372), + [sym_comment] = ACTIONS(44), + }, + [304] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1169), + [sym_comment] = ACTIONS(44), + }, + [305] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(526), + [sym_preproc_else] = STATE(526), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1151), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1171), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14372,53 +14434,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [302] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(406), - [sym_preproc_directive] = ACTIONS(408), - [anon_sym_typedef] = ACTIONS(406), - [anon_sym_extern] = ACTIONS(406), - [anon_sym_static] = ACTIONS(406), - [anon_sym_auto] = ACTIONS(406), - [anon_sym_register] = ACTIONS(406), - [anon_sym_inline] = ACTIONS(406), - [anon_sym_const] = ACTIONS(406), - [anon_sym_restrict] = ACTIONS(406), - [anon_sym_volatile] = ACTIONS(406), - [anon_sym_unsigned] = ACTIONS(406), - [anon_sym_long] = ACTIONS(406), - [anon_sym_short] = ACTIONS(406), - [sym_primitive_type] = ACTIONS(406), - [anon_sym_enum] = ACTIONS(406), - [anon_sym_struct] = ACTIONS(406), - [anon_sym_union] = ACTIONS(406), - [sym_identifier] = ACTIONS(408), + [306] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(412), + [sym_preproc_directive] = ACTIONS(414), + [anon_sym_typedef] = ACTIONS(412), + [anon_sym_extern] = ACTIONS(412), + [anon_sym_static] = ACTIONS(412), + [anon_sym_auto] = ACTIONS(412), + [anon_sym_register] = ACTIONS(412), + [anon_sym_inline] = ACTIONS(412), + [anon_sym_const] = ACTIONS(412), + [anon_sym_restrict] = ACTIONS(412), + [anon_sym_volatile] = ACTIONS(412), + [anon_sym_unsigned] = ACTIONS(412), + [anon_sym_long] = ACTIONS(412), + [anon_sym_short] = ACTIONS(412), + [sym_primitive_type] = ACTIONS(412), + [anon_sym_enum] = ACTIONS(412), + [anon_sym_struct] = ACTIONS(412), + [anon_sym_union] = ACTIONS(412), + [sym_identifier] = ACTIONS(414), [sym_comment] = ACTIONS(44), }, - [303] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1153), + [307] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1173), [sym_comment] = ACTIONS(44), }, - [304] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(521), - [sym_preproc_else] = STATE(521), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [308] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(528), + [sym_preproc_else] = STATE(528), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14426,21 +14488,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1155), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1175), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14458,53 +14520,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [305] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(416), - [sym_preproc_directive] = ACTIONS(418), - [anon_sym_typedef] = ACTIONS(416), - [anon_sym_extern] = ACTIONS(416), - [anon_sym_static] = ACTIONS(416), - [anon_sym_auto] = ACTIONS(416), - [anon_sym_register] = ACTIONS(416), - [anon_sym_inline] = ACTIONS(416), - [anon_sym_const] = ACTIONS(416), - [anon_sym_restrict] = ACTIONS(416), - [anon_sym_volatile] = ACTIONS(416), - [anon_sym_unsigned] = ACTIONS(416), - [anon_sym_long] = ACTIONS(416), - [anon_sym_short] = ACTIONS(416), - [sym_primitive_type] = ACTIONS(416), - [anon_sym_enum] = ACTIONS(416), - [anon_sym_struct] = ACTIONS(416), - [anon_sym_union] = ACTIONS(416), - [sym_identifier] = ACTIONS(418), + [309] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(422), + [sym_preproc_directive] = ACTIONS(424), + [anon_sym_typedef] = ACTIONS(422), + [anon_sym_extern] = ACTIONS(422), + [anon_sym_static] = ACTIONS(422), + [anon_sym_auto] = ACTIONS(422), + [anon_sym_register] = ACTIONS(422), + [anon_sym_inline] = ACTIONS(422), + [anon_sym_const] = ACTIONS(422), + [anon_sym_restrict] = ACTIONS(422), + [anon_sym_volatile] = ACTIONS(422), + [anon_sym_unsigned] = ACTIONS(422), + [anon_sym_long] = ACTIONS(422), + [anon_sym_short] = ACTIONS(422), + [sym_primitive_type] = ACTIONS(422), + [anon_sym_enum] = ACTIONS(422), + [anon_sym_struct] = ACTIONS(422), + [anon_sym_union] = ACTIONS(422), + [sym_identifier] = ACTIONS(424), [sym_comment] = ACTIONS(44), }, - [306] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1157), + [310] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1177), [sym_comment] = ACTIONS(44), }, - [307] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(523), - [sym_preproc_else] = STATE(523), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [311] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(530), + [sym_preproc_else] = STATE(530), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14512,21 +14574,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1159), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1179), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14544,24 +14606,24 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [308] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1161), + [312] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1181), [sym_comment] = ACTIONS(44), }, - [309] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(524), - [sym_preproc_else] = STATE(524), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [313] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(531), + [sym_preproc_else] = STATE(531), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14569,21 +14631,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1163), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1183), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14601,54 +14663,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [310] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(160), - [sym_preproc_directive] = ACTIONS(162), - [anon_sym_typedef] = ACTIONS(160), - [anon_sym_extern] = ACTIONS(160), - [anon_sym_static] = ACTIONS(160), - [anon_sym_auto] = ACTIONS(160), - [anon_sym_register] = ACTIONS(160), - [anon_sym_inline] = ACTIONS(160), - [anon_sym_const] = ACTIONS(160), - [anon_sym_restrict] = ACTIONS(160), - [anon_sym_volatile] = ACTIONS(160), - [anon_sym_unsigned] = ACTIONS(160), - [anon_sym_long] = ACTIONS(160), - [anon_sym_short] = ACTIONS(160), - [sym_primitive_type] = ACTIONS(160), - [anon_sym_enum] = ACTIONS(160), - [anon_sym_struct] = ACTIONS(160), - [anon_sym_union] = ACTIONS(160), - [sym_identifier] = ACTIONS(162), + [314] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(162), + [sym_preproc_directive] = ACTIONS(164), + [anon_sym_typedef] = ACTIONS(162), + [anon_sym_extern] = ACTIONS(162), + [anon_sym_static] = ACTIONS(162), + [anon_sym_auto] = ACTIONS(162), + [anon_sym_register] = ACTIONS(162), + [anon_sym_inline] = ACTIONS(162), + [anon_sym_const] = ACTIONS(162), + [anon_sym_restrict] = ACTIONS(162), + [anon_sym_volatile] = ACTIONS(162), + [anon_sym_unsigned] = ACTIONS(162), + [anon_sym_long] = ACTIONS(162), + [anon_sym_short] = ACTIONS(162), + [sym_primitive_type] = ACTIONS(162), + [anon_sym_enum] = ACTIONS(162), + [anon_sym_struct] = ACTIONS(162), + [anon_sym_union] = ACTIONS(162), + [sym_identifier] = ACTIONS(164), [sym_comment] = ACTIONS(44), }, - [311] = { - [sym_preproc_params] = STATE(527), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1165), - [anon_sym_LF] = ACTIONS(1167), - [anon_sym_LPAREN] = ACTIONS(168), + [315] = { + [sym_preproc_params] = STATE(534), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1185), + [anon_sym_LF] = ACTIONS(1187), + [anon_sym_LPAREN] = ACTIONS(170), [sym_comment] = ACTIONS(54), }, - [312] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(529), - [sym_preproc_else] = STATE(529), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [316] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(536), + [sym_preproc_else] = STATE(536), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14656,22 +14718,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(530), + [aux_sym_translation_unit_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1169), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14689,20 +14751,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [313] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(532), - [sym_preproc_else] = STATE(532), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [317] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(539), + [sym_preproc_else] = STATE(539), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14710,22 +14772,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(533), + [aux_sym_translation_unit_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14743,20 +14805,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [314] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_elif] = STATE(535), - [sym_preproc_else] = STATE(535), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(84), + [318] = { + [sym_preproc_include] = STATE(85), + [sym_preproc_def] = STATE(85), + [sym_preproc_function_def] = STATE(85), + [sym_preproc_call] = STATE(85), + [sym_preproc_if] = STATE(85), + [sym_preproc_ifdef] = STATE(85), + [sym_preproc_elif] = STATE(542), + [sym_preproc_else] = STATE(542), + [sym_function_definition] = STATE(85), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(85), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14764,22 +14826,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(85), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(536), + [aux_sym_translation_unit_repeat1] = STATE(543), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1173), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14797,70 +14859,74 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [315] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(198), - [sym_preproc_directive] = ACTIONS(200), - [anon_sym_typedef] = ACTIONS(198), - [anon_sym_extern] = ACTIONS(198), - [anon_sym_static] = ACTIONS(198), - [anon_sym_auto] = ACTIONS(198), - [anon_sym_register] = ACTIONS(198), - [anon_sym_inline] = ACTIONS(198), - [anon_sym_const] = ACTIONS(198), - [anon_sym_restrict] = ACTIONS(198), - [anon_sym_volatile] = ACTIONS(198), - [anon_sym_unsigned] = ACTIONS(198), - [anon_sym_long] = ACTIONS(198), - [anon_sym_short] = ACTIONS(198), - [sym_primitive_type] = ACTIONS(198), - [anon_sym_enum] = ACTIONS(198), - [anon_sym_struct] = ACTIONS(198), - [anon_sym_union] = ACTIONS(198), - [sym_identifier] = ACTIONS(200), + [319] = { + [sym_preproc_arg] = ACTIONS(1195), + [sym_comment] = ACTIONS(54), + }, + [320] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(202), + [sym_preproc_directive] = ACTIONS(204), + [anon_sym_typedef] = ACTIONS(202), + [anon_sym_extern] = ACTIONS(202), + [anon_sym_static] = ACTIONS(202), + [anon_sym_auto] = ACTIONS(202), + [anon_sym_register] = ACTIONS(202), + [anon_sym_inline] = ACTIONS(202), + [anon_sym_const] = ACTIONS(202), + [anon_sym_restrict] = ACTIONS(202), + [anon_sym_volatile] = ACTIONS(202), + [anon_sym_unsigned] = ACTIONS(202), + [anon_sym_long] = ACTIONS(202), + [anon_sym_short] = ACTIONS(202), + [sym_primitive_type] = ACTIONS(202), + [anon_sym_enum] = ACTIONS(202), + [anon_sym_struct] = ACTIONS(202), + [anon_sym_union] = ACTIONS(202), + [sym_identifier] = ACTIONS(204), [sym_comment] = ACTIONS(44), }, - [316] = { - [sym__type_declarator] = STATE(537), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [321] = { + [sym__type_declarator] = STATE(545), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [317] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(538), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [322] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(546), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [318] = { - [sym_function_definition] = STATE(540), - [sym_declaration] = STATE(540), - [sym__declaration_specifiers] = STATE(541), - [sym_declaration_list] = STATE(540), + [323] = { + [sym_function_definition] = STATE(548), + [sym_declaration] = STATE(548), + [sym__declaration_specifiers] = STATE(549), + [sym_declaration_list] = STATE(548), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -14872,7 +14938,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1175), + [anon_sym_LBRACE] = ACTIONS(1197), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -14890,96 +14956,100 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [319] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(282), - [sym_preproc_directive] = ACTIONS(284), - [anon_sym_typedef] = ACTIONS(282), - [anon_sym_extern] = ACTIONS(282), - [anon_sym_static] = ACTIONS(282), - [anon_sym_auto] = ACTIONS(282), - [anon_sym_register] = ACTIONS(282), - [anon_sym_inline] = ACTIONS(282), - [anon_sym_const] = ACTIONS(282), - [anon_sym_restrict] = ACTIONS(282), - [anon_sym_volatile] = ACTIONS(282), - [anon_sym_unsigned] = ACTIONS(282), - [anon_sym_long] = ACTIONS(282), - [anon_sym_short] = ACTIONS(282), - [sym_primitive_type] = ACTIONS(282), - [anon_sym_enum] = ACTIONS(282), - [anon_sym_struct] = ACTIONS(282), - [anon_sym_union] = ACTIONS(282), - [sym_identifier] = ACTIONS(284), + [324] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(286), + [sym_preproc_directive] = ACTIONS(288), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_inline] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [anon_sym_unsigned] = ACTIONS(286), + [anon_sym_long] = ACTIONS(286), + [anon_sym_short] = ACTIONS(286), + [sym_primitive_type] = ACTIONS(286), + [anon_sym_enum] = ACTIONS(286), + [anon_sym_struct] = ACTIONS(286), + [anon_sym_union] = ACTIONS(286), + [sym_identifier] = ACTIONS(288), [sym_comment] = ACTIONS(44), }, - [320] = { - [sym_compound_statement] = STATE(544), - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(545), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [325] = { + [sym_compound_statement] = STATE(552), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(553), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(1199), + [anon_sym_LBRACE] = ACTIONS(1201), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, - [321] = { - [aux_sym_declaration_repeat1] = STATE(545), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(1177), + [326] = { + [aux_sym_declaration_repeat1] = STATE(553), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(1199), [sym_comment] = ACTIONS(44), }, - [322] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(312), - [sym_preproc_directive] = ACTIONS(314), - [anon_sym_typedef] = ACTIONS(312), - [anon_sym_extern] = ACTIONS(312), - [anon_sym_static] = ACTIONS(312), - [anon_sym_auto] = ACTIONS(312), - [anon_sym_register] = ACTIONS(312), - [anon_sym_inline] = ACTIONS(312), - [anon_sym_const] = ACTIONS(312), - [anon_sym_restrict] = ACTIONS(312), - [anon_sym_volatile] = ACTIONS(312), - [anon_sym_unsigned] = ACTIONS(312), - [anon_sym_long] = ACTIONS(312), - [anon_sym_short] = ACTIONS(312), - [sym_primitive_type] = ACTIONS(312), - [anon_sym_enum] = ACTIONS(312), - [anon_sym_struct] = ACTIONS(312), - [anon_sym_union] = ACTIONS(312), - [sym_identifier] = ACTIONS(314), + [327] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(316), + [sym_preproc_directive] = ACTIONS(318), + [anon_sym_typedef] = ACTIONS(316), + [anon_sym_extern] = ACTIONS(316), + [anon_sym_static] = ACTIONS(316), + [anon_sym_auto] = ACTIONS(316), + [anon_sym_register] = ACTIONS(316), + [anon_sym_inline] = ACTIONS(316), + [anon_sym_const] = ACTIONS(316), + [anon_sym_restrict] = ACTIONS(316), + [anon_sym_volatile] = ACTIONS(316), + [anon_sym_unsigned] = ACTIONS(316), + [anon_sym_long] = ACTIONS(316), + [anon_sym_short] = ACTIONS(316), + [sym_primitive_type] = ACTIONS(316), + [anon_sym_enum] = ACTIONS(316), + [anon_sym_struct] = ACTIONS(316), + [anon_sym_union] = ACTIONS(316), + [sym_identifier] = ACTIONS(318), [sym_comment] = ACTIONS(44), }, - [323] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(1181), - [anon_sym_LBRACK] = ACTIONS(436), + [328] = { + [anon_sym_LF] = ACTIONS(1203), + [sym_comment] = ACTIONS(54), + }, + [329] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(1205), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [324] = { - [sym__type_declarator] = STATE(547), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [330] = { + [sym__type_declarator] = STATE(556), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [325] = { + [331] = { [sym_preproc_include] = STATE(19), [sym_preproc_def] = STATE(19), [sym_preproc_function_def] = STATE(19), @@ -15000,7 +15070,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_union_specifier] = STATE(13), [sym__empty_declaration] = STATE(19), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(549), + [aux_sym_translation_unit_repeat1] = STATE(558), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), @@ -15011,7 +15081,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(22), [anon_sym_typedef] = ACTIONS(24), [anon_sym_extern] = ACTIONS(26), - [anon_sym_RBRACE] = ACTIONS(1183), + [anon_sym_RBRACE] = ACTIONS(1207), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -15029,86 +15099,86 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [326] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(452), - [sym_preproc_directive] = ACTIONS(454), - [anon_sym_typedef] = ACTIONS(452), - [anon_sym_extern] = ACTIONS(452), - [anon_sym_static] = ACTIONS(452), - [anon_sym_auto] = ACTIONS(452), - [anon_sym_register] = ACTIONS(452), - [anon_sym_inline] = ACTIONS(452), - [anon_sym_const] = ACTIONS(452), - [anon_sym_restrict] = ACTIONS(452), - [anon_sym_volatile] = ACTIONS(452), - [anon_sym_unsigned] = ACTIONS(452), - [anon_sym_long] = ACTIONS(452), - [anon_sym_short] = ACTIONS(452), - [sym_primitive_type] = ACTIONS(452), - [anon_sym_enum] = ACTIONS(452), - [anon_sym_struct] = ACTIONS(452), - [anon_sym_union] = ACTIONS(452), - [sym_identifier] = ACTIONS(454), + [332] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(460), + [sym_preproc_directive] = ACTIONS(462), + [anon_sym_typedef] = ACTIONS(460), + [anon_sym_extern] = ACTIONS(460), + [anon_sym_static] = ACTIONS(460), + [anon_sym_auto] = ACTIONS(460), + [anon_sym_register] = ACTIONS(460), + [anon_sym_inline] = ACTIONS(460), + [anon_sym_const] = ACTIONS(460), + [anon_sym_restrict] = ACTIONS(460), + [anon_sym_volatile] = ACTIONS(460), + [anon_sym_unsigned] = ACTIONS(460), + [anon_sym_long] = ACTIONS(460), + [anon_sym_short] = ACTIONS(460), + [sym_primitive_type] = ACTIONS(460), + [anon_sym_enum] = ACTIONS(460), + [anon_sym_struct] = ACTIONS(460), + [anon_sym_union] = ACTIONS(460), + [sym_identifier] = ACTIONS(462), [sym_comment] = ACTIONS(44), }, - [327] = { - [sym__declarator] = STATE(175), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(176), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), + [333] = { + [sym__declarator] = STATE(178), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(179), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [328] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [sym_identifier] = ACTIONS(538), + [334] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [sym_identifier] = ACTIONS(546), [sym_comment] = ACTIONS(44), }, - [329] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [335] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -15116,55 +15186,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(551), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(560), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -15179,1033 +15249,1033 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [330] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(638), - [sym_preproc_directive] = ACTIONS(640), - [anon_sym_typedef] = ACTIONS(638), - [anon_sym_extern] = ACTIONS(638), - [anon_sym_static] = ACTIONS(638), - [anon_sym_auto] = ACTIONS(638), - [anon_sym_register] = ACTIONS(638), - [anon_sym_inline] = ACTIONS(638), - [anon_sym_const] = ACTIONS(638), - [anon_sym_restrict] = ACTIONS(638), - [anon_sym_volatile] = ACTIONS(638), - [anon_sym_unsigned] = ACTIONS(638), - [anon_sym_long] = ACTIONS(638), - [anon_sym_short] = ACTIONS(638), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(638), - [anon_sym_struct] = ACTIONS(638), - [anon_sym_union] = ACTIONS(638), - [sym_identifier] = ACTIONS(640), - [sym_comment] = ACTIONS(44), - }, - [331] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(1187), - [sym_comment] = ACTIONS(44), - }, - [332] = { - [ts_builtin_sym_end] = ACTIONS(1189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1191), - [sym_preproc_directive] = ACTIONS(1193), - [anon_sym_typedef] = ACTIONS(1191), - [anon_sym_extern] = ACTIONS(1191), - [anon_sym_RBRACE] = ACTIONS(1189), - [anon_sym_static] = ACTIONS(1191), - [anon_sym_auto] = ACTIONS(1191), - [anon_sym_register] = ACTIONS(1191), - [anon_sym_inline] = ACTIONS(1191), - [anon_sym_const] = ACTIONS(1191), - [anon_sym_restrict] = ACTIONS(1191), - [anon_sym_volatile] = ACTIONS(1191), - [anon_sym_unsigned] = ACTIONS(1191), - [anon_sym_long] = ACTIONS(1191), - [anon_sym_short] = ACTIONS(1191), - [sym_primitive_type] = ACTIONS(1191), - [anon_sym_enum] = ACTIONS(1191), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_union] = ACTIONS(1191), - [sym_identifier] = ACTIONS(1193), - [sym_comment] = ACTIONS(44), - }, - [333] = { - [ts_builtin_sym_end] = ACTIONS(1195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1197), - [sym_preproc_directive] = ACTIONS(1199), - [anon_sym_typedef] = ACTIONS(1197), - [anon_sym_extern] = ACTIONS(1197), - [anon_sym_RBRACE] = ACTIONS(1195), - [anon_sym_static] = ACTIONS(1197), - [anon_sym_auto] = ACTIONS(1197), - [anon_sym_register] = ACTIONS(1197), - [anon_sym_inline] = ACTIONS(1197), - [anon_sym_const] = ACTIONS(1197), - [anon_sym_restrict] = ACTIONS(1197), - [anon_sym_volatile] = ACTIONS(1197), - [anon_sym_unsigned] = ACTIONS(1197), - [anon_sym_long] = ACTIONS(1197), - [anon_sym_short] = ACTIONS(1197), - [sym_primitive_type] = ACTIONS(1197), - [anon_sym_enum] = ACTIONS(1197), - [anon_sym_struct] = ACTIONS(1197), - [anon_sym_union] = ACTIONS(1197), - [sym_identifier] = ACTIONS(1199), - [sym_comment] = ACTIONS(44), - }, - [334] = { - [ts_builtin_sym_end] = ACTIONS(1201), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1203), - [sym_preproc_directive] = ACTIONS(1205), - [anon_sym_typedef] = ACTIONS(1203), - [anon_sym_extern] = ACTIONS(1203), - [anon_sym_RBRACE] = ACTIONS(1201), - [anon_sym_static] = ACTIONS(1203), - [anon_sym_auto] = ACTIONS(1203), - [anon_sym_register] = ACTIONS(1203), - [anon_sym_inline] = ACTIONS(1203), - [anon_sym_const] = ACTIONS(1203), - [anon_sym_restrict] = ACTIONS(1203), - [anon_sym_volatile] = ACTIONS(1203), - [anon_sym_unsigned] = ACTIONS(1203), - [anon_sym_long] = ACTIONS(1203), - [anon_sym_short] = ACTIONS(1203), - [sym_primitive_type] = ACTIONS(1203), - [anon_sym_enum] = ACTIONS(1203), - [anon_sym_struct] = ACTIONS(1203), - [anon_sym_union] = ACTIONS(1203), - [sym_identifier] = ACTIONS(1205), - [sym_comment] = ACTIONS(44), - }, - [335] = { - [anon_sym_LPAREN] = ACTIONS(764), - [anon_sym_STAR] = ACTIONS(764), - [sym_identifier] = ACTIONS(766), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [336] = { - [sym_enumerator] = STATE(354), - [anon_sym_RBRACE] = ACTIONS(1207), - [sym_identifier] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(646), + [sym_preproc_directive] = ACTIONS(648), + [anon_sym_typedef] = ACTIONS(646), + [anon_sym_extern] = ACTIONS(646), + [anon_sym_static] = ACTIONS(646), + [anon_sym_auto] = ACTIONS(646), + [anon_sym_register] = ACTIONS(646), + [anon_sym_inline] = ACTIONS(646), + [anon_sym_const] = ACTIONS(646), + [anon_sym_restrict] = ACTIONS(646), + [anon_sym_volatile] = ACTIONS(646), + [anon_sym_unsigned] = ACTIONS(646), + [anon_sym_long] = ACTIONS(646), + [anon_sym_short] = ACTIONS(646), + [sym_primitive_type] = ACTIONS(646), + [anon_sym_enum] = ACTIONS(646), + [anon_sym_struct] = ACTIONS(646), + [anon_sym_union] = ACTIONS(646), + [sym_identifier] = ACTIONS(648), [sym_comment] = ACTIONS(44), }, [337] = { - [anon_sym_COMMA] = ACTIONS(1209), - [anon_sym_RBRACE] = ACTIONS(1207), + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(1211), [sym_comment] = ACTIONS(44), }, [338] = { - [anon_sym_LPAREN] = ACTIONS(826), - [anon_sym_STAR] = ACTIONS(826), - [sym_identifier] = ACTIONS(828), + [ts_builtin_sym_end] = ACTIONS(1213), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1215), + [sym_preproc_directive] = ACTIONS(1217), + [anon_sym_typedef] = ACTIONS(1215), + [anon_sym_extern] = ACTIONS(1215), + [anon_sym_RBRACE] = ACTIONS(1213), + [anon_sym_static] = ACTIONS(1215), + [anon_sym_auto] = ACTIONS(1215), + [anon_sym_register] = ACTIONS(1215), + [anon_sym_inline] = ACTIONS(1215), + [anon_sym_const] = ACTIONS(1215), + [anon_sym_restrict] = ACTIONS(1215), + [anon_sym_volatile] = ACTIONS(1215), + [anon_sym_unsigned] = ACTIONS(1215), + [anon_sym_long] = ACTIONS(1215), + [anon_sym_short] = ACTIONS(1215), + [sym_primitive_type] = ACTIONS(1215), + [anon_sym_enum] = ACTIONS(1215), + [anon_sym_struct] = ACTIONS(1215), + [anon_sym_union] = ACTIONS(1215), + [sym_identifier] = ACTIONS(1217), [sym_comment] = ACTIONS(44), }, [339] = { - [anon_sym_LPAREN] = ACTIONS(850), - [anon_sym_STAR] = ACTIONS(850), - [sym_identifier] = ACTIONS(852), + [ts_builtin_sym_end] = ACTIONS(1219), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1221), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1221), + [anon_sym_extern] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1221), + [anon_sym_auto] = ACTIONS(1221), + [anon_sym_register] = ACTIONS(1221), + [anon_sym_inline] = ACTIONS(1221), + [anon_sym_const] = ACTIONS(1221), + [anon_sym_restrict] = ACTIONS(1221), + [anon_sym_volatile] = ACTIONS(1221), + [anon_sym_unsigned] = ACTIONS(1221), + [anon_sym_long] = ACTIONS(1221), + [anon_sym_short] = ACTIONS(1221), + [sym_primitive_type] = ACTIONS(1221), + [anon_sym_enum] = ACTIONS(1221), + [anon_sym_struct] = ACTIONS(1221), + [anon_sym_union] = ACTIONS(1221), + [sym_identifier] = ACTIONS(1223), [sym_comment] = ACTIONS(44), }, [340] = { - [anon_sym_LPAREN] = ACTIONS(1211), - [anon_sym_RPAREN] = ACTIONS(1211), - [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_LBRACK] = ACTIONS(1211), + [ts_builtin_sym_end] = ACTIONS(1225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1229), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym_RBRACE] = ACTIONS(1225), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1229), [sym_comment] = ACTIONS(44), }, [341] = { - [anon_sym_LPAREN] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_LBRACK] = ACTIONS(1213), + [anon_sym_LPAREN] = ACTIONS(782), + [anon_sym_STAR] = ACTIONS(782), + [sym_identifier] = ACTIONS(784), [sym_comment] = ACTIONS(44), }, [342] = { - [sym__expression] = STATE(556), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_enumerator] = STATE(360), + [anon_sym_RBRACE] = ACTIONS(1231), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [343] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1215), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(1233), + [anon_sym_RBRACE] = ACTIONS(1231), [sym_comment] = ACTIONS(44), }, [344] = { - [ts_builtin_sym_end] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_RBRACE] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [sym_identifier] = ACTIONS(1221), + [anon_sym_LPAREN] = ACTIONS(844), + [anon_sym_STAR] = ACTIONS(844), + [sym_identifier] = ACTIONS(846), [sym_comment] = ACTIONS(44), }, [345] = { - [ts_builtin_sym_end] = ACTIONS(1223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1225), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1225), - [anon_sym_extern] = ACTIONS(1225), - [anon_sym_RBRACE] = ACTIONS(1223), - [anon_sym_static] = ACTIONS(1225), - [anon_sym_auto] = ACTIONS(1225), - [anon_sym_register] = ACTIONS(1225), - [anon_sym_inline] = ACTIONS(1225), - [anon_sym_const] = ACTIONS(1225), - [anon_sym_restrict] = ACTIONS(1225), - [anon_sym_volatile] = ACTIONS(1225), - [anon_sym_unsigned] = ACTIONS(1225), - [anon_sym_long] = ACTIONS(1225), - [anon_sym_short] = ACTIONS(1225), - [sym_primitive_type] = ACTIONS(1225), - [anon_sym_enum] = ACTIONS(1225), - [anon_sym_struct] = ACTIONS(1225), - [anon_sym_union] = ACTIONS(1225), - [sym_identifier] = ACTIONS(1227), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(868), + [sym_identifier] = ACTIONS(870), [sym_comment] = ACTIONS(44), }, [346] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(557), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1235), + [anon_sym_RPAREN] = ACTIONS(1235), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_LBRACK] = ACTIONS(1235), [sym_comment] = ACTIONS(44), }, [347] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1237), + [anon_sym_RPAREN] = ACTIONS(1237), + [anon_sym_SEMI] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(1237), [sym_comment] = ACTIONS(44), }, [348] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(565), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1239), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [349] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1239), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [350] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [ts_builtin_sym_end] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_RBRACE] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [sym_identifier] = ACTIONS(1245), [sym_comment] = ACTIONS(44), }, [351] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1229), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [ts_builtin_sym_end] = ACTIONS(1247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1249), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1249), + [anon_sym_extern] = ACTIONS(1249), + [anon_sym_RBRACE] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1249), + [anon_sym_auto] = ACTIONS(1249), + [anon_sym_register] = ACTIONS(1249), + [anon_sym_inline] = ACTIONS(1249), + [anon_sym_const] = ACTIONS(1249), + [anon_sym_restrict] = ACTIONS(1249), + [anon_sym_volatile] = ACTIONS(1249), + [anon_sym_unsigned] = ACTIONS(1249), + [anon_sym_long] = ACTIONS(1249), + [anon_sym_short] = ACTIONS(1249), + [sym_primitive_type] = ACTIONS(1249), + [anon_sym_enum] = ACTIONS(1249), + [anon_sym_struct] = ACTIONS(1249), + [anon_sym_union] = ACTIONS(1249), + [sym_identifier] = ACTIONS(1251), [sym_comment] = ACTIONS(44), }, [352] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1231), - [anon_sym_RBRACE] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1237), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(566), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [353] = { - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_COMMA] = ACTIONS(1261), - [anon_sym_RPAREN] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1261), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_auto] = ACTIONS(1263), - [anon_sym_register] = ACTIONS(1263), - [anon_sym_inline] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_restrict] = ACTIONS(1263), - [anon_sym_volatile] = ACTIONS(1263), - [anon_sym_COLON] = ACTIONS(1261), - [sym_identifier] = ACTIONS(1265), + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [354] = { - [anon_sym_COMMA] = ACTIONS(1267), - [anon_sym_RBRACE] = ACTIONS(1267), + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [355] = { - [sym_enumerator] = STATE(573), - [anon_sym_RBRACE] = ACTIONS(1269), - [sym_identifier] = ACTIONS(238), + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [356] = { - [sym__field_declarator] = STATE(358), - [sym_pointer_field_declarator] = STATE(211), - [sym_function_field_declarator] = STATE(212), - [sym_array_field_declarator] = STATE(213), - [anon_sym_LPAREN] = ACTIONS(482), - [anon_sym_STAR] = ACTIONS(788), - [sym_identifier] = ACTIONS(490), + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [357] = { - [sym_parameter_list] = STATE(370), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(1271), - [anon_sym_LBRACK] = ACTIONS(816), + [sym__expression] = STATE(568), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1253), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [358] = { - [sym_parameter_list] = STATE(370), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(1273), - [anon_sym_RPAREN] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_COLON] = ACTIONS(1273), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1255), + [anon_sym_RBRACE] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [359] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(575), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_COMMA] = ACTIONS(1285), + [anon_sym_RPAREN] = ACTIONS(1285), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_LBRACK] = ACTIONS(1285), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_COLON] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1289), [sym_comment] = ACTIONS(44), }, [360] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(1291), + [anon_sym_RBRACE] = ACTIONS(1291), [sym_comment] = ACTIONS(44), }, [361] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_enumerator] = STATE(582), + [anon_sym_RBRACE] = ACTIONS(1293), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [362] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__field_declarator] = STATE(364), + [sym_pointer_field_declarator] = STATE(215), + [sym_function_field_declarator] = STATE(216), + [sym_array_field_declarator] = STATE(217), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_STAR] = ACTIONS(806), + [sym_identifier] = ACTIONS(498), [sym_comment] = ACTIONS(44), }, [363] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_parameter_list] = STATE(376), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(1295), + [anon_sym_LBRACK] = ACTIONS(834), [sym_comment] = ACTIONS(44), }, [364] = { - [sym__expression] = STATE(577), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1275), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_parameter_list] = STATE(376), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(1297), + [anon_sym_RPAREN] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_COLON] = ACTIONS(1297), [sym_comment] = ACTIONS(44), }, [365] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(584), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [366] = { - [sym__field_declarator] = STATE(591), - [sym_pointer_field_declarator] = STATE(211), - [sym_function_field_declarator] = STATE(212), - [sym_array_field_declarator] = STATE(213), - [anon_sym_LPAREN] = ACTIONS(482), - [anon_sym_STAR] = ACTIONS(486), - [sym_identifier] = ACTIONS(490), + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [367] = { - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_static] = ACTIONS(1307), - [anon_sym_auto] = ACTIONS(1307), - [anon_sym_register] = ACTIONS(1307), - [anon_sym_inline] = ACTIONS(1307), - [anon_sym_const] = ACTIONS(1307), - [anon_sym_restrict] = ACTIONS(1307), - [anon_sym_volatile] = ACTIONS(1307), - [anon_sym_unsigned] = ACTIONS(1307), - [anon_sym_long] = ACTIONS(1307), - [anon_sym_short] = ACTIONS(1307), - [sym_primitive_type] = ACTIONS(1307), - [anon_sym_enum] = ACTIONS(1307), - [anon_sym_struct] = ACTIONS(1307), - [anon_sym_union] = ACTIONS(1307), - [sym_identifier] = ACTIONS(1311), + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [368] = { - [sym__declaration_specifiers] = STATE(593), + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [369] = { + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [370] = { + [sym__expression] = STATE(586), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [371] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [372] = { + [sym__field_declarator] = STATE(600), + [sym_pointer_field_declarator] = STATE(215), + [sym_function_field_declarator] = STATE(216), + [sym_array_field_declarator] = STATE(217), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_STAR] = ACTIONS(494), + [sym_identifier] = ACTIONS(498), + [sym_comment] = ACTIONS(44), + }, + [373] = { + [anon_sym_extern] = ACTIONS(1331), + [anon_sym_RBRACE] = ACTIONS(1333), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [sym_identifier] = ACTIONS(1335), + [sym_comment] = ACTIONS(44), + }, + [374] = { + [sym__declaration_specifiers] = STATE(602), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(282), - [sym_sized_type_specifier] = STATE(272), - [sym_enum_specifier] = STATE(272), - [sym_struct_specifier] = STATE(272), - [sym_union_specifier] = STATE(272), - [sym__expression] = STATE(594), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(272), - [aux_sym__declaration_specifiers_repeat1] = STATE(284), - [aux_sym_sized_type_specifier_repeat1] = STATE(285), - [anon_sym_LPAREN] = ACTIONS(604), + [sym__type_specifier] = STATE(286), + [sym_sized_type_specifier] = STATE(276), + [sym_enum_specifier] = STATE(276), + [sym_struct_specifier] = STATE(276), + [sym_union_specifier] = STATE(276), + [sym__expression] = STATE(603), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(276), + [aux_sym__declaration_specifiers_repeat1] = STATE(288), + [aux_sym_sized_type_specifier_repeat1] = STATE(289), + [anon_sym_LPAREN] = ACTIONS(612), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1313), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1337), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -16213,219 +16283,219 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(30), [anon_sym_restrict] = ACTIONS(30), [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [sym_primitive_type] = ACTIONS(612), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_struct] = ACTIONS(616), - [anon_sym_union] = ACTIONS(618), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(630), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(622), + [anon_sym_struct] = ACTIONS(624), + [anon_sym_union] = ACTIONS(626), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(638), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [369] = { - [sym__expression] = STATE(595), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [375] = { + [sym__expression] = STATE(604), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [370] = { - [anon_sym_LPAREN] = ACTIONS(1315), - [anon_sym_COMMA] = ACTIONS(1315), - [anon_sym_RPAREN] = ACTIONS(1315), - [anon_sym_SEMI] = ACTIONS(1315), - [anon_sym_LBRACK] = ACTIONS(1315), - [anon_sym_COLON] = ACTIONS(1315), + [376] = { + [anon_sym_LPAREN] = ACTIONS(1339), + [anon_sym_COMMA] = ACTIONS(1339), + [anon_sym_RPAREN] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_LBRACK] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1339), [sym_comment] = ACTIONS(44), }, - [371] = { - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1277), - [anon_sym_COLON] = ACTIONS(1319), + [377] = { + [anon_sym_COMMA] = ACTIONS(1341), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_COLON] = ACTIONS(1343), [sym_comment] = ACTIONS(44), }, - [372] = { - [sym_parameter_list] = STATE(378), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(1321), - [anon_sym_LBRACK] = ACTIONS(844), + [378] = { + [sym_parameter_list] = STATE(384), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(1345), + [anon_sym_LBRACK] = ACTIONS(862), [sym_comment] = ACTIONS(44), }, - [373] = { - [sym_parameter_list] = STATE(378), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(1323), - [anon_sym_RPAREN] = ACTIONS(1323), - [anon_sym_LBRACK] = ACTIONS(844), + [379] = { + [sym_parameter_list] = STATE(384), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(1347), + [anon_sym_RPAREN] = ACTIONS(1347), + [anon_sym_LBRACK] = ACTIONS(862), [sym_comment] = ACTIONS(44), }, - [374] = { - [anon_sym_LPAREN] = ACTIONS(1325), - [anon_sym_COMMA] = ACTIONS(1325), - [anon_sym_RPAREN] = ACTIONS(1325), - [anon_sym_LBRACK] = ACTIONS(1325), + [380] = { + [anon_sym_LPAREN] = ACTIONS(1349), + [anon_sym_COMMA] = ACTIONS(1349), + [anon_sym_RPAREN] = ACTIONS(1349), + [anon_sym_LBRACK] = ACTIONS(1349), [sym_comment] = ACTIONS(44), }, - [375] = { - [sym__expression] = STATE(600), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [381] = { + [sym__expression] = STATE(609), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1351), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [376] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1327), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [382] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1351), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [377] = { - [sym__declaration_specifiers] = STATE(601), + [383] = { + [sym__declaration_specifiers] = STATE(610), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(282), - [sym_sized_type_specifier] = STATE(272), - [sym_enum_specifier] = STATE(272), - [sym_struct_specifier] = STATE(272), - [sym_union_specifier] = STATE(272), - [sym__expression] = STATE(600), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(272), - [aux_sym__declaration_specifiers_repeat1] = STATE(284), - [aux_sym_sized_type_specifier_repeat1] = STATE(285), - [anon_sym_LPAREN] = ACTIONS(604), + [sym__type_specifier] = STATE(286), + [sym_sized_type_specifier] = STATE(276), + [sym_enum_specifier] = STATE(276), + [sym_struct_specifier] = STATE(276), + [sym_union_specifier] = STATE(276), + [sym__expression] = STATE(609), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(276), + [aux_sym__declaration_specifiers_repeat1] = STATE(288), + [aux_sym_sized_type_specifier_repeat1] = STATE(289), + [anon_sym_LPAREN] = ACTIONS(612), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1351), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -16433,46 +16503,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(30), [anon_sym_restrict] = ACTIONS(30), [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(610), - [anon_sym_long] = ACTIONS(610), - [anon_sym_short] = ACTIONS(610), - [sym_primitive_type] = ACTIONS(612), - [anon_sym_enum] = ACTIONS(614), - [anon_sym_struct] = ACTIONS(616), - [anon_sym_union] = ACTIONS(618), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(630), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(620), + [anon_sym_enum] = ACTIONS(622), + [anon_sym_struct] = ACTIONS(624), + [anon_sym_union] = ACTIONS(626), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(638), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [378] = { - [anon_sym_LPAREN] = ACTIONS(1329), - [anon_sym_COMMA] = ACTIONS(1329), - [anon_sym_RPAREN] = ACTIONS(1329), - [anon_sym_LBRACK] = ACTIONS(1329), + [384] = { + [anon_sym_LPAREN] = ACTIONS(1353), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_RPAREN] = ACTIONS(1353), + [anon_sym_LBRACK] = ACTIONS(1353), [sym_comment] = ACTIONS(44), }, - [379] = { - [sym_parameter_list] = STATE(378), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_RPAREN] = ACTIONS(1331), - [anon_sym_LBRACK] = ACTIONS(844), + [385] = { + [sym_parameter_list] = STATE(384), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_RPAREN] = ACTIONS(1355), + [anon_sym_LBRACK] = ACTIONS(862), [sym_comment] = ACTIONS(44), }, - [380] = { - [sym__declaration_specifiers] = STATE(227), + [386] = { + [sym__declaration_specifiers] = STATE(231), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -16480,11 +16550,11 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_parameter_declaration] = STATE(602), + [sym_parameter_declaration] = STATE(611), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1357), [anon_sym_extern] = ACTIONS(28), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), @@ -16503,32 +16573,32 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [381] = { - [anon_sym_LPAREN] = ACTIONS(1335), - [anon_sym_COMMA] = ACTIONS(1335), - [anon_sym_RPAREN] = ACTIONS(1335), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_LBRACK] = ACTIONS(1335), - [anon_sym_EQ] = ACTIONS(1335), - [anon_sym_COLON] = ACTIONS(1335), + [387] = { + [anon_sym_LPAREN] = ACTIONS(1359), + [anon_sym_COMMA] = ACTIONS(1359), + [anon_sym_RPAREN] = ACTIONS(1359), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1359), + [anon_sym_LBRACK] = ACTIONS(1359), + [anon_sym_EQ] = ACTIONS(1359), + [anon_sym_COLON] = ACTIONS(1359), [sym_comment] = ACTIONS(44), }, - [382] = { - [anon_sym_COMMA] = ACTIONS(1337), - [anon_sym_RPAREN] = ACTIONS(1339), + [388] = { + [anon_sym_COMMA] = ACTIONS(1361), + [anon_sym_RPAREN] = ACTIONS(1363), [sym_comment] = ACTIONS(44), }, - [383] = { - [sym__declaration_specifiers] = STATE(227), - [sym__declarator] = STATE(134), - [sym__abstract_declarator] = STATE(372), - [sym_pointer_declarator] = STATE(56), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_function_declarator] = STATE(56), - [sym_abstract_function_declarator] = STATE(220), - [sym_array_declarator] = STATE(56), - [sym_abstract_array_declarator] = STATE(220), + [389] = { + [sym__declaration_specifiers] = STATE(231), + [sym__declarator] = STATE(136), + [sym__abstract_declarator] = STATE(378), + [sym_pointer_declarator] = STATE(57), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_function_declarator] = STATE(57), + [sym_abstract_function_declarator] = STATE(224), + [sym_array_declarator] = STATE(57), + [sym_abstract_array_declarator] = STATE(224), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -16536,17 +16606,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_parameter_list] = STATE(221), - [sym_parameter_declaration] = STATE(225), + [sym_parameter_list] = STATE(225), + [sym_parameter_declaration] = STATE(229), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_DOT_DOT_DOT] = ACTIONS(528), - [anon_sym_RPAREN] = ACTIONS(530), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_DOT_DOT_DOT] = ACTIONS(536), + [anon_sym_RPAREN] = ACTIONS(538), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(1341), - [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_LBRACK] = ACTIONS(526), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -16561,459 +16631,459 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [sym_identifier] = ACTIONS(1343), + [sym_identifier] = ACTIONS(1367), [sym_comment] = ACTIONS(44), }, - [384] = { - [sym__declarator] = STATE(135), - [sym__abstract_declarator] = STATE(373), - [sym_pointer_declarator] = STATE(56), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_function_declarator] = STATE(56), - [sym_abstract_function_declarator] = STATE(220), - [sym_array_declarator] = STATE(56), - [sym_abstract_array_declarator] = STATE(220), - [sym_parameter_list] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_COMMA] = ACTIONS(838), - [anon_sym_RPAREN] = ACTIONS(838), - [anon_sym_STAR] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(518), - [sym_identifier] = ACTIONS(131), + [390] = { + [sym__declarator] = STATE(137), + [sym__abstract_declarator] = STATE(379), + [sym_pointer_declarator] = STATE(57), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_function_declarator] = STATE(57), + [sym_abstract_function_declarator] = STATE(224), + [sym_array_declarator] = STATE(57), + [sym_abstract_array_declarator] = STATE(224), + [sym_parameter_list] = STATE(225), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_COMMA] = ACTIONS(856), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(886), + [anon_sym_LBRACK] = ACTIONS(526), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [385] = { - [sym_parameter_list] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_RPAREN] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(296), + [391] = { + [sym_parameter_list] = STATE(145), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(300), [sym_comment] = ACTIONS(44), }, - [386] = { - [sym_parameter_list] = STATE(378), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_RPAREN] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(844), + [392] = { + [sym_parameter_list] = STATE(384), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(862), [sym_comment] = ACTIONS(44), }, - [387] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(160), - [anon_sym_LPAREN] = ACTIONS(158), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(160), - [sym_preproc_directive] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(158), - [anon_sym_typedef] = ACTIONS(160), - [anon_sym_extern] = ACTIONS(160), - [anon_sym_LBRACE] = ACTIONS(158), - [anon_sym_RBRACE] = ACTIONS(158), - [anon_sym_STAR] = ACTIONS(158), - [anon_sym_static] = ACTIONS(160), - [anon_sym_auto] = ACTIONS(160), - [anon_sym_register] = ACTIONS(160), - [anon_sym_inline] = ACTIONS(160), - [anon_sym_const] = ACTIONS(160), - [anon_sym_restrict] = ACTIONS(160), - [anon_sym_volatile] = ACTIONS(160), - [anon_sym_unsigned] = ACTIONS(160), - [anon_sym_long] = ACTIONS(160), - [anon_sym_short] = ACTIONS(160), - [sym_primitive_type] = ACTIONS(160), - [anon_sym_enum] = ACTIONS(160), - [anon_sym_struct] = ACTIONS(160), - [anon_sym_union] = ACTIONS(160), - [anon_sym_if] = ACTIONS(160), - [anon_sym_switch] = ACTIONS(160), - [anon_sym_case] = ACTIONS(160), - [anon_sym_default] = ACTIONS(160), - [anon_sym_while] = ACTIONS(160), - [anon_sym_do] = ACTIONS(160), - [anon_sym_for] = ACTIONS(160), - [anon_sym_return] = ACTIONS(160), - [anon_sym_break] = ACTIONS(160), - [anon_sym_continue] = ACTIONS(160), - [anon_sym_goto] = ACTIONS(160), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_BANG] = ACTIONS(158), - [anon_sym_TILDE] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [anon_sym_DASH_DASH] = ACTIONS(158), - [anon_sym_PLUS_PLUS] = ACTIONS(158), - [anon_sym_sizeof] = ACTIONS(160), - [sym_number_literal] = ACTIONS(160), - [sym_char_literal] = ACTIONS(160), - [sym_string_literal] = ACTIONS(158), - [sym_identifier] = ACTIONS(162), - [sym_true] = ACTIONS(158), - [sym_false] = ACTIONS(158), - [sym_null] = ACTIONS(160), + [393] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(162), + [anon_sym_LPAREN] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(162), + [sym_preproc_directive] = ACTIONS(164), + [anon_sym_SEMI] = ACTIONS(160), + [anon_sym_typedef] = ACTIONS(162), + [anon_sym_extern] = ACTIONS(162), + [anon_sym_LBRACE] = ACTIONS(160), + [anon_sym_RBRACE] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(160), + [anon_sym_static] = ACTIONS(162), + [anon_sym_auto] = ACTIONS(162), + [anon_sym_register] = ACTIONS(162), + [anon_sym_inline] = ACTIONS(162), + [anon_sym_const] = ACTIONS(162), + [anon_sym_restrict] = ACTIONS(162), + [anon_sym_volatile] = ACTIONS(162), + [anon_sym_unsigned] = ACTIONS(162), + [anon_sym_long] = ACTIONS(162), + [anon_sym_short] = ACTIONS(162), + [sym_primitive_type] = ACTIONS(162), + [anon_sym_enum] = ACTIONS(162), + [anon_sym_struct] = ACTIONS(162), + [anon_sym_union] = ACTIONS(162), + [anon_sym_if] = ACTIONS(162), + [anon_sym_switch] = ACTIONS(162), + [anon_sym_case] = ACTIONS(162), + [anon_sym_default] = ACTIONS(162), + [anon_sym_while] = ACTIONS(162), + [anon_sym_do] = ACTIONS(162), + [anon_sym_for] = ACTIONS(162), + [anon_sym_return] = ACTIONS(162), + [anon_sym_break] = ACTIONS(162), + [anon_sym_continue] = ACTIONS(162), + [anon_sym_goto] = ACTIONS(162), + [anon_sym_AMP] = ACTIONS(160), + [anon_sym_BANG] = ACTIONS(160), + [anon_sym_TILDE] = ACTIONS(160), + [anon_sym_PLUS] = ACTIONS(162), + [anon_sym_DASH] = ACTIONS(162), + [anon_sym_DASH_DASH] = ACTIONS(160), + [anon_sym_PLUS_PLUS] = ACTIONS(160), + [anon_sym_sizeof] = ACTIONS(162), + [sym_number_literal] = ACTIONS(162), + [sym_char_literal] = ACTIONS(162), + [sym_string_literal] = ACTIONS(160), + [sym_identifier] = ACTIONS(164), + [sym_true] = ACTIONS(160), + [sym_false] = ACTIONS(160), + [sym_null] = ACTIONS(162), [sym_comment] = ACTIONS(44), }, - [388] = { - [sym_preproc_params] = STATE(609), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1347), - [anon_sym_LF] = ACTIONS(1349), - [anon_sym_LPAREN] = ACTIONS(168), + [394] = { + [sym_preproc_params] = STATE(618), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1371), + [anon_sym_LF] = ACTIONS(1373), + [anon_sym_LPAREN] = ACTIONS(170), [sym_comment] = ACTIONS(54), }, - [389] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [395] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(610), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(619), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [390] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [396] = { + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [391] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [397] = { + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [392] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [398] = { + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [393] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [399] = { + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [394] = { - [sym__expression] = STATE(612), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1351), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [400] = { + [sym__expression] = STATE(621), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [395] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(974), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [401] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_RPAREN] = ACTIONS(994), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(994), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, - [396] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1353), - [anon_sym_RPAREN] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [402] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1377), + [anon_sym_RPAREN] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [397] = { - [anon_sym_RPAREN] = ACTIONS(1355), + [403] = { + [anon_sym_RPAREN] = ACTIONS(1379), [sym_comment] = ACTIONS(44), }, - [398] = { - [anon_sym_RPAREN] = ACTIONS(1385), + [404] = { + [anon_sym_RPAREN] = ACTIONS(1409), [sym_comment] = ACTIONS(44), }, - [399] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(655), - [sym_preproc_else_in_compound_statement] = STATE(656), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [405] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(664), + [sym_preproc_else_in_compound_statement] = STATE(665), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -17021,57 +17091,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(660), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(669), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1393), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1417), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -17086,47 +17156,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [400] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(662), - [sym_preproc_else_in_compound_statement] = STATE(663), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [406] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(671), + [sym_preproc_else_in_compound_statement] = STATE(672), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -17134,57 +17204,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(664), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(673), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1435), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -17199,47 +17269,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [401] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(666), - [sym_preproc_else_in_compound_statement] = STATE(667), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [407] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(675), + [sym_preproc_else_in_compound_statement] = STATE(676), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -17247,57 +17317,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(668), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(677), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1461), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -17312,189 +17382,193 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [402] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(198), - [anon_sym_LPAREN] = ACTIONS(196), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(198), - [sym_preproc_directive] = ACTIONS(200), - [anon_sym_SEMI] = ACTIONS(196), - [anon_sym_typedef] = ACTIONS(198), - [anon_sym_extern] = ACTIONS(198), - [anon_sym_LBRACE] = ACTIONS(196), - [anon_sym_RBRACE] = ACTIONS(196), - [anon_sym_STAR] = ACTIONS(196), - [anon_sym_static] = ACTIONS(198), - [anon_sym_auto] = ACTIONS(198), - [anon_sym_register] = ACTIONS(198), - [anon_sym_inline] = ACTIONS(198), - [anon_sym_const] = ACTIONS(198), - [anon_sym_restrict] = ACTIONS(198), - [anon_sym_volatile] = ACTIONS(198), - [anon_sym_unsigned] = ACTIONS(198), - [anon_sym_long] = ACTIONS(198), - [anon_sym_short] = ACTIONS(198), - [sym_primitive_type] = ACTIONS(198), - [anon_sym_enum] = ACTIONS(198), - [anon_sym_struct] = ACTIONS(198), - [anon_sym_union] = ACTIONS(198), - [anon_sym_if] = ACTIONS(198), - [anon_sym_switch] = ACTIONS(198), - [anon_sym_case] = ACTIONS(198), - [anon_sym_default] = ACTIONS(198), - [anon_sym_while] = ACTIONS(198), - [anon_sym_do] = ACTIONS(198), - [anon_sym_for] = ACTIONS(198), - [anon_sym_return] = ACTIONS(198), - [anon_sym_break] = ACTIONS(198), - [anon_sym_continue] = ACTIONS(198), - [anon_sym_goto] = ACTIONS(198), - [anon_sym_AMP] = ACTIONS(196), - [anon_sym_BANG] = ACTIONS(196), - [anon_sym_TILDE] = ACTIONS(196), - [anon_sym_PLUS] = ACTIONS(198), - [anon_sym_DASH] = ACTIONS(198), - [anon_sym_DASH_DASH] = ACTIONS(196), - [anon_sym_PLUS_PLUS] = ACTIONS(196), - [anon_sym_sizeof] = ACTIONS(198), - [sym_number_literal] = ACTIONS(198), - [sym_char_literal] = ACTIONS(198), - [sym_string_literal] = ACTIONS(196), - [sym_identifier] = ACTIONS(200), - [sym_true] = ACTIONS(196), - [sym_false] = ACTIONS(196), - [sym_null] = ACTIONS(198), + [408] = { + [sym_preproc_arg] = ACTIONS(1463), + [sym_comment] = ACTIONS(54), + }, + [409] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(202), + [anon_sym_LPAREN] = ACTIONS(200), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(202), + [sym_preproc_directive] = ACTIONS(204), + [anon_sym_SEMI] = ACTIONS(200), + [anon_sym_typedef] = ACTIONS(202), + [anon_sym_extern] = ACTIONS(202), + [anon_sym_LBRACE] = ACTIONS(200), + [anon_sym_RBRACE] = ACTIONS(200), + [anon_sym_STAR] = ACTIONS(200), + [anon_sym_static] = ACTIONS(202), + [anon_sym_auto] = ACTIONS(202), + [anon_sym_register] = ACTIONS(202), + [anon_sym_inline] = ACTIONS(202), + [anon_sym_const] = ACTIONS(202), + [anon_sym_restrict] = ACTIONS(202), + [anon_sym_volatile] = ACTIONS(202), + [anon_sym_unsigned] = ACTIONS(202), + [anon_sym_long] = ACTIONS(202), + [anon_sym_short] = ACTIONS(202), + [sym_primitive_type] = ACTIONS(202), + [anon_sym_enum] = ACTIONS(202), + [anon_sym_struct] = ACTIONS(202), + [anon_sym_union] = ACTIONS(202), + [anon_sym_if] = ACTIONS(202), + [anon_sym_switch] = ACTIONS(202), + [anon_sym_case] = ACTIONS(202), + [anon_sym_default] = ACTIONS(202), + [anon_sym_while] = ACTIONS(202), + [anon_sym_do] = ACTIONS(202), + [anon_sym_for] = ACTIONS(202), + [anon_sym_return] = ACTIONS(202), + [anon_sym_break] = ACTIONS(202), + [anon_sym_continue] = ACTIONS(202), + [anon_sym_goto] = ACTIONS(202), + [anon_sym_AMP] = ACTIONS(200), + [anon_sym_BANG] = ACTIONS(200), + [anon_sym_TILDE] = ACTIONS(200), + [anon_sym_PLUS] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(202), + [anon_sym_DASH_DASH] = ACTIONS(200), + [anon_sym_PLUS_PLUS] = ACTIONS(200), + [anon_sym_sizeof] = ACTIONS(202), + [sym_number_literal] = ACTIONS(202), + [sym_char_literal] = ACTIONS(202), + [sym_string_literal] = ACTIONS(200), + [sym_identifier] = ACTIONS(204), + [sym_true] = ACTIONS(200), + [sym_false] = ACTIONS(200), + [sym_null] = ACTIONS(202), [sym_comment] = ACTIONS(44), }, - [403] = { - [sym__type_declarator] = STATE(669), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [410] = { + [sym__type_declarator] = STATE(679), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [404] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(670), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [411] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(680), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [405] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [anon_sym_LPAREN] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [anon_sym_if] = ACTIONS(912), - [anon_sym_switch] = ACTIONS(912), - [anon_sym_case] = ACTIONS(912), - [anon_sym_default] = ACTIONS(912), - [anon_sym_while] = ACTIONS(912), - [anon_sym_do] = ACTIONS(912), - [anon_sym_for] = ACTIONS(912), - [anon_sym_return] = ACTIONS(912), - [anon_sym_break] = ACTIONS(912), - [anon_sym_continue] = ACTIONS(912), - [anon_sym_goto] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_sizeof] = ACTIONS(912), - [sym_number_literal] = ACTIONS(912), - [sym_char_literal] = ACTIONS(912), - [sym_string_literal] = ACTIONS(910), - [sym_identifier] = ACTIONS(914), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(912), + [412] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(932), + [sym_char_literal] = ACTIONS(932), + [sym_string_literal] = ACTIONS(930), + [sym_identifier] = ACTIONS(934), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(44), }, - [406] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [413] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -17502,54 +17576,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(1439), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(1465), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -17564,451 +17638,451 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [407] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1441), - [anon_sym_EQ] = ACTIONS(1443), - [anon_sym_COLON] = ACTIONS(1441), - [anon_sym_QMARK] = ACTIONS(1441), - [anon_sym_STAR_EQ] = ACTIONS(1441), - [anon_sym_SLASH_EQ] = ACTIONS(1441), - [anon_sym_PERCENT_EQ] = ACTIONS(1441), - [anon_sym_PLUS_EQ] = ACTIONS(1441), - [anon_sym_DASH_EQ] = ACTIONS(1441), - [anon_sym_LT_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_GT_EQ] = ACTIONS(1441), - [anon_sym_AMP_EQ] = ACTIONS(1441), - [anon_sym_CARET_EQ] = ACTIONS(1441), - [anon_sym_PIPE_EQ] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_PIPE_PIPE] = ACTIONS(1441), - [anon_sym_AMP_AMP] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1443), - [anon_sym_CARET] = ACTIONS(1443), - [anon_sym_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_GT] = ACTIONS(1443), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_LT_LT] = ACTIONS(1443), - [anon_sym_GT_GT] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_PERCENT] = ACTIONS(1443), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [414] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1467), + [anon_sym_RPAREN] = ACTIONS(1467), + [anon_sym_SEMI] = ACTIONS(1467), + [anon_sym_RBRACE] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1467), + [anon_sym_EQ] = ACTIONS(1469), + [anon_sym_COLON] = ACTIONS(1467), + [anon_sym_QMARK] = ACTIONS(1467), + [anon_sym_STAR_EQ] = ACTIONS(1467), + [anon_sym_SLASH_EQ] = ACTIONS(1467), + [anon_sym_PERCENT_EQ] = ACTIONS(1467), + [anon_sym_PLUS_EQ] = ACTIONS(1467), + [anon_sym_DASH_EQ] = ACTIONS(1467), + [anon_sym_LT_LT_EQ] = ACTIONS(1467), + [anon_sym_GT_GT_EQ] = ACTIONS(1467), + [anon_sym_AMP_EQ] = ACTIONS(1467), + [anon_sym_CARET_EQ] = ACTIONS(1467), + [anon_sym_PIPE_EQ] = ACTIONS(1467), + [anon_sym_AMP] = ACTIONS(1469), + [anon_sym_PIPE_PIPE] = ACTIONS(1467), + [anon_sym_AMP_AMP] = ACTIONS(1467), + [anon_sym_PIPE] = ACTIONS(1469), + [anon_sym_CARET] = ACTIONS(1469), + [anon_sym_EQ_EQ] = ACTIONS(1467), + [anon_sym_BANG_EQ] = ACTIONS(1467), + [anon_sym_LT] = ACTIONS(1469), + [anon_sym_GT] = ACTIONS(1469), + [anon_sym_LT_EQ] = ACTIONS(1467), + [anon_sym_GT_EQ] = ACTIONS(1467), + [anon_sym_LT_LT] = ACTIONS(1469), + [anon_sym_GT_GT] = ACTIONS(1469), + [anon_sym_PLUS] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1469), + [anon_sym_SLASH] = ACTIONS(1469), + [anon_sym_PERCENT] = ACTIONS(1469), + [anon_sym_DASH_DASH] = ACTIONS(1467), + [anon_sym_PLUS_PLUS] = ACTIONS(1467), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [408] = { - [sym__expression] = STATE(678), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [415] = { + [sym__expression] = STATE(688), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [409] = { - [sym__expression] = STATE(679), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [416] = { + [sym__expression] = STATE(689), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [410] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [417] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(680), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(690), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [411] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [418] = { + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [412] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [419] = { + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [413] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [420] = { + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [414] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [421] = { + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [415] = { - [sym__expression] = STATE(682), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [422] = { + [sym__expression] = STATE(692), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [416] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(1465), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [423] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [417] = { - [sym_declaration] = STATE(697), - [sym_type_definition] = STATE(697), - [sym__declaration_specifiers] = STATE(698), - [sym_compound_statement] = STATE(697), + [424] = { + [sym_declaration] = STATE(707), + [sym_type_definition] = STATE(707), + [sym__declaration_specifiers] = STATE(708), + [sym_compound_statement] = STATE(707), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -18016,46 +18090,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(697), - [sym_expression_statement] = STATE(697), - [sym_if_statement] = STATE(697), - [sym_switch_statement] = STATE(697), - [sym_case_statement] = STATE(697), - [sym_while_statement] = STATE(697), - [sym_do_statement] = STATE(697), - [sym_for_statement] = STATE(697), - [sym_return_statement] = STATE(697), - [sym_break_statement] = STATE(697), - [sym_continue_statement] = STATE(697), - [sym_goto_statement] = STATE(697), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(707), + [sym_expression_statement] = STATE(707), + [sym_if_statement] = STATE(707), + [sym_switch_statement] = STATE(707), + [sym_case_statement] = STATE(707), + [sym_while_statement] = STATE(707), + [sym_do_statement] = STATE(707), + [sym_for_statement] = STATE(707), + [sym_return_statement] = STATE(707), + [sym_break_statement] = STATE(707), + [sym_continue_statement] = STATE(707), + [sym_goto_statement] = STATE(707), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -18070,179 +18144,179 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1491), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1517), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [418] = { - [sym__expression] = STATE(699), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [425] = { + [sym__expression] = STATE(709), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [419] = { - [anon_sym_LPAREN] = ACTIONS(1493), + [426] = { + [anon_sym_LPAREN] = ACTIONS(1519), [sym_comment] = ACTIONS(44), }, - [420] = { - [anon_sym_LPAREN] = ACTIONS(1495), + [427] = { + [anon_sym_LPAREN] = ACTIONS(1521), [sym_comment] = ACTIONS(44), }, - [421] = { - [sym__expression] = STATE(702), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [428] = { + [sym__expression] = STATE(712), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [422] = { - [anon_sym_COLON] = ACTIONS(1497), + [429] = { + [anon_sym_COLON] = ACTIONS(1523), [sym_comment] = ACTIONS(44), }, - [423] = { - [anon_sym_LPAREN] = ACTIONS(1499), + [430] = { + [anon_sym_LPAREN] = ACTIONS(1525), [sym_comment] = ACTIONS(44), }, - [424] = { - [anon_sym_LPAREN] = ACTIONS(1501), + [431] = { + [anon_sym_LPAREN] = ACTIONS(1527), [sym_comment] = ACTIONS(44), }, - [425] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(1503), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [432] = { + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(1529), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, - [426] = { - [anon_sym_while] = ACTIONS(1505), + [433] = { + [anon_sym_while] = ACTIONS(1531), [sym_comment] = ACTIONS(44), }, - [427] = { - [sym_declaration] = STATE(708), - [sym__declaration_specifiers] = STATE(710), + [434] = { + [sym_declaration] = STATE(718), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -18250,31 +18324,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(711), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(721), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(1533), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -18289,1709 +18363,1709 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [428] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1513), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1511), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_typedef] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_auto] = ACTIONS(1511), - [anon_sym_register] = ACTIONS(1511), - [anon_sym_inline] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_restrict] = ACTIONS(1511), - [anon_sym_volatile] = ACTIONS(1511), - [anon_sym_unsigned] = ACTIONS(1511), - [anon_sym_long] = ACTIONS(1511), - [anon_sym_short] = ACTIONS(1511), - [sym_primitive_type] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_switch] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_do] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_goto] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_sizeof] = ACTIONS(1511), - [sym_number_literal] = ACTIONS(1511), - [sym_char_literal] = ACTIONS(1511), - [sym_string_literal] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1511), - [sym_comment] = ACTIONS(44), - }, - [429] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [430] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1519), - [sym_char_literal] = ACTIONS(1519), - [sym_string_literal] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [sym_true] = ACTIONS(1521), - [sym_false] = ACTIONS(1521), - [sym_null] = ACTIONS(1519), - [sym_comment] = ACTIONS(44), - }, - [431] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1525), - [anon_sym_LPAREN] = ACTIONS(1527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_RBRACE] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1525), - [sym_char_literal] = ACTIONS(1525), - [sym_string_literal] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1525), - [sym_comment] = ACTIONS(44), - }, - [432] = { - [anon_sym_SEMI] = ACTIONS(1531), - [sym_comment] = ACTIONS(44), - }, - [433] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1533), - [anon_sym_RPAREN] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1533), - [anon_sym_RBRACE] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1533), - [anon_sym_EQ] = ACTIONS(1535), - [anon_sym_COLON] = ACTIONS(1533), - [anon_sym_QMARK] = ACTIONS(1533), - [anon_sym_STAR_EQ] = ACTIONS(1533), - [anon_sym_SLASH_EQ] = ACTIONS(1533), - [anon_sym_PERCENT_EQ] = ACTIONS(1533), - [anon_sym_PLUS_EQ] = ACTIONS(1533), - [anon_sym_DASH_EQ] = ACTIONS(1533), - [anon_sym_LT_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_GT_EQ] = ACTIONS(1533), - [anon_sym_AMP_EQ] = ACTIONS(1533), - [anon_sym_CARET_EQ] = ACTIONS(1533), - [anon_sym_PIPE_EQ] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_PIPE_PIPE] = ACTIONS(1533), - [anon_sym_AMP_AMP] = ACTIONS(1533), - [anon_sym_PIPE] = ACTIONS(1535), - [anon_sym_CARET] = ACTIONS(1535), - [anon_sym_EQ_EQ] = ACTIONS(1533), - [anon_sym_BANG_EQ] = ACTIONS(1533), - [anon_sym_LT] = ACTIONS(1535), - [anon_sym_GT] = ACTIONS(1535), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1535), - [anon_sym_DASH] = ACTIONS(1535), - [anon_sym_SLASH] = ACTIONS(1535), - [anon_sym_PERCENT] = ACTIONS(1535), - [anon_sym_DASH_DASH] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1533), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [434] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1537), - [anon_sym_RPAREN] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1537), - [anon_sym_RBRACE] = ACTIONS(1537), + [435] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1537), + [anon_sym_LPAREN] = ACTIONS(1539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), [anon_sym_STAR] = ACTIONS(1539), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1537), - [anon_sym_EQ] = ACTIONS(1539), - [anon_sym_COLON] = ACTIONS(1537), - [anon_sym_QMARK] = ACTIONS(1537), - [anon_sym_STAR_EQ] = ACTIONS(1537), - [anon_sym_SLASH_EQ] = ACTIONS(1537), - [anon_sym_PERCENT_EQ] = ACTIONS(1537), - [anon_sym_PLUS_EQ] = ACTIONS(1537), - [anon_sym_DASH_EQ] = ACTIONS(1537), - [anon_sym_LT_LT_EQ] = ACTIONS(1537), - [anon_sym_GT_GT_EQ] = ACTIONS(1537), - [anon_sym_AMP_EQ] = ACTIONS(1537), - [anon_sym_CARET_EQ] = ACTIONS(1537), - [anon_sym_PIPE_EQ] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), [anon_sym_AMP] = ACTIONS(1539), - [anon_sym_PIPE_PIPE] = ACTIONS(1537), - [anon_sym_AMP_AMP] = ACTIONS(1537), - [anon_sym_PIPE] = ACTIONS(1539), - [anon_sym_CARET] = ACTIONS(1539), - [anon_sym_EQ_EQ] = ACTIONS(1537), - [anon_sym_BANG_EQ] = ACTIONS(1537), - [anon_sym_LT] = ACTIONS(1539), - [anon_sym_GT] = ACTIONS(1539), - [anon_sym_LT_EQ] = ACTIONS(1537), - [anon_sym_GT_EQ] = ACTIONS(1537), - [anon_sym_LT_LT] = ACTIONS(1539), - [anon_sym_GT_GT] = ACTIONS(1539), - [anon_sym_PLUS] = ACTIONS(1539), - [anon_sym_DASH] = ACTIONS(1539), - [anon_sym_SLASH] = ACTIONS(1539), - [anon_sym_PERCENT] = ACTIONS(1539), - [anon_sym_DASH_DASH] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1537), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [435] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1541), - [anon_sym_RPAREN] = ACTIONS(1541), - [anon_sym_SEMI] = ACTIONS(1541), - [anon_sym_RBRACE] = ACTIONS(1541), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1541), - [anon_sym_EQ] = ACTIONS(1543), - [anon_sym_COLON] = ACTIONS(1541), - [anon_sym_QMARK] = ACTIONS(1541), - [anon_sym_STAR_EQ] = ACTIONS(1541), - [anon_sym_SLASH_EQ] = ACTIONS(1541), - [anon_sym_PERCENT_EQ] = ACTIONS(1541), - [anon_sym_PLUS_EQ] = ACTIONS(1541), - [anon_sym_DASH_EQ] = ACTIONS(1541), - [anon_sym_LT_LT_EQ] = ACTIONS(1541), - [anon_sym_GT_GT_EQ] = ACTIONS(1541), - [anon_sym_AMP_EQ] = ACTIONS(1541), - [anon_sym_CARET_EQ] = ACTIONS(1541), - [anon_sym_PIPE_EQ] = ACTIONS(1541), - [anon_sym_AMP] = ACTIONS(1543), - [anon_sym_PIPE_PIPE] = ACTIONS(1541), - [anon_sym_AMP_AMP] = ACTIONS(1541), - [anon_sym_PIPE] = ACTIONS(1543), - [anon_sym_CARET] = ACTIONS(1543), - [anon_sym_EQ_EQ] = ACTIONS(1541), - [anon_sym_BANG_EQ] = ACTIONS(1541), - [anon_sym_LT] = ACTIONS(1543), - [anon_sym_GT] = ACTIONS(1543), - [anon_sym_LT_EQ] = ACTIONS(1541), - [anon_sym_GT_EQ] = ACTIONS(1541), - [anon_sym_LT_LT] = ACTIONS(1543), - [anon_sym_GT_GT] = ACTIONS(1543), - [anon_sym_PLUS] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1543), - [anon_sym_SLASH] = ACTIONS(1543), - [anon_sym_PERCENT] = ACTIONS(1543), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1537), + [sym_char_literal] = ACTIONS(1537), + [sym_string_literal] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1541), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(44), }, [436] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(714), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [437] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1545), - [anon_sym_SEMI] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_RBRACE] = ACTIONS(1547), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_auto] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1545), + [sym_char_literal] = ACTIONS(1545), + [sym_string_literal] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1549), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(44), }, [438] = { - [anon_sym_LPAREN] = ACTIONS(1549), - [anon_sym_COMMA] = ACTIONS(1549), - [anon_sym_RPAREN] = ACTIONS(1549), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_RBRACE] = ACTIONS(1549), - [anon_sym_STAR] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1549), - [anon_sym_RBRACK] = ACTIONS(1549), - [anon_sym_EQ] = ACTIONS(1551), - [anon_sym_COLON] = ACTIONS(1549), - [anon_sym_QMARK] = ACTIONS(1549), - [anon_sym_STAR_EQ] = ACTIONS(1549), - [anon_sym_SLASH_EQ] = ACTIONS(1549), - [anon_sym_PERCENT_EQ] = ACTIONS(1549), - [anon_sym_PLUS_EQ] = ACTIONS(1549), - [anon_sym_DASH_EQ] = ACTIONS(1549), - [anon_sym_LT_LT_EQ] = ACTIONS(1549), - [anon_sym_GT_GT_EQ] = ACTIONS(1549), - [anon_sym_AMP_EQ] = ACTIONS(1549), - [anon_sym_CARET_EQ] = ACTIONS(1549), - [anon_sym_PIPE_EQ] = ACTIONS(1549), - [anon_sym_AMP] = ACTIONS(1551), - [anon_sym_PIPE_PIPE] = ACTIONS(1549), - [anon_sym_AMP_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_CARET] = ACTIONS(1551), - [anon_sym_EQ_EQ] = ACTIONS(1549), - [anon_sym_BANG_EQ] = ACTIONS(1549), - [anon_sym_LT] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1549), - [anon_sym_GT_EQ] = ACTIONS(1549), - [anon_sym_LT_LT] = ACTIONS(1551), - [anon_sym_GT_GT] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_SLASH] = ACTIONS(1551), - [anon_sym_PERCENT] = ACTIONS(1551), - [anon_sym_DASH_DASH] = ACTIONS(1549), - [anon_sym_PLUS_PLUS] = ACTIONS(1549), - [anon_sym_DOT] = ACTIONS(1549), - [anon_sym_DASH_GT] = ACTIONS(1549), - [sym_string_literal] = ACTIONS(1549), - [sym_comment] = ACTIONS(44), - }, - [439] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1551), [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_RPAREN] = ACTIONS(1553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1551), + [sym_preproc_directive] = ACTIONS(1555), [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_typedef] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_LBRACE] = ACTIONS(1553), [anon_sym_RBRACE] = ACTIONS(1553), - [anon_sym_STAR] = ACTIONS(1555), - [anon_sym_LBRACK] = ACTIONS(1553), - [anon_sym_RBRACK] = ACTIONS(1553), - [anon_sym_EQ] = ACTIONS(1555), - [anon_sym_COLON] = ACTIONS(1553), - [anon_sym_QMARK] = ACTIONS(1553), - [anon_sym_STAR_EQ] = ACTIONS(1553), - [anon_sym_SLASH_EQ] = ACTIONS(1553), - [anon_sym_PERCENT_EQ] = ACTIONS(1553), - [anon_sym_PLUS_EQ] = ACTIONS(1553), - [anon_sym_DASH_EQ] = ACTIONS(1553), - [anon_sym_LT_LT_EQ] = ACTIONS(1553), - [anon_sym_GT_GT_EQ] = ACTIONS(1553), - [anon_sym_AMP_EQ] = ACTIONS(1553), - [anon_sym_CARET_EQ] = ACTIONS(1553), - [anon_sym_PIPE_EQ] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1555), - [anon_sym_PIPE_PIPE] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1553), - [anon_sym_PIPE] = ACTIONS(1555), - [anon_sym_CARET] = ACTIONS(1555), - [anon_sym_EQ_EQ] = ACTIONS(1553), - [anon_sym_BANG_EQ] = ACTIONS(1553), - [anon_sym_LT] = ACTIONS(1555), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_LT_EQ] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1553), - [anon_sym_LT_LT] = ACTIONS(1555), - [anon_sym_GT_GT] = ACTIONS(1555), - [anon_sym_PLUS] = ACTIONS(1555), - [anon_sym_DASH] = ACTIONS(1555), - [anon_sym_SLASH] = ACTIONS(1555), - [anon_sym_PERCENT] = ACTIONS(1555), + [anon_sym_STAR] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_auto] = ACTIONS(1551), + [anon_sym_register] = ACTIONS(1551), + [anon_sym_inline] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_restrict] = ACTIONS(1551), + [anon_sym_volatile] = ACTIONS(1551), + [anon_sym_unsigned] = ACTIONS(1551), + [anon_sym_long] = ACTIONS(1551), + [anon_sym_short] = ACTIONS(1551), + [sym_primitive_type] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_do] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), [anon_sym_DASH_DASH] = ACTIONS(1553), [anon_sym_PLUS_PLUS] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_DASH_GT] = ACTIONS(1553), - [sym_string_literal] = ACTIONS(1557), + [anon_sym_sizeof] = ACTIONS(1551), + [sym_number_literal] = ACTIONS(1551), + [sym_char_literal] = ACTIONS(1551), + [sym_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1551), + [sym_comment] = ACTIONS(44), + }, + [439] = { + [anon_sym_SEMI] = ACTIONS(1557), [sym_comment] = ACTIONS(44), }, [440] = { - [sym_compound_statement] = STATE(717), - [sym_labeled_statement] = STATE(717), - [sym_expression_statement] = STATE(717), - [sym_if_statement] = STATE(717), - [sym_switch_statement] = STATE(717), - [sym_case_statement] = STATE(717), - [sym_while_statement] = STATE(717), - [sym_do_statement] = STATE(717), - [sym_for_statement] = STATE(717), - [sym_return_statement] = STATE(717), - [sym_break_statement] = STATE(717), - [sym_continue_statement] = STATE(717), - [sym_goto_statement] = STATE(717), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1559), + [anon_sym_RPAREN] = ACTIONS(1559), + [anon_sym_SEMI] = ACTIONS(1559), + [anon_sym_RBRACE] = ACTIONS(1559), + [anon_sym_STAR] = ACTIONS(1561), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1559), + [anon_sym_EQ] = ACTIONS(1561), + [anon_sym_COLON] = ACTIONS(1559), + [anon_sym_QMARK] = ACTIONS(1559), + [anon_sym_STAR_EQ] = ACTIONS(1559), + [anon_sym_SLASH_EQ] = ACTIONS(1559), + [anon_sym_PERCENT_EQ] = ACTIONS(1559), + [anon_sym_PLUS_EQ] = ACTIONS(1559), + [anon_sym_DASH_EQ] = ACTIONS(1559), + [anon_sym_LT_LT_EQ] = ACTIONS(1559), + [anon_sym_GT_GT_EQ] = ACTIONS(1559), + [anon_sym_AMP_EQ] = ACTIONS(1559), + [anon_sym_CARET_EQ] = ACTIONS(1559), + [anon_sym_PIPE_EQ] = ACTIONS(1559), + [anon_sym_AMP] = ACTIONS(1561), + [anon_sym_PIPE_PIPE] = ACTIONS(1559), + [anon_sym_AMP_AMP] = ACTIONS(1559), + [anon_sym_PIPE] = ACTIONS(1561), + [anon_sym_CARET] = ACTIONS(1561), + [anon_sym_EQ_EQ] = ACTIONS(1559), + [anon_sym_BANG_EQ] = ACTIONS(1559), + [anon_sym_LT] = ACTIONS(1561), + [anon_sym_GT] = ACTIONS(1561), + [anon_sym_LT_EQ] = ACTIONS(1559), + [anon_sym_GT_EQ] = ACTIONS(1559), + [anon_sym_LT_LT] = ACTIONS(1561), + [anon_sym_GT_GT] = ACTIONS(1561), + [anon_sym_PLUS] = ACTIONS(1561), + [anon_sym_DASH] = ACTIONS(1561), + [anon_sym_SLASH] = ACTIONS(1561), + [anon_sym_PERCENT] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1559), + [anon_sym_PLUS_PLUS] = ACTIONS(1559), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [441] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(282), - [anon_sym_LPAREN] = ACTIONS(280), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(282), - [sym_preproc_directive] = ACTIONS(284), - [anon_sym_SEMI] = ACTIONS(280), - [anon_sym_typedef] = ACTIONS(282), - [anon_sym_extern] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(280), - [anon_sym_RBRACE] = ACTIONS(280), - [anon_sym_STAR] = ACTIONS(280), - [anon_sym_static] = ACTIONS(282), - [anon_sym_auto] = ACTIONS(282), - [anon_sym_register] = ACTIONS(282), - [anon_sym_inline] = ACTIONS(282), - [anon_sym_const] = ACTIONS(282), - [anon_sym_restrict] = ACTIONS(282), - [anon_sym_volatile] = ACTIONS(282), - [anon_sym_unsigned] = ACTIONS(282), - [anon_sym_long] = ACTIONS(282), - [anon_sym_short] = ACTIONS(282), - [sym_primitive_type] = ACTIONS(282), - [anon_sym_enum] = ACTIONS(282), - [anon_sym_struct] = ACTIONS(282), - [anon_sym_union] = ACTIONS(282), - [anon_sym_if] = ACTIONS(282), - [anon_sym_switch] = ACTIONS(282), - [anon_sym_case] = ACTIONS(282), - [anon_sym_default] = ACTIONS(282), - [anon_sym_while] = ACTIONS(282), - [anon_sym_do] = ACTIONS(282), - [anon_sym_for] = ACTIONS(282), - [anon_sym_return] = ACTIONS(282), - [anon_sym_break] = ACTIONS(282), - [anon_sym_continue] = ACTIONS(282), - [anon_sym_goto] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(280), - [anon_sym_BANG] = ACTIONS(280), - [anon_sym_TILDE] = ACTIONS(280), - [anon_sym_PLUS] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(282), - [anon_sym_DASH_DASH] = ACTIONS(280), - [anon_sym_PLUS_PLUS] = ACTIONS(280), - [anon_sym_sizeof] = ACTIONS(282), - [sym_number_literal] = ACTIONS(282), - [sym_char_literal] = ACTIONS(282), - [sym_string_literal] = ACTIONS(280), - [sym_identifier] = ACTIONS(284), - [sym_true] = ACTIONS(280), - [sym_false] = ACTIONS(280), - [sym_null] = ACTIONS(282), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1563), + [anon_sym_RPAREN] = ACTIONS(1563), + [anon_sym_SEMI] = ACTIONS(1563), + [anon_sym_RBRACE] = ACTIONS(1563), + [anon_sym_STAR] = ACTIONS(1565), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1563), + [anon_sym_EQ] = ACTIONS(1565), + [anon_sym_COLON] = ACTIONS(1563), + [anon_sym_QMARK] = ACTIONS(1563), + [anon_sym_STAR_EQ] = ACTIONS(1563), + [anon_sym_SLASH_EQ] = ACTIONS(1563), + [anon_sym_PERCENT_EQ] = ACTIONS(1563), + [anon_sym_PLUS_EQ] = ACTIONS(1563), + [anon_sym_DASH_EQ] = ACTIONS(1563), + [anon_sym_LT_LT_EQ] = ACTIONS(1563), + [anon_sym_GT_GT_EQ] = ACTIONS(1563), + [anon_sym_AMP_EQ] = ACTIONS(1563), + [anon_sym_CARET_EQ] = ACTIONS(1563), + [anon_sym_PIPE_EQ] = ACTIONS(1563), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_PIPE_PIPE] = ACTIONS(1563), + [anon_sym_AMP_AMP] = ACTIONS(1563), + [anon_sym_PIPE] = ACTIONS(1565), + [anon_sym_CARET] = ACTIONS(1565), + [anon_sym_EQ_EQ] = ACTIONS(1563), + [anon_sym_BANG_EQ] = ACTIONS(1563), + [anon_sym_LT] = ACTIONS(1565), + [anon_sym_GT] = ACTIONS(1565), + [anon_sym_LT_EQ] = ACTIONS(1563), + [anon_sym_GT_EQ] = ACTIONS(1563), + [anon_sym_LT_LT] = ACTIONS(1565), + [anon_sym_GT_GT] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1565), + [anon_sym_DASH] = ACTIONS(1565), + [anon_sym_SLASH] = ACTIONS(1565), + [anon_sym_PERCENT] = ACTIONS(1565), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1563), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [442] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(719), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1567), + [anon_sym_RPAREN] = ACTIONS(1567), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_RBRACE] = ACTIONS(1567), + [anon_sym_STAR] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1567), + [anon_sym_EQ] = ACTIONS(1569), + [anon_sym_COLON] = ACTIONS(1567), + [anon_sym_QMARK] = ACTIONS(1567), + [anon_sym_STAR_EQ] = ACTIONS(1567), + [anon_sym_SLASH_EQ] = ACTIONS(1567), + [anon_sym_PERCENT_EQ] = ACTIONS(1567), + [anon_sym_PLUS_EQ] = ACTIONS(1567), + [anon_sym_DASH_EQ] = ACTIONS(1567), + [anon_sym_LT_LT_EQ] = ACTIONS(1567), + [anon_sym_GT_GT_EQ] = ACTIONS(1567), + [anon_sym_AMP_EQ] = ACTIONS(1567), + [anon_sym_CARET_EQ] = ACTIONS(1567), + [anon_sym_PIPE_EQ] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_PIPE_PIPE] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_PIPE] = ACTIONS(1569), + [anon_sym_CARET] = ACTIONS(1569), + [anon_sym_EQ_EQ] = ACTIONS(1567), + [anon_sym_BANG_EQ] = ACTIONS(1567), + [anon_sym_LT] = ACTIONS(1569), + [anon_sym_GT] = ACTIONS(1569), + [anon_sym_LT_EQ] = ACTIONS(1567), + [anon_sym_GT_EQ] = ACTIONS(1567), + [anon_sym_LT_LT] = ACTIONS(1569), + [anon_sym_GT_GT] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_SLASH] = ACTIONS(1569), + [anon_sym_PERCENT] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [443] = { - [aux_sym_declaration_repeat1] = STATE(719), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(1561), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(724), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [444] = { - [sym__expression] = STATE(721), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(1563), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1571), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [445] = { - [sym__expression] = STATE(722), - [sym_comma_expression] = STATE(723), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1575), + [anon_sym_COMMA] = ACTIONS(1575), + [anon_sym_RPAREN] = ACTIONS(1575), + [anon_sym_SEMI] = ACTIONS(1575), + [anon_sym_RBRACE] = ACTIONS(1575), + [anon_sym_STAR] = ACTIONS(1577), + [anon_sym_LBRACK] = ACTIONS(1575), + [anon_sym_RBRACK] = ACTIONS(1575), + [anon_sym_EQ] = ACTIONS(1577), + [anon_sym_COLON] = ACTIONS(1575), + [anon_sym_QMARK] = ACTIONS(1575), + [anon_sym_STAR_EQ] = ACTIONS(1575), + [anon_sym_SLASH_EQ] = ACTIONS(1575), + [anon_sym_PERCENT_EQ] = ACTIONS(1575), + [anon_sym_PLUS_EQ] = ACTIONS(1575), + [anon_sym_DASH_EQ] = ACTIONS(1575), + [anon_sym_LT_LT_EQ] = ACTIONS(1575), + [anon_sym_GT_GT_EQ] = ACTIONS(1575), + [anon_sym_AMP_EQ] = ACTIONS(1575), + [anon_sym_CARET_EQ] = ACTIONS(1575), + [anon_sym_PIPE_EQ] = ACTIONS(1575), + [anon_sym_AMP] = ACTIONS(1577), + [anon_sym_PIPE_PIPE] = ACTIONS(1575), + [anon_sym_AMP_AMP] = ACTIONS(1575), + [anon_sym_PIPE] = ACTIONS(1577), + [anon_sym_CARET] = ACTIONS(1577), + [anon_sym_EQ_EQ] = ACTIONS(1575), + [anon_sym_BANG_EQ] = ACTIONS(1575), + [anon_sym_LT] = ACTIONS(1577), + [anon_sym_GT] = ACTIONS(1577), + [anon_sym_LT_EQ] = ACTIONS(1575), + [anon_sym_GT_EQ] = ACTIONS(1575), + [anon_sym_LT_LT] = ACTIONS(1577), + [anon_sym_GT_GT] = ACTIONS(1577), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_SLASH] = ACTIONS(1577), + [anon_sym_PERCENT] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1575), + [anon_sym_PLUS_PLUS] = ACTIONS(1575), + [anon_sym_DOT] = ACTIONS(1575), + [anon_sym_DASH_GT] = ACTIONS(1575), + [sym_string_literal] = ACTIONS(1575), [sym_comment] = ACTIONS(44), }, [446] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1565), - [anon_sym_LPAREN] = ACTIONS(1567), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_RBRACE] = ACTIONS(1567), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_auto] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1569), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1565), + [anon_sym_LPAREN] = ACTIONS(1579), + [anon_sym_COMMA] = ACTIONS(1579), + [anon_sym_RPAREN] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym_RBRACE] = ACTIONS(1579), + [anon_sym_STAR] = ACTIONS(1581), + [anon_sym_LBRACK] = ACTIONS(1579), + [anon_sym_RBRACK] = ACTIONS(1579), + [anon_sym_EQ] = ACTIONS(1581), + [anon_sym_COLON] = ACTIONS(1579), + [anon_sym_QMARK] = ACTIONS(1579), + [anon_sym_STAR_EQ] = ACTIONS(1579), + [anon_sym_SLASH_EQ] = ACTIONS(1579), + [anon_sym_PERCENT_EQ] = ACTIONS(1579), + [anon_sym_PLUS_EQ] = ACTIONS(1579), + [anon_sym_DASH_EQ] = ACTIONS(1579), + [anon_sym_LT_LT_EQ] = ACTIONS(1579), + [anon_sym_GT_GT_EQ] = ACTIONS(1579), + [anon_sym_AMP_EQ] = ACTIONS(1579), + [anon_sym_CARET_EQ] = ACTIONS(1579), + [anon_sym_PIPE_EQ] = ACTIONS(1579), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_PIPE_PIPE] = ACTIONS(1579), + [anon_sym_AMP_AMP] = ACTIONS(1579), + [anon_sym_PIPE] = ACTIONS(1581), + [anon_sym_CARET] = ACTIONS(1581), + [anon_sym_EQ_EQ] = ACTIONS(1579), + [anon_sym_BANG_EQ] = ACTIONS(1579), + [anon_sym_LT] = ACTIONS(1581), + [anon_sym_GT] = ACTIONS(1581), + [anon_sym_LT_EQ] = ACTIONS(1579), + [anon_sym_GT_EQ] = ACTIONS(1579), + [anon_sym_LT_LT] = ACTIONS(1581), + [anon_sym_GT_GT] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_SLASH] = ACTIONS(1581), + [anon_sym_PERCENT] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_DOT] = ACTIONS(1579), + [anon_sym_DASH_GT] = ACTIONS(1579), + [sym_string_literal] = ACTIONS(1583), [sym_comment] = ACTIONS(44), }, [447] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(727), + [sym_labeled_statement] = STATE(727), + [sym_expression_statement] = STATE(727), + [sym_if_statement] = STATE(727), + [sym_switch_statement] = STATE(727), + [sym_case_statement] = STATE(727), + [sym_while_statement] = STATE(727), + [sym_do_statement] = STATE(727), + [sym_for_statement] = STATE(727), + [sym_return_statement] = STATE(727), + [sym_break_statement] = STATE(727), + [sym_continue_statement] = STATE(727), + [sym_goto_statement] = STATE(727), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [448] = { - [sym__expression] = STATE(725), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(286), + [anon_sym_LPAREN] = ACTIONS(284), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(286), + [sym_preproc_directive] = ACTIONS(288), + [anon_sym_SEMI] = ACTIONS(284), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(284), + [anon_sym_RBRACE] = ACTIONS(284), + [anon_sym_STAR] = ACTIONS(284), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_inline] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [anon_sym_unsigned] = ACTIONS(286), + [anon_sym_long] = ACTIONS(286), + [anon_sym_short] = ACTIONS(286), + [sym_primitive_type] = ACTIONS(286), + [anon_sym_enum] = ACTIONS(286), + [anon_sym_struct] = ACTIONS(286), + [anon_sym_union] = ACTIONS(286), + [anon_sym_if] = ACTIONS(286), + [anon_sym_switch] = ACTIONS(286), + [anon_sym_case] = ACTIONS(286), + [anon_sym_default] = ACTIONS(286), + [anon_sym_while] = ACTIONS(286), + [anon_sym_do] = ACTIONS(286), + [anon_sym_for] = ACTIONS(286), + [anon_sym_return] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_continue] = ACTIONS(286), + [anon_sym_goto] = ACTIONS(286), + [anon_sym_AMP] = ACTIONS(284), + [anon_sym_BANG] = ACTIONS(284), + [anon_sym_TILDE] = ACTIONS(284), + [anon_sym_PLUS] = ACTIONS(286), + [anon_sym_DASH] = ACTIONS(286), + [anon_sym_DASH_DASH] = ACTIONS(284), + [anon_sym_PLUS_PLUS] = ACTIONS(284), + [anon_sym_sizeof] = ACTIONS(286), + [sym_number_literal] = ACTIONS(286), + [sym_char_literal] = ACTIONS(286), + [sym_string_literal] = ACTIONS(284), + [sym_identifier] = ACTIONS(288), + [sym_true] = ACTIONS(284), + [sym_false] = ACTIONS(284), + [sym_null] = ACTIONS(286), [sym_comment] = ACTIONS(44), }, [449] = { - [sym__expression] = STATE(726), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(729), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [450] = { - [sym__expression] = STATE(727), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_declaration_repeat1] = STATE(729), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(1587), [sym_comment] = ACTIONS(44), }, [451] = { - [sym__expression] = STATE(728), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(731), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [452] = { - [sym__expression] = STATE(729), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(732), + [sym_comma_expression] = STATE(733), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [453] = { - [sym__expression] = STATE(730), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1591), + [anon_sym_LPAREN] = ACTIONS(1593), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1591), + [sym_preproc_directive] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1591), + [anon_sym_extern] = ACTIONS(1591), + [anon_sym_LBRACE] = ACTIONS(1593), + [anon_sym_RBRACE] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1591), + [anon_sym_auto] = ACTIONS(1591), + [anon_sym_register] = ACTIONS(1591), + [anon_sym_inline] = ACTIONS(1591), + [anon_sym_const] = ACTIONS(1591), + [anon_sym_restrict] = ACTIONS(1591), + [anon_sym_volatile] = ACTIONS(1591), + [anon_sym_unsigned] = ACTIONS(1591), + [anon_sym_long] = ACTIONS(1591), + [anon_sym_short] = ACTIONS(1591), + [sym_primitive_type] = ACTIONS(1591), + [anon_sym_enum] = ACTIONS(1591), + [anon_sym_struct] = ACTIONS(1591), + [anon_sym_union] = ACTIONS(1591), + [anon_sym_if] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1591), + [anon_sym_default] = ACTIONS(1591), + [anon_sym_while] = ACTIONS(1591), + [anon_sym_do] = ACTIONS(1591), + [anon_sym_for] = ACTIONS(1591), + [anon_sym_return] = ACTIONS(1591), + [anon_sym_break] = ACTIONS(1591), + [anon_sym_continue] = ACTIONS(1591), + [anon_sym_goto] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1593), + [anon_sym_sizeof] = ACTIONS(1591), + [sym_number_literal] = ACTIONS(1591), + [sym_char_literal] = ACTIONS(1591), + [sym_string_literal] = ACTIONS(1593), + [sym_identifier] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1591), [sym_comment] = ACTIONS(44), }, [454] = { - [sym__expression] = STATE(731), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [455] = { - [sym__expression] = STATE(732), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(735), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [456] = { - [sym__expression] = STATE(733), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(736), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [457] = { - [sym__expression] = STATE(734), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(737), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [458] = { - [sym__expression] = STATE(735), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(738), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [459] = { - [sym__expression] = STATE(736), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(739), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [460] = { - [anon_sym_LPAREN] = ACTIONS(1541), - [anon_sym_COMMA] = ACTIONS(1541), - [anon_sym_RPAREN] = ACTIONS(1541), - [anon_sym_SEMI] = ACTIONS(1541), - [anon_sym_RBRACE] = ACTIONS(1541), - [anon_sym_STAR] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_RBRACK] = ACTIONS(1541), - [anon_sym_EQ] = ACTIONS(1543), - [anon_sym_COLON] = ACTIONS(1541), - [anon_sym_QMARK] = ACTIONS(1541), - [anon_sym_STAR_EQ] = ACTIONS(1541), - [anon_sym_SLASH_EQ] = ACTIONS(1541), - [anon_sym_PERCENT_EQ] = ACTIONS(1541), - [anon_sym_PLUS_EQ] = ACTIONS(1541), - [anon_sym_DASH_EQ] = ACTIONS(1541), - [anon_sym_LT_LT_EQ] = ACTIONS(1541), - [anon_sym_GT_GT_EQ] = ACTIONS(1541), - [anon_sym_AMP_EQ] = ACTIONS(1541), - [anon_sym_CARET_EQ] = ACTIONS(1541), - [anon_sym_PIPE_EQ] = ACTIONS(1541), - [anon_sym_AMP] = ACTIONS(1543), - [anon_sym_PIPE_PIPE] = ACTIONS(1541), - [anon_sym_AMP_AMP] = ACTIONS(1541), - [anon_sym_PIPE] = ACTIONS(1543), - [anon_sym_CARET] = ACTIONS(1543), - [anon_sym_EQ_EQ] = ACTIONS(1541), - [anon_sym_BANG_EQ] = ACTIONS(1541), - [anon_sym_LT] = ACTIONS(1543), - [anon_sym_GT] = ACTIONS(1543), - [anon_sym_LT_EQ] = ACTIONS(1541), - [anon_sym_GT_EQ] = ACTIONS(1541), - [anon_sym_LT_LT] = ACTIONS(1543), - [anon_sym_GT_GT] = ACTIONS(1543), - [anon_sym_PLUS] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1543), - [anon_sym_SLASH] = ACTIONS(1543), - [anon_sym_PERCENT] = ACTIONS(1543), - [anon_sym_DASH_DASH] = ACTIONS(1541), - [anon_sym_PLUS_PLUS] = ACTIONS(1541), - [anon_sym_DOT] = ACTIONS(1541), - [anon_sym_DASH_GT] = ACTIONS(1541), + [sym__expression] = STATE(740), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [461] = { - [sym_identifier] = ACTIONS(1571), + [sym__expression] = STATE(741), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [462] = { - [anon_sym_LPAREN] = ACTIONS(1573), - [anon_sym_COMMA] = ACTIONS(1573), - [anon_sym_RPAREN] = ACTIONS(1573), - [anon_sym_SEMI] = ACTIONS(1573), - [anon_sym_RBRACE] = ACTIONS(1573), - [anon_sym_STAR] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1573), - [anon_sym_RBRACK] = ACTIONS(1573), - [anon_sym_EQ] = ACTIONS(1575), - [anon_sym_COLON] = ACTIONS(1573), - [anon_sym_QMARK] = ACTIONS(1573), - [anon_sym_STAR_EQ] = ACTIONS(1573), - [anon_sym_SLASH_EQ] = ACTIONS(1573), - [anon_sym_PERCENT_EQ] = ACTIONS(1573), - [anon_sym_PLUS_EQ] = ACTIONS(1573), - [anon_sym_DASH_EQ] = ACTIONS(1573), - [anon_sym_LT_LT_EQ] = ACTIONS(1573), - [anon_sym_GT_GT_EQ] = ACTIONS(1573), - [anon_sym_AMP_EQ] = ACTIONS(1573), - [anon_sym_CARET_EQ] = ACTIONS(1573), - [anon_sym_PIPE_EQ] = ACTIONS(1573), - [anon_sym_AMP] = ACTIONS(1575), - [anon_sym_PIPE_PIPE] = ACTIONS(1573), - [anon_sym_AMP_AMP] = ACTIONS(1573), - [anon_sym_PIPE] = ACTIONS(1575), - [anon_sym_CARET] = ACTIONS(1575), - [anon_sym_EQ_EQ] = ACTIONS(1573), - [anon_sym_BANG_EQ] = ACTIONS(1573), - [anon_sym_LT] = ACTIONS(1575), - [anon_sym_GT] = ACTIONS(1575), - [anon_sym_LT_EQ] = ACTIONS(1573), - [anon_sym_GT_EQ] = ACTIONS(1573), - [anon_sym_LT_LT] = ACTIONS(1575), - [anon_sym_GT_GT] = ACTIONS(1575), - [anon_sym_PLUS] = ACTIONS(1575), - [anon_sym_DASH] = ACTIONS(1575), - [anon_sym_SLASH] = ACTIONS(1575), - [anon_sym_PERCENT] = ACTIONS(1575), - [anon_sym_DASH_DASH] = ACTIONS(1573), - [anon_sym_PLUS_PLUS] = ACTIONS(1573), - [anon_sym_DOT] = ACTIONS(1573), - [anon_sym_DASH_GT] = ACTIONS(1573), + [sym__expression] = STATE(742), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [463] = { - [ts_builtin_sym_end] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_RBRACE] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [sym_identifier] = ACTIONS(1581), + [sym__expression] = STATE(743), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [464] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1585), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1583), - [sym_preproc_directive] = ACTIONS(1587), - [anon_sym_SEMI] = ACTIONS(1585), - [anon_sym_typedef] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1585), - [anon_sym_RBRACE] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1583), - [anon_sym_auto] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_inline] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [anon_sym_restrict] = ACTIONS(1583), - [anon_sym_volatile] = ACTIONS(1583), - [anon_sym_unsigned] = ACTIONS(1583), - [anon_sym_long] = ACTIONS(1583), - [anon_sym_short] = ACTIONS(1583), - [sym_primitive_type] = ACTIONS(1583), - [anon_sym_enum] = ACTIONS(1583), - [anon_sym_struct] = ACTIONS(1583), - [anon_sym_union] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_switch] = ACTIONS(1583), - [anon_sym_case] = ACTIONS(1583), - [anon_sym_default] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_goto] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_BANG] = ACTIONS(1585), - [anon_sym_TILDE] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_DASH_DASH] = ACTIONS(1585), - [anon_sym_PLUS_PLUS] = ACTIONS(1585), - [anon_sym_sizeof] = ACTIONS(1583), - [sym_number_literal] = ACTIONS(1583), - [sym_char_literal] = ACTIONS(1583), - [sym_string_literal] = ACTIONS(1585), - [sym_identifier] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1583), + [sym__expression] = STATE(744), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [465] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1589), - [anon_sym_LPAREN] = ACTIONS(1591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_RBRACE] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_auto] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_AMP] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1589), - [sym_char_literal] = ACTIONS(1589), - [sym_string_literal] = ACTIONS(1591), - [sym_identifier] = ACTIONS(1593), - [sym_true] = ACTIONS(1591), - [sym_false] = ACTIONS(1591), - [sym_null] = ACTIONS(1589), + [sym__expression] = STATE(745), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [466] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1597), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1595), - [sym_preproc_directive] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_typedef] = ACTIONS(1595), - [anon_sym_extern] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_RBRACE] = ACTIONS(1597), - [anon_sym_STAR] = ACTIONS(1597), - [anon_sym_static] = ACTIONS(1595), - [anon_sym_auto] = ACTIONS(1595), - [anon_sym_register] = ACTIONS(1595), - [anon_sym_inline] = ACTIONS(1595), - [anon_sym_const] = ACTIONS(1595), - [anon_sym_restrict] = ACTIONS(1595), - [anon_sym_volatile] = ACTIONS(1595), - [anon_sym_unsigned] = ACTIONS(1595), - [anon_sym_long] = ACTIONS(1595), - [anon_sym_short] = ACTIONS(1595), - [sym_primitive_type] = ACTIONS(1595), - [anon_sym_enum] = ACTIONS(1595), - [anon_sym_struct] = ACTIONS(1595), - [anon_sym_union] = ACTIONS(1595), - [anon_sym_if] = ACTIONS(1595), - [anon_sym_switch] = ACTIONS(1595), - [anon_sym_case] = ACTIONS(1595), - [anon_sym_default] = ACTIONS(1595), - [anon_sym_while] = ACTIONS(1595), - [anon_sym_do] = ACTIONS(1595), - [anon_sym_for] = ACTIONS(1595), - [anon_sym_return] = ACTIONS(1595), - [anon_sym_break] = ACTIONS(1595), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_goto] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1597), - [anon_sym_BANG] = ACTIONS(1597), - [anon_sym_TILDE] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_DASH_DASH] = ACTIONS(1597), - [anon_sym_PLUS_PLUS] = ACTIONS(1597), - [anon_sym_sizeof] = ACTIONS(1595), - [sym_number_literal] = ACTIONS(1595), - [sym_char_literal] = ACTIONS(1595), - [sym_string_literal] = ACTIONS(1597), - [sym_identifier] = ACTIONS(1599), - [sym_true] = ACTIONS(1597), - [sym_false] = ACTIONS(1597), - [sym_null] = ACTIONS(1595), + [sym__expression] = STATE(746), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [467] = { - [anon_sym_RPAREN] = ACTIONS(1601), + [anon_sym_LPAREN] = ACTIONS(1567), + [anon_sym_COMMA] = ACTIONS(1567), + [anon_sym_RPAREN] = ACTIONS(1567), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_RBRACE] = ACTIONS(1567), + [anon_sym_STAR] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1567), + [anon_sym_RBRACK] = ACTIONS(1567), + [anon_sym_EQ] = ACTIONS(1569), + [anon_sym_COLON] = ACTIONS(1567), + [anon_sym_QMARK] = ACTIONS(1567), + [anon_sym_STAR_EQ] = ACTIONS(1567), + [anon_sym_SLASH_EQ] = ACTIONS(1567), + [anon_sym_PERCENT_EQ] = ACTIONS(1567), + [anon_sym_PLUS_EQ] = ACTIONS(1567), + [anon_sym_DASH_EQ] = ACTIONS(1567), + [anon_sym_LT_LT_EQ] = ACTIONS(1567), + [anon_sym_GT_GT_EQ] = ACTIONS(1567), + [anon_sym_AMP_EQ] = ACTIONS(1567), + [anon_sym_CARET_EQ] = ACTIONS(1567), + [anon_sym_PIPE_EQ] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_PIPE_PIPE] = ACTIONS(1567), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_PIPE] = ACTIONS(1569), + [anon_sym_CARET] = ACTIONS(1569), + [anon_sym_EQ_EQ] = ACTIONS(1567), + [anon_sym_BANG_EQ] = ACTIONS(1567), + [anon_sym_LT] = ACTIONS(1569), + [anon_sym_GT] = ACTIONS(1569), + [anon_sym_LT_EQ] = ACTIONS(1567), + [anon_sym_GT_EQ] = ACTIONS(1567), + [anon_sym_LT_LT] = ACTIONS(1569), + [anon_sym_GT_GT] = ACTIONS(1569), + [anon_sym_PLUS] = ACTIONS(1569), + [anon_sym_DASH] = ACTIONS(1569), + [anon_sym_SLASH] = ACTIONS(1569), + [anon_sym_PERCENT] = ACTIONS(1569), + [anon_sym_DASH_DASH] = ACTIONS(1567), + [anon_sym_PLUS_PLUS] = ACTIONS(1567), + [anon_sym_DOT] = ACTIONS(1567), + [anon_sym_DASH_GT] = ACTIONS(1567), [sym_comment] = ACTIONS(44), }, [468] = { - [sym_enumerator] = STATE(741), - [anon_sym_COMMA] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1605), - [sym_identifier] = ACTIONS(238), + [sym_identifier] = ACTIONS(1597), [sym_comment] = ACTIONS(44), }, [469] = { - [sym_enumerator_list] = STATE(742), - [anon_sym_LPAREN] = ACTIONS(240), - [anon_sym_extern] = ACTIONS(242), - [anon_sym_LBRACE] = ACTIONS(1046), - [anon_sym_STAR] = ACTIONS(240), - [anon_sym_RBRACK] = ACTIONS(240), - [anon_sym_static] = ACTIONS(242), - [anon_sym_auto] = ACTIONS(242), - [anon_sym_register] = ACTIONS(242), - [anon_sym_inline] = ACTIONS(242), - [anon_sym_const] = ACTIONS(242), - [anon_sym_restrict] = ACTIONS(242), - [anon_sym_volatile] = ACTIONS(242), - [anon_sym_AMP] = ACTIONS(240), - [anon_sym_BANG] = ACTIONS(240), - [anon_sym_TILDE] = ACTIONS(240), - [anon_sym_PLUS] = ACTIONS(242), - [anon_sym_DASH] = ACTIONS(242), - [anon_sym_DASH_DASH] = ACTIONS(240), - [anon_sym_PLUS_PLUS] = ACTIONS(240), - [anon_sym_sizeof] = ACTIONS(242), - [sym_number_literal] = ACTIONS(242), - [sym_char_literal] = ACTIONS(242), - [sym_string_literal] = ACTIONS(240), - [sym_identifier] = ACTIONS(244), - [sym_true] = ACTIONS(240), - [sym_false] = ACTIONS(240), - [sym_null] = ACTIONS(242), + [anon_sym_LPAREN] = ACTIONS(1599), + [anon_sym_COMMA] = ACTIONS(1599), + [anon_sym_RPAREN] = ACTIONS(1599), + [anon_sym_SEMI] = ACTIONS(1599), + [anon_sym_RBRACE] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_RBRACK] = ACTIONS(1599), + [anon_sym_EQ] = ACTIONS(1601), + [anon_sym_COLON] = ACTIONS(1599), + [anon_sym_QMARK] = ACTIONS(1599), + [anon_sym_STAR_EQ] = ACTIONS(1599), + [anon_sym_SLASH_EQ] = ACTIONS(1599), + [anon_sym_PERCENT_EQ] = ACTIONS(1599), + [anon_sym_PLUS_EQ] = ACTIONS(1599), + [anon_sym_DASH_EQ] = ACTIONS(1599), + [anon_sym_LT_LT_EQ] = ACTIONS(1599), + [anon_sym_GT_GT_EQ] = ACTIONS(1599), + [anon_sym_AMP_EQ] = ACTIONS(1599), + [anon_sym_CARET_EQ] = ACTIONS(1599), + [anon_sym_PIPE_EQ] = ACTIONS(1599), + [anon_sym_AMP] = ACTIONS(1601), + [anon_sym_PIPE_PIPE] = ACTIONS(1599), + [anon_sym_AMP_AMP] = ACTIONS(1599), + [anon_sym_PIPE] = ACTIONS(1601), + [anon_sym_CARET] = ACTIONS(1601), + [anon_sym_EQ_EQ] = ACTIONS(1599), + [anon_sym_BANG_EQ] = ACTIONS(1599), + [anon_sym_LT] = ACTIONS(1601), + [anon_sym_GT] = ACTIONS(1601), + [anon_sym_LT_EQ] = ACTIONS(1599), + [anon_sym_GT_EQ] = ACTIONS(1599), + [anon_sym_LT_LT] = ACTIONS(1601), + [anon_sym_GT_GT] = ACTIONS(1601), + [anon_sym_PLUS] = ACTIONS(1601), + [anon_sym_DASH] = ACTIONS(1601), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1599), + [anon_sym_PLUS_PLUS] = ACTIONS(1599), + [anon_sym_DOT] = ACTIONS(1599), + [anon_sym_DASH_GT] = ACTIONS(1599), [sym_comment] = ACTIONS(44), }, [470] = { - [anon_sym_LPAREN] = ACTIONS(246), - [anon_sym_extern] = ACTIONS(248), - [anon_sym_STAR] = ACTIONS(246), - [anon_sym_RBRACK] = ACTIONS(246), - [anon_sym_static] = ACTIONS(248), - [anon_sym_auto] = ACTIONS(248), - [anon_sym_register] = ACTIONS(248), - [anon_sym_inline] = ACTIONS(248), - [anon_sym_const] = ACTIONS(248), - [anon_sym_restrict] = ACTIONS(248), - [anon_sym_volatile] = ACTIONS(248), - [anon_sym_AMP] = ACTIONS(246), - [anon_sym_BANG] = ACTIONS(246), - [anon_sym_TILDE] = ACTIONS(246), - [anon_sym_PLUS] = ACTIONS(248), - [anon_sym_DASH] = ACTIONS(248), - [anon_sym_DASH_DASH] = ACTIONS(246), - [anon_sym_PLUS_PLUS] = ACTIONS(246), - [anon_sym_sizeof] = ACTIONS(248), - [sym_number_literal] = ACTIONS(248), - [sym_char_literal] = ACTIONS(248), - [sym_string_literal] = ACTIONS(246), - [sym_identifier] = ACTIONS(250), - [sym_true] = ACTIONS(246), - [sym_false] = ACTIONS(246), - [sym_null] = ACTIONS(248), + [ts_builtin_sym_end] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_RBRACE] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1607), [sym_comment] = ACTIONS(44), }, [471] = { - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1611), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1613), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_RBRACE] = ACTIONS(1611), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_auto] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1609), + [sym_char_literal] = ACTIONS(1609), + [sym_string_literal] = ACTIONS(1611), + [sym_identifier] = ACTIONS(1613), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1609), + [sym_comment] = ACTIONS(44), + }, + [472] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1615), + [anon_sym_LPAREN] = ACTIONS(1617), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_RBRACE] = ACTIONS(1617), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_auto] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_AMP] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1615), + [sym_char_literal] = ACTIONS(1615), + [sym_string_literal] = ACTIONS(1617), + [sym_identifier] = ACTIONS(1619), + [sym_true] = ACTIONS(1617), + [sym_false] = ACTIONS(1617), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(44), + }, + [473] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1621), + [anon_sym_LPAREN] = ACTIONS(1623), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_RBRACE] = ACTIONS(1623), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_auto] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_AMP] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1621), + [sym_char_literal] = ACTIONS(1621), + [sym_string_literal] = ACTIONS(1623), + [sym_identifier] = ACTIONS(1625), + [sym_true] = ACTIONS(1623), + [sym_false] = ACTIONS(1623), + [sym_null] = ACTIONS(1621), + [sym_comment] = ACTIONS(44), + }, + [474] = { + [anon_sym_RPAREN] = ACTIONS(1627), + [sym_comment] = ACTIONS(44), + }, + [475] = { + [sym_enumerator] = STATE(751), + [anon_sym_COMMA] = ACTIONS(1629), + [anon_sym_RBRACE] = ACTIONS(1631), + [sym_identifier] = ACTIONS(242), + [sym_comment] = ACTIONS(44), + }, + [476] = { + [sym_enumerator_list] = STATE(752), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_extern] = ACTIONS(246), + [anon_sym_LBRACE] = ACTIONS(1066), + [anon_sym_STAR] = ACTIONS(244), + [anon_sym_RBRACK] = ACTIONS(244), + [anon_sym_static] = ACTIONS(246), + [anon_sym_auto] = ACTIONS(246), + [anon_sym_register] = ACTIONS(246), + [anon_sym_inline] = ACTIONS(246), + [anon_sym_const] = ACTIONS(246), + [anon_sym_restrict] = ACTIONS(246), + [anon_sym_volatile] = ACTIONS(246), + [anon_sym_AMP] = ACTIONS(244), + [anon_sym_BANG] = ACTIONS(244), + [anon_sym_TILDE] = ACTIONS(244), + [anon_sym_PLUS] = ACTIONS(246), + [anon_sym_DASH] = ACTIONS(246), + [anon_sym_DASH_DASH] = ACTIONS(244), + [anon_sym_PLUS_PLUS] = ACTIONS(244), + [anon_sym_sizeof] = ACTIONS(246), + [sym_number_literal] = ACTIONS(246), + [sym_char_literal] = ACTIONS(246), + [sym_string_literal] = ACTIONS(244), + [sym_identifier] = ACTIONS(248), + [sym_true] = ACTIONS(244), + [sym_false] = ACTIONS(244), + [sym_null] = ACTIONS(246), + [sym_comment] = ACTIONS(44), + }, + [477] = { + [anon_sym_LPAREN] = ACTIONS(250), + [anon_sym_extern] = ACTIONS(252), + [anon_sym_STAR] = ACTIONS(250), + [anon_sym_RBRACK] = ACTIONS(250), + [anon_sym_static] = ACTIONS(252), + [anon_sym_auto] = ACTIONS(252), + [anon_sym_register] = ACTIONS(252), + [anon_sym_inline] = ACTIONS(252), + [anon_sym_const] = ACTIONS(252), + [anon_sym_restrict] = ACTIONS(252), + [anon_sym_volatile] = ACTIONS(252), + [anon_sym_AMP] = ACTIONS(250), + [anon_sym_BANG] = ACTIONS(250), + [anon_sym_TILDE] = ACTIONS(250), + [anon_sym_PLUS] = ACTIONS(252), + [anon_sym_DASH] = ACTIONS(252), + [anon_sym_DASH_DASH] = ACTIONS(250), + [anon_sym_PLUS_PLUS] = ACTIONS(250), + [anon_sym_sizeof] = ACTIONS(252), + [sym_number_literal] = ACTIONS(252), + [sym_char_literal] = ACTIONS(252), + [sym_string_literal] = ACTIONS(250), + [sym_identifier] = ACTIONS(254), + [sym_true] = ACTIONS(250), + [sym_false] = ACTIONS(250), + [sym_null] = ACTIONS(252), + [sym_comment] = ACTIONS(44), + }, + [478] = { + [sym__declaration_specifiers] = STATE(126), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_field_declaration] = STATE(125), + [sym_field_declaration] = STATE(127), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_field_declaration_list_repeat1] = STATE(744), + [aux_sym_field_declaration_list_repeat1] = STATE(754), [anon_sym_extern] = ACTIONS(28), - [anon_sym_RBRACE] = ACTIONS(1607), + [anon_sym_RBRACE] = ACTIONS(1633), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -20009,243 +20083,243 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [472] = { - [sym_field_declaration_list] = STATE(745), - [anon_sym_LPAREN] = ACTIONS(254), - [anon_sym_extern] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_STAR] = ACTIONS(254), - [anon_sym_RBRACK] = ACTIONS(254), - [anon_sym_static] = ACTIONS(256), - [anon_sym_auto] = ACTIONS(256), - [anon_sym_register] = ACTIONS(256), - [anon_sym_inline] = ACTIONS(256), - [anon_sym_const] = ACTIONS(256), - [anon_sym_restrict] = ACTIONS(256), - [anon_sym_volatile] = ACTIONS(256), - [anon_sym_AMP] = ACTIONS(254), - [anon_sym_BANG] = ACTIONS(254), - [anon_sym_TILDE] = ACTIONS(254), - [anon_sym_PLUS] = ACTIONS(256), - [anon_sym_DASH] = ACTIONS(256), - [anon_sym_DASH_DASH] = ACTIONS(254), - [anon_sym_PLUS_PLUS] = ACTIONS(254), - [anon_sym_sizeof] = ACTIONS(256), - [sym_number_literal] = ACTIONS(256), - [sym_char_literal] = ACTIONS(256), - [sym_string_literal] = ACTIONS(254), - [sym_identifier] = ACTIONS(258), - [sym_true] = ACTIONS(254), - [sym_false] = ACTIONS(254), - [sym_null] = ACTIONS(256), + [479] = { + [sym_field_declaration_list] = STATE(755), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_extern] = ACTIONS(260), + [anon_sym_LBRACE] = ACTIONS(1070), + [anon_sym_STAR] = ACTIONS(258), + [anon_sym_RBRACK] = ACTIONS(258), + [anon_sym_static] = ACTIONS(260), + [anon_sym_auto] = ACTIONS(260), + [anon_sym_register] = ACTIONS(260), + [anon_sym_inline] = ACTIONS(260), + [anon_sym_const] = ACTIONS(260), + [anon_sym_restrict] = ACTIONS(260), + [anon_sym_volatile] = ACTIONS(260), + [anon_sym_AMP] = ACTIONS(258), + [anon_sym_BANG] = ACTIONS(258), + [anon_sym_TILDE] = ACTIONS(258), + [anon_sym_PLUS] = ACTIONS(260), + [anon_sym_DASH] = ACTIONS(260), + [anon_sym_DASH_DASH] = ACTIONS(258), + [anon_sym_PLUS_PLUS] = ACTIONS(258), + [anon_sym_sizeof] = ACTIONS(260), + [sym_number_literal] = ACTIONS(260), + [sym_char_literal] = ACTIONS(260), + [sym_string_literal] = ACTIONS(258), + [sym_identifier] = ACTIONS(262), + [sym_true] = ACTIONS(258), + [sym_false] = ACTIONS(258), + [sym_null] = ACTIONS(260), [sym_comment] = ACTIONS(44), }, - [473] = { - [anon_sym_LPAREN] = ACTIONS(260), - [anon_sym_extern] = ACTIONS(262), - [anon_sym_STAR] = ACTIONS(260), - [anon_sym_RBRACK] = ACTIONS(260), - [anon_sym_static] = ACTIONS(262), - [anon_sym_auto] = ACTIONS(262), - [anon_sym_register] = ACTIONS(262), - [anon_sym_inline] = ACTIONS(262), - [anon_sym_const] = ACTIONS(262), - [anon_sym_restrict] = ACTIONS(262), - [anon_sym_volatile] = ACTIONS(262), - [anon_sym_AMP] = ACTIONS(260), - [anon_sym_BANG] = ACTIONS(260), - [anon_sym_TILDE] = ACTIONS(260), - [anon_sym_PLUS] = ACTIONS(262), - [anon_sym_DASH] = ACTIONS(262), - [anon_sym_DASH_DASH] = ACTIONS(260), - [anon_sym_PLUS_PLUS] = ACTIONS(260), - [anon_sym_sizeof] = ACTIONS(262), - [sym_number_literal] = ACTIONS(262), - [sym_char_literal] = ACTIONS(262), - [sym_string_literal] = ACTIONS(260), - [sym_identifier] = ACTIONS(264), - [sym_true] = ACTIONS(260), - [sym_false] = ACTIONS(260), - [sym_null] = ACTIONS(262), + [480] = { + [anon_sym_LPAREN] = ACTIONS(264), + [anon_sym_extern] = ACTIONS(266), + [anon_sym_STAR] = ACTIONS(264), + [anon_sym_RBRACK] = ACTIONS(264), + [anon_sym_static] = ACTIONS(266), + [anon_sym_auto] = ACTIONS(266), + [anon_sym_register] = ACTIONS(266), + [anon_sym_inline] = ACTIONS(266), + [anon_sym_const] = ACTIONS(266), + [anon_sym_restrict] = ACTIONS(266), + [anon_sym_volatile] = ACTIONS(266), + [anon_sym_AMP] = ACTIONS(264), + [anon_sym_BANG] = ACTIONS(264), + [anon_sym_TILDE] = ACTIONS(264), + [anon_sym_PLUS] = ACTIONS(266), + [anon_sym_DASH] = ACTIONS(266), + [anon_sym_DASH_DASH] = ACTIONS(264), + [anon_sym_PLUS_PLUS] = ACTIONS(264), + [anon_sym_sizeof] = ACTIONS(266), + [sym_number_literal] = ACTIONS(266), + [sym_char_literal] = ACTIONS(266), + [sym_string_literal] = ACTIONS(264), + [sym_identifier] = ACTIONS(268), + [sym_true] = ACTIONS(264), + [sym_false] = ACTIONS(264), + [sym_null] = ACTIONS(266), [sym_comment] = ACTIONS(44), }, - [474] = { - [sym_field_declaration_list] = STATE(746), - [anon_sym_LPAREN] = ACTIONS(266), - [anon_sym_extern] = ACTIONS(268), - [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_STAR] = ACTIONS(266), - [anon_sym_RBRACK] = ACTIONS(266), - [anon_sym_static] = ACTIONS(268), - [anon_sym_auto] = ACTIONS(268), - [anon_sym_register] = ACTIONS(268), - [anon_sym_inline] = ACTIONS(268), - [anon_sym_const] = ACTIONS(268), - [anon_sym_restrict] = ACTIONS(268), - [anon_sym_volatile] = ACTIONS(268), - [anon_sym_AMP] = ACTIONS(266), - [anon_sym_BANG] = ACTIONS(266), - [anon_sym_TILDE] = ACTIONS(266), - [anon_sym_PLUS] = ACTIONS(268), - [anon_sym_DASH] = ACTIONS(268), - [anon_sym_DASH_DASH] = ACTIONS(266), - [anon_sym_PLUS_PLUS] = ACTIONS(266), - [anon_sym_sizeof] = ACTIONS(268), - [sym_number_literal] = ACTIONS(268), - [sym_char_literal] = ACTIONS(268), - [sym_string_literal] = ACTIONS(266), - [sym_identifier] = ACTIONS(270), - [sym_true] = ACTIONS(266), - [sym_false] = ACTIONS(266), - [sym_null] = ACTIONS(268), + [481] = { + [sym_field_declaration_list] = STATE(756), + [anon_sym_LPAREN] = ACTIONS(270), + [anon_sym_extern] = ACTIONS(272), + [anon_sym_LBRACE] = ACTIONS(1070), + [anon_sym_STAR] = ACTIONS(270), + [anon_sym_RBRACK] = ACTIONS(270), + [anon_sym_static] = ACTIONS(272), + [anon_sym_auto] = ACTIONS(272), + [anon_sym_register] = ACTIONS(272), + [anon_sym_inline] = ACTIONS(272), + [anon_sym_const] = ACTIONS(272), + [anon_sym_restrict] = ACTIONS(272), + [anon_sym_volatile] = ACTIONS(272), + [anon_sym_AMP] = ACTIONS(270), + [anon_sym_BANG] = ACTIONS(270), + [anon_sym_TILDE] = ACTIONS(270), + [anon_sym_PLUS] = ACTIONS(272), + [anon_sym_DASH] = ACTIONS(272), + [anon_sym_DASH_DASH] = ACTIONS(270), + [anon_sym_PLUS_PLUS] = ACTIONS(270), + [anon_sym_sizeof] = ACTIONS(272), + [sym_number_literal] = ACTIONS(272), + [sym_char_literal] = ACTIONS(272), + [sym_string_literal] = ACTIONS(270), + [sym_identifier] = ACTIONS(274), + [sym_true] = ACTIONS(270), + [sym_false] = ACTIONS(270), + [sym_null] = ACTIONS(272), [sym_comment] = ACTIONS(44), }, - [475] = { - [anon_sym_LPAREN] = ACTIONS(272), - [anon_sym_extern] = ACTIONS(274), - [anon_sym_STAR] = ACTIONS(272), - [anon_sym_RBRACK] = ACTIONS(272), - [anon_sym_static] = ACTIONS(274), - [anon_sym_auto] = ACTIONS(274), - [anon_sym_register] = ACTIONS(274), - [anon_sym_inline] = ACTIONS(274), - [anon_sym_const] = ACTIONS(274), - [anon_sym_restrict] = ACTIONS(274), - [anon_sym_volatile] = ACTIONS(274), - [anon_sym_AMP] = ACTIONS(272), - [anon_sym_BANG] = ACTIONS(272), - [anon_sym_TILDE] = ACTIONS(272), - [anon_sym_PLUS] = ACTIONS(274), - [anon_sym_DASH] = ACTIONS(274), - [anon_sym_DASH_DASH] = ACTIONS(272), - [anon_sym_PLUS_PLUS] = ACTIONS(272), - [anon_sym_sizeof] = ACTIONS(274), - [sym_number_literal] = ACTIONS(274), - [sym_char_literal] = ACTIONS(274), - [sym_string_literal] = ACTIONS(272), - [sym_identifier] = ACTIONS(276), - [sym_true] = ACTIONS(272), - [sym_false] = ACTIONS(272), - [sym_null] = ACTIONS(274), + [482] = { + [anon_sym_LPAREN] = ACTIONS(276), + [anon_sym_extern] = ACTIONS(278), + [anon_sym_STAR] = ACTIONS(276), + [anon_sym_RBRACK] = ACTIONS(276), + [anon_sym_static] = ACTIONS(278), + [anon_sym_auto] = ACTIONS(278), + [anon_sym_register] = ACTIONS(278), + [anon_sym_inline] = ACTIONS(278), + [anon_sym_const] = ACTIONS(278), + [anon_sym_restrict] = ACTIONS(278), + [anon_sym_volatile] = ACTIONS(278), + [anon_sym_AMP] = ACTIONS(276), + [anon_sym_BANG] = ACTIONS(276), + [anon_sym_TILDE] = ACTIONS(276), + [anon_sym_PLUS] = ACTIONS(278), + [anon_sym_DASH] = ACTIONS(278), + [anon_sym_DASH_DASH] = ACTIONS(276), + [anon_sym_PLUS_PLUS] = ACTIONS(276), + [anon_sym_sizeof] = ACTIONS(278), + [sym_number_literal] = ACTIONS(278), + [sym_char_literal] = ACTIONS(278), + [sym_string_literal] = ACTIONS(276), + [sym_identifier] = ACTIONS(280), + [sym_true] = ACTIONS(276), + [sym_false] = ACTIONS(276), + [sym_null] = ACTIONS(278), [sym_comment] = ACTIONS(44), }, - [476] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [483] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(747), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(757), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [477] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1545), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [484] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1571), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [478] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [485] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_type_descriptor] = STATE(748), + [sym_type_descriptor] = STATE(758), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), @@ -20253,1035 +20327,1002 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [479] = { - [anon_sym_LPAREN] = ACTIONS(1609), - [anon_sym_COMMA] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LBRACE] = ACTIONS(1609), - [anon_sym_LBRACK] = ACTIONS(1609), - [anon_sym_EQ] = ACTIONS(1609), - [sym_comment] = ACTIONS(44), - }, - [480] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1611), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [481] = { - [anon_sym_LPAREN] = ACTIONS(300), - [anon_sym_extern] = ACTIONS(76), - [anon_sym_STAR] = ACTIONS(300), - [anon_sym_RBRACK] = ACTIONS(300), - [anon_sym_static] = ACTIONS(76), - [anon_sym_auto] = ACTIONS(76), - [anon_sym_register] = ACTIONS(76), - [anon_sym_inline] = ACTIONS(76), - [anon_sym_const] = ACTIONS(76), - [anon_sym_restrict] = ACTIONS(76), - [anon_sym_volatile] = ACTIONS(76), - [anon_sym_AMP] = ACTIONS(300), - [anon_sym_BANG] = ACTIONS(300), - [anon_sym_TILDE] = ACTIONS(300), - [anon_sym_PLUS] = ACTIONS(76), - [anon_sym_DASH] = ACTIONS(76), - [anon_sym_DASH_DASH] = ACTIONS(300), - [anon_sym_PLUS_PLUS] = ACTIONS(300), - [anon_sym_sizeof] = ACTIONS(76), - [sym_number_literal] = ACTIONS(76), - [sym_char_literal] = ACTIONS(76), - [sym_string_literal] = ACTIONS(300), - [sym_identifier] = ACTIONS(80), - [sym_true] = ACTIONS(300), - [sym_false] = ACTIONS(300), - [sym_null] = ACTIONS(76), + [486] = { + [anon_sym_LPAREN] = ACTIONS(1635), + [anon_sym_COMMA] = ACTIONS(1635), + [anon_sym_RPAREN] = ACTIONS(1635), + [anon_sym_SEMI] = ACTIONS(1635), + [anon_sym_LBRACE] = ACTIONS(1635), + [anon_sym_LBRACK] = ACTIONS(1635), + [anon_sym_EQ] = ACTIONS(1635), [sym_comment] = ACTIONS(44), }, - [482] = { - [anon_sym_LPAREN] = ACTIONS(302), - [anon_sym_extern] = ACTIONS(82), - [anon_sym_STAR] = ACTIONS(302), - [anon_sym_RBRACK] = ACTIONS(302), - [anon_sym_static] = ACTIONS(82), - [anon_sym_auto] = ACTIONS(82), - [anon_sym_register] = ACTIONS(82), - [anon_sym_inline] = ACTIONS(82), - [anon_sym_const] = ACTIONS(82), - [anon_sym_restrict] = ACTIONS(82), - [anon_sym_volatile] = ACTIONS(82), - [anon_sym_AMP] = ACTIONS(302), - [anon_sym_BANG] = ACTIONS(302), - [anon_sym_TILDE] = ACTIONS(302), - [anon_sym_PLUS] = ACTIONS(82), - [anon_sym_DASH] = ACTIONS(82), - [anon_sym_DASH_DASH] = ACTIONS(302), - [anon_sym_PLUS_PLUS] = ACTIONS(302), - [anon_sym_sizeof] = ACTIONS(82), - [sym_number_literal] = ACTIONS(82), - [sym_char_literal] = ACTIONS(82), - [sym_string_literal] = ACTIONS(302), - [sym_identifier] = ACTIONS(84), - [sym_true] = ACTIONS(302), - [sym_false] = ACTIONS(302), - [sym_null] = ACTIONS(82), + [487] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1637), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [483] = { + [488] = { [anon_sym_LPAREN] = ACTIONS(304), - [anon_sym_extern] = ACTIONS(133), + [anon_sym_extern] = ACTIONS(78), [anon_sym_STAR] = ACTIONS(304), [anon_sym_RBRACK] = ACTIONS(304), - [anon_sym_static] = ACTIONS(133), - [anon_sym_auto] = ACTIONS(133), - [anon_sym_register] = ACTIONS(133), - [anon_sym_inline] = ACTIONS(133), - [anon_sym_const] = ACTIONS(133), - [anon_sym_restrict] = ACTIONS(133), - [anon_sym_volatile] = ACTIONS(133), + [anon_sym_static] = ACTIONS(78), + [anon_sym_auto] = ACTIONS(78), + [anon_sym_register] = ACTIONS(78), + [anon_sym_inline] = ACTIONS(78), + [anon_sym_const] = ACTIONS(78), + [anon_sym_restrict] = ACTIONS(78), + [anon_sym_volatile] = ACTIONS(78), [anon_sym_AMP] = ACTIONS(304), [anon_sym_BANG] = ACTIONS(304), [anon_sym_TILDE] = ACTIONS(304), - [anon_sym_PLUS] = ACTIONS(133), - [anon_sym_DASH] = ACTIONS(133), + [anon_sym_PLUS] = ACTIONS(78), + [anon_sym_DASH] = ACTIONS(78), [anon_sym_DASH_DASH] = ACTIONS(304), [anon_sym_PLUS_PLUS] = ACTIONS(304), - [anon_sym_sizeof] = ACTIONS(133), - [sym_number_literal] = ACTIONS(133), - [sym_char_literal] = ACTIONS(133), + [anon_sym_sizeof] = ACTIONS(78), + [sym_number_literal] = ACTIONS(78), + [sym_char_literal] = ACTIONS(78), [sym_string_literal] = ACTIONS(304), - [sym_identifier] = ACTIONS(135), + [sym_identifier] = ACTIONS(82), [sym_true] = ACTIONS(304), [sym_false] = ACTIONS(304), - [sym_null] = ACTIONS(133), + [sym_null] = ACTIONS(78), [sym_comment] = ACTIONS(44), }, - [484] = { - [sym_storage_class_specifier] = STATE(750), - [sym_type_qualifier] = STATE(750), + [489] = { [anon_sym_LPAREN] = ACTIONS(306), - [anon_sym_extern] = ACTIONS(1064), + [anon_sym_extern] = ACTIONS(84), [anon_sym_STAR] = ACTIONS(306), [anon_sym_RBRACK] = ACTIONS(306), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1066), - [anon_sym_restrict] = ACTIONS(1066), - [anon_sym_volatile] = ACTIONS(1066), + [anon_sym_static] = ACTIONS(84), + [anon_sym_auto] = ACTIONS(84), + [anon_sym_register] = ACTIONS(84), + [anon_sym_inline] = ACTIONS(84), + [anon_sym_const] = ACTIONS(84), + [anon_sym_restrict] = ACTIONS(84), + [anon_sym_volatile] = ACTIONS(84), [anon_sym_AMP] = ACTIONS(306), [anon_sym_BANG] = ACTIONS(306), [anon_sym_TILDE] = ACTIONS(306), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_DASH] = ACTIONS(1613), + [anon_sym_PLUS] = ACTIONS(84), + [anon_sym_DASH] = ACTIONS(84), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1613), - [sym_char_literal] = ACTIONS(1613), + [anon_sym_sizeof] = ACTIONS(84), + [sym_number_literal] = ACTIONS(84), + [sym_char_literal] = ACTIONS(84), [sym_string_literal] = ACTIONS(306), - [sym_identifier] = ACTIONS(308), + [sym_identifier] = ACTIONS(86), [sym_true] = ACTIONS(306), [sym_false] = ACTIONS(306), - [sym_null] = ACTIONS(1613), - [sym_comment] = ACTIONS(44), - }, - [485] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [486] = { - [sym__expression] = STATE(751), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [487] = { - [sym__expression] = STATE(752), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [488] = { - [sym__expression] = STATE(753), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [489] = { - [sym__expression] = STATE(754), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_null] = ACTIONS(84), [sym_comment] = ACTIONS(44), }, [490] = { - [sym__expression] = STATE(755), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(308), + [anon_sym_extern] = ACTIONS(135), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_RBRACK] = ACTIONS(308), + [anon_sym_static] = ACTIONS(135), + [anon_sym_auto] = ACTIONS(135), + [anon_sym_register] = ACTIONS(135), + [anon_sym_inline] = ACTIONS(135), + [anon_sym_const] = ACTIONS(135), + [anon_sym_restrict] = ACTIONS(135), + [anon_sym_volatile] = ACTIONS(135), + [anon_sym_AMP] = ACTIONS(308), + [anon_sym_BANG] = ACTIONS(308), + [anon_sym_TILDE] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(135), + [anon_sym_DASH] = ACTIONS(135), + [anon_sym_DASH_DASH] = ACTIONS(308), + [anon_sym_PLUS_PLUS] = ACTIONS(308), + [anon_sym_sizeof] = ACTIONS(135), + [sym_number_literal] = ACTIONS(135), + [sym_char_literal] = ACTIONS(135), + [sym_string_literal] = ACTIONS(308), + [sym_identifier] = ACTIONS(137), + [sym_true] = ACTIONS(308), + [sym_false] = ACTIONS(308), + [sym_null] = ACTIONS(135), [sym_comment] = ACTIONS(44), }, [491] = { - [sym__expression] = STATE(756), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_storage_class_specifier] = STATE(760), + [sym_type_qualifier] = STATE(760), + [anon_sym_LPAREN] = ACTIONS(310), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(310), + [anon_sym_RBRACK] = ACTIONS(310), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(310), + [anon_sym_BANG] = ACTIONS(310), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1639), + [anon_sym_DASH_DASH] = ACTIONS(310), + [anon_sym_PLUS_PLUS] = ACTIONS(310), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1639), + [sym_char_literal] = ACTIONS(1639), + [sym_string_literal] = ACTIONS(310), + [sym_identifier] = ACTIONS(312), + [sym_true] = ACTIONS(310), + [sym_false] = ACTIONS(310), + [sym_null] = ACTIONS(1639), [sym_comment] = ACTIONS(44), }, [492] = { - [sym__expression] = STATE(757), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [493] = { - [sym__expression] = STATE(758), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(761), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [494] = { - [sym__expression] = STATE(759), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(762), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [495] = { - [sym__expression] = STATE(760), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(763), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [496] = { - [sym__expression] = STATE(761), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(764), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [497] = { - [anon_sym_LPAREN] = ACTIONS(1615), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_RBRACK] = ACTIONS(111), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_AMP] = ACTIONS(111), - [anon_sym_BANG] = ACTIONS(111), - [anon_sym_TILDE] = ACTIONS(111), - [anon_sym_PLUS] = ACTIONS(113), - [anon_sym_DASH] = ACTIONS(113), - [anon_sym_DASH_DASH] = ACTIONS(111), - [anon_sym_PLUS_PLUS] = ACTIONS(111), - [anon_sym_sizeof] = ACTIONS(113), - [sym_number_literal] = ACTIONS(113), - [sym_char_literal] = ACTIONS(113), - [sym_string_literal] = ACTIONS(111), - [sym_identifier] = ACTIONS(115), - [sym_true] = ACTIONS(111), - [sym_false] = ACTIONS(111), - [sym_null] = ACTIONS(113), + [sym__expression] = STATE(765), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [498] = { - [sym_storage_class_specifier] = STATE(483), - [sym_type_qualifier] = STATE(483), - [aux_sym__declaration_specifiers_repeat1] = STATE(762), - [anon_sym_LPAREN] = ACTIONS(306), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(306), - [anon_sym_RBRACK] = ACTIONS(306), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1066), - [anon_sym_restrict] = ACTIONS(1066), - [anon_sym_volatile] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(306), - [anon_sym_BANG] = ACTIONS(306), - [anon_sym_TILDE] = ACTIONS(306), - [anon_sym_PLUS] = ACTIONS(1613), - [anon_sym_DASH] = ACTIONS(1613), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [anon_sym_sizeof] = ACTIONS(1613), - [sym_number_literal] = ACTIONS(1613), - [sym_char_literal] = ACTIONS(1613), - [sym_string_literal] = ACTIONS(306), - [sym_identifier] = ACTIONS(308), - [sym_true] = ACTIONS(306), - [sym_false] = ACTIONS(306), - [sym_null] = ACTIONS(1613), + [sym__expression] = STATE(766), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [499] = { - [anon_sym_LPAREN] = ACTIONS(320), - [anon_sym_extern] = ACTIONS(322), - [anon_sym_STAR] = ACTIONS(320), - [anon_sym_RBRACK] = ACTIONS(320), - [anon_sym_static] = ACTIONS(322), - [anon_sym_auto] = ACTIONS(322), - [anon_sym_register] = ACTIONS(322), - [anon_sym_inline] = ACTIONS(322), - [anon_sym_const] = ACTIONS(322), - [anon_sym_restrict] = ACTIONS(322), - [anon_sym_volatile] = ACTIONS(322), - [anon_sym_unsigned] = ACTIONS(322), - [anon_sym_long] = ACTIONS(322), - [anon_sym_short] = ACTIONS(322), - [sym_primitive_type] = ACTIONS(322), - [anon_sym_AMP] = ACTIONS(320), - [anon_sym_BANG] = ACTIONS(320), - [anon_sym_TILDE] = ACTIONS(320), - [anon_sym_PLUS] = ACTIONS(322), - [anon_sym_DASH] = ACTIONS(322), - [anon_sym_DASH_DASH] = ACTIONS(320), - [anon_sym_PLUS_PLUS] = ACTIONS(320), - [anon_sym_sizeof] = ACTIONS(322), - [sym_number_literal] = ACTIONS(322), - [sym_char_literal] = ACTIONS(322), - [sym_string_literal] = ACTIONS(320), - [sym_identifier] = ACTIONS(324), - [sym_true] = ACTIONS(320), - [sym_false] = ACTIONS(320), - [sym_null] = ACTIONS(322), + [sym__expression] = STATE(767), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [500] = { - [anon_sym_LPAREN] = ACTIONS(326), - [anon_sym_extern] = ACTIONS(328), - [anon_sym_STAR] = ACTIONS(326), - [anon_sym_RBRACK] = ACTIONS(326), - [anon_sym_static] = ACTIONS(328), - [anon_sym_auto] = ACTIONS(328), - [anon_sym_register] = ACTIONS(328), - [anon_sym_inline] = ACTIONS(328), - [anon_sym_const] = ACTIONS(328), - [anon_sym_restrict] = ACTIONS(328), - [anon_sym_volatile] = ACTIONS(328), - [anon_sym_AMP] = ACTIONS(326), - [anon_sym_BANG] = ACTIONS(326), - [anon_sym_TILDE] = ACTIONS(326), - [anon_sym_PLUS] = ACTIONS(328), - [anon_sym_DASH] = ACTIONS(328), - [anon_sym_DASH_DASH] = ACTIONS(326), - [anon_sym_PLUS_PLUS] = ACTIONS(326), - [anon_sym_sizeof] = ACTIONS(328), - [sym_number_literal] = ACTIONS(328), - [sym_char_literal] = ACTIONS(328), - [sym_string_literal] = ACTIONS(326), - [sym_identifier] = ACTIONS(330), - [sym_true] = ACTIONS(326), - [sym_false] = ACTIONS(326), - [sym_null] = ACTIONS(328), + [sym__expression] = STATE(768), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [501] = { - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_extern] = ACTIONS(334), - [anon_sym_STAR] = ACTIONS(332), - [anon_sym_RBRACK] = ACTIONS(332), - [anon_sym_static] = ACTIONS(334), - [anon_sym_auto] = ACTIONS(334), - [anon_sym_register] = ACTIONS(334), - [anon_sym_inline] = ACTIONS(334), - [anon_sym_const] = ACTIONS(334), - [anon_sym_restrict] = ACTIONS(334), - [anon_sym_volatile] = ACTIONS(334), - [anon_sym_AMP] = ACTIONS(332), - [anon_sym_BANG] = ACTIONS(332), - [anon_sym_TILDE] = ACTIONS(332), - [anon_sym_PLUS] = ACTIONS(334), - [anon_sym_DASH] = ACTIONS(334), - [anon_sym_DASH_DASH] = ACTIONS(332), - [anon_sym_PLUS_PLUS] = ACTIONS(332), - [anon_sym_sizeof] = ACTIONS(334), - [sym_number_literal] = ACTIONS(334), - [sym_char_literal] = ACTIONS(334), - [sym_string_literal] = ACTIONS(332), - [sym_identifier] = ACTIONS(336), - [sym_true] = ACTIONS(332), - [sym_false] = ACTIONS(332), - [sym_null] = ACTIONS(334), + [sym__expression] = STATE(769), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [502] = { - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1620), - [anon_sym_LBRACK] = ACTIONS(1618), - [anon_sym_RBRACK] = ACTIONS(1618), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_COLON] = ACTIONS(1618), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(1620), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1618), - [anon_sym_BANG_EQ] = ACTIONS(1618), - [anon_sym_LT] = ACTIONS(1620), - [anon_sym_GT] = ACTIONS(1620), - [anon_sym_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_EQ] = ACTIONS(1618), - [anon_sym_LT_LT] = ACTIONS(1620), - [anon_sym_GT_GT] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_SLASH] = ACTIONS(1620), - [anon_sym_PERCENT] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1618), - [anon_sym_PLUS_PLUS] = ACTIONS(1618), - [anon_sym_DOT] = ACTIONS(1618), - [anon_sym_DASH_GT] = ACTIONS(1618), + [sym__expression] = STATE(770), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [503] = { - [sym__expression] = STATE(763), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(771), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [504] = { - [sym_identifier] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(1641), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_RBRACK] = ACTIONS(113), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_AMP] = ACTIONS(113), + [anon_sym_BANG] = ACTIONS(113), + [anon_sym_TILDE] = ACTIONS(113), + [anon_sym_PLUS] = ACTIONS(115), + [anon_sym_DASH] = ACTIONS(115), + [anon_sym_DASH_DASH] = ACTIONS(113), + [anon_sym_PLUS_PLUS] = ACTIONS(113), + [anon_sym_sizeof] = ACTIONS(115), + [sym_number_literal] = ACTIONS(115), + [sym_char_literal] = ACTIONS(115), + [sym_string_literal] = ACTIONS(113), + [sym_identifier] = ACTIONS(117), + [sym_true] = ACTIONS(113), + [sym_false] = ACTIONS(113), + [sym_null] = ACTIONS(115), [sym_comment] = ACTIONS(44), }, [505] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1624), - [anon_sym_RBRACE] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1237), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_storage_class_specifier] = STATE(490), + [sym_type_qualifier] = STATE(490), + [aux_sym__declaration_specifiers_repeat1] = STATE(772), + [anon_sym_LPAREN] = ACTIONS(310), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(310), + [anon_sym_RBRACK] = ACTIONS(310), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(310), + [anon_sym_BANG] = ACTIONS(310), + [anon_sym_TILDE] = ACTIONS(310), + [anon_sym_PLUS] = ACTIONS(1639), + [anon_sym_DASH] = ACTIONS(1639), + [anon_sym_DASH_DASH] = ACTIONS(310), + [anon_sym_PLUS_PLUS] = ACTIONS(310), + [anon_sym_sizeof] = ACTIONS(1639), + [sym_number_literal] = ACTIONS(1639), + [sym_char_literal] = ACTIONS(1639), + [sym_string_literal] = ACTIONS(310), + [sym_identifier] = ACTIONS(312), + [sym_true] = ACTIONS(310), + [sym_false] = ACTIONS(310), + [sym_null] = ACTIONS(1639), [sym_comment] = ACTIONS(44), }, [506] = { - [anon_sym_COMMA] = ACTIONS(1624), - [anon_sym_RBRACE] = ACTIONS(1624), + [anon_sym_LPAREN] = ACTIONS(324), + [anon_sym_extern] = ACTIONS(326), + [anon_sym_STAR] = ACTIONS(324), + [anon_sym_RBRACK] = ACTIONS(324), + [anon_sym_static] = ACTIONS(326), + [anon_sym_auto] = ACTIONS(326), + [anon_sym_register] = ACTIONS(326), + [anon_sym_inline] = ACTIONS(326), + [anon_sym_const] = ACTIONS(326), + [anon_sym_restrict] = ACTIONS(326), + [anon_sym_volatile] = ACTIONS(326), + [anon_sym_unsigned] = ACTIONS(326), + [anon_sym_long] = ACTIONS(326), + [anon_sym_short] = ACTIONS(326), + [sym_primitive_type] = ACTIONS(326), + [anon_sym_AMP] = ACTIONS(324), + [anon_sym_BANG] = ACTIONS(324), + [anon_sym_TILDE] = ACTIONS(324), + [anon_sym_PLUS] = ACTIONS(326), + [anon_sym_DASH] = ACTIONS(326), + [anon_sym_DASH_DASH] = ACTIONS(324), + [anon_sym_PLUS_PLUS] = ACTIONS(324), + [anon_sym_sizeof] = ACTIONS(326), + [sym_number_literal] = ACTIONS(326), + [sym_char_literal] = ACTIONS(326), + [sym_string_literal] = ACTIONS(324), + [sym_identifier] = ACTIONS(328), + [sym_true] = ACTIONS(324), + [sym_false] = ACTIONS(324), + [sym_null] = ACTIONS(326), [sym_comment] = ACTIONS(44), }, [507] = { - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1628), + [anon_sym_LPAREN] = ACTIONS(330), + [anon_sym_extern] = ACTIONS(332), + [anon_sym_STAR] = ACTIONS(330), + [anon_sym_RBRACK] = ACTIONS(330), + [anon_sym_static] = ACTIONS(332), + [anon_sym_auto] = ACTIONS(332), + [anon_sym_register] = ACTIONS(332), + [anon_sym_inline] = ACTIONS(332), + [anon_sym_const] = ACTIONS(332), + [anon_sym_restrict] = ACTIONS(332), + [anon_sym_volatile] = ACTIONS(332), + [anon_sym_AMP] = ACTIONS(330), + [anon_sym_BANG] = ACTIONS(330), + [anon_sym_TILDE] = ACTIONS(330), + [anon_sym_PLUS] = ACTIONS(332), + [anon_sym_DASH] = ACTIONS(332), + [anon_sym_DASH_DASH] = ACTIONS(330), + [anon_sym_PLUS_PLUS] = ACTIONS(330), + [anon_sym_sizeof] = ACTIONS(332), + [sym_number_literal] = ACTIONS(332), + [sym_char_literal] = ACTIONS(332), + [sym_string_literal] = ACTIONS(330), + [sym_identifier] = ACTIONS(334), + [sym_true] = ACTIONS(330), + [sym_false] = ACTIONS(330), + [sym_null] = ACTIONS(332), [sym_comment] = ACTIONS(44), }, [508] = { - [anon_sym_LBRACK] = ACTIONS(1630), - [anon_sym_EQ] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), + [anon_sym_LPAREN] = ACTIONS(336), + [anon_sym_extern] = ACTIONS(338), + [anon_sym_STAR] = ACTIONS(336), + [anon_sym_RBRACK] = ACTIONS(336), + [anon_sym_static] = ACTIONS(338), + [anon_sym_auto] = ACTIONS(338), + [anon_sym_register] = ACTIONS(338), + [anon_sym_inline] = ACTIONS(338), + [anon_sym_const] = ACTIONS(338), + [anon_sym_restrict] = ACTIONS(338), + [anon_sym_volatile] = ACTIONS(338), + [anon_sym_AMP] = ACTIONS(336), + [anon_sym_BANG] = ACTIONS(336), + [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_PLUS] = ACTIONS(338), + [anon_sym_DASH] = ACTIONS(338), + [anon_sym_DASH_DASH] = ACTIONS(336), + [anon_sym_PLUS_PLUS] = ACTIONS(336), + [anon_sym_sizeof] = ACTIONS(338), + [sym_number_literal] = ACTIONS(338), + [sym_char_literal] = ACTIONS(338), + [sym_string_literal] = ACTIONS(336), + [sym_identifier] = ACTIONS(340), + [sym_true] = ACTIONS(336), + [sym_false] = ACTIONS(336), + [sym_null] = ACTIONS(338), [sym_comment] = ACTIONS(44), }, [509] = { - [sym_designator] = STATE(768), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_DOT] = ACTIONS(1111), + [anon_sym_LPAREN] = ACTIONS(1644), + [anon_sym_COMMA] = ACTIONS(1644), + [anon_sym_RPAREN] = ACTIONS(1644), + [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_RBRACE] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_LBRACK] = ACTIONS(1644), + [anon_sym_RBRACK] = ACTIONS(1644), + [anon_sym_EQ] = ACTIONS(1646), + [anon_sym_COLON] = ACTIONS(1644), + [anon_sym_QMARK] = ACTIONS(1644), + [anon_sym_STAR_EQ] = ACTIONS(1644), + [anon_sym_SLASH_EQ] = ACTIONS(1644), + [anon_sym_PERCENT_EQ] = ACTIONS(1644), + [anon_sym_PLUS_EQ] = ACTIONS(1644), + [anon_sym_DASH_EQ] = ACTIONS(1644), + [anon_sym_LT_LT_EQ] = ACTIONS(1644), + [anon_sym_GT_GT_EQ] = ACTIONS(1644), + [anon_sym_AMP_EQ] = ACTIONS(1644), + [anon_sym_CARET_EQ] = ACTIONS(1644), + [anon_sym_PIPE_EQ] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_PIPE_PIPE] = ACTIONS(1644), + [anon_sym_AMP_AMP] = ACTIONS(1644), + [anon_sym_PIPE] = ACTIONS(1646), + [anon_sym_CARET] = ACTIONS(1646), + [anon_sym_EQ_EQ] = ACTIONS(1644), + [anon_sym_BANG_EQ] = ACTIONS(1644), + [anon_sym_LT] = ACTIONS(1646), + [anon_sym_GT] = ACTIONS(1646), + [anon_sym_LT_EQ] = ACTIONS(1644), + [anon_sym_GT_EQ] = ACTIONS(1644), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1646), + [anon_sym_DASH] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_DASH_DASH] = ACTIONS(1644), + [anon_sym_PLUS_PLUS] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1644), + [anon_sym_DASH_GT] = ACTIONS(1644), [sym_comment] = ACTIONS(44), }, [510] = { - [sym_parameter_list] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [sym__expression] = STATE(773), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [511] = { - [anon_sym_COMMA] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), + [sym_identifier] = ACTIONS(1648), [sym_comment] = ACTIONS(44), }, [512] = { - [anon_sym_COMMA] = ACTIONS(1636), - [anon_sym_RPAREN] = ACTIONS(1636), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_RBRACE] = ACTIONS(1650), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [513] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(1638), - [sym_identifier] = ACTIONS(1640), + [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_RBRACE] = ACTIONS(1650), [sym_comment] = ACTIONS(44), }, [514] = { - [anon_sym_LF] = ACTIONS(1642), - [sym_preproc_arg] = ACTIONS(1642), - [sym_comment] = ACTIONS(54), + [anon_sym_COMMA] = ACTIONS(1652), + [anon_sym_RBRACE] = ACTIONS(1654), + [sym_comment] = ACTIONS(44), }, [515] = { - [anon_sym_LF] = ACTIONS(1644), - [sym_comment] = ACTIONS(54), + [anon_sym_LBRACK] = ACTIONS(1656), + [anon_sym_EQ] = ACTIONS(1656), + [anon_sym_DOT] = ACTIONS(1656), + [sym_comment] = ACTIONS(44), }, [516] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(664), - [sym_preproc_directive] = ACTIONS(666), - [anon_sym_typedef] = ACTIONS(664), - [anon_sym_extern] = ACTIONS(664), - [anon_sym_static] = ACTIONS(664), - [anon_sym_auto] = ACTIONS(664), - [anon_sym_register] = ACTIONS(664), - [anon_sym_inline] = ACTIONS(664), - [anon_sym_const] = ACTIONS(664), - [anon_sym_restrict] = ACTIONS(664), - [anon_sym_volatile] = ACTIONS(664), - [anon_sym_unsigned] = ACTIONS(664), - [anon_sym_long] = ACTIONS(664), - [anon_sym_short] = ACTIONS(664), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(664), - [anon_sym_struct] = ACTIONS(664), - [anon_sym_union] = ACTIONS(664), - [sym_identifier] = ACTIONS(666), + [sym_designator] = STATE(778), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_EQ] = ACTIONS(1658), + [anon_sym_DOT] = ACTIONS(1131), [sym_comment] = ACTIONS(44), }, [517] = { - [anon_sym_LF] = ACTIONS(1646), - [sym_comment] = ACTIONS(54), + [sym_parameter_list] = STATE(145), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(1660), + [anon_sym_SEMI] = ACTIONS(1660), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), + [sym_comment] = ACTIONS(44), }, [518] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(706), - [sym_preproc_directive] = ACTIONS(708), - [anon_sym_typedef] = ACTIONS(706), - [anon_sym_extern] = ACTIONS(706), - [anon_sym_static] = ACTIONS(706), - [anon_sym_auto] = ACTIONS(706), - [anon_sym_register] = ACTIONS(706), - [anon_sym_inline] = ACTIONS(706), - [anon_sym_const] = ACTIONS(706), - [anon_sym_restrict] = ACTIONS(706), - [anon_sym_volatile] = ACTIONS(706), - [anon_sym_unsigned] = ACTIONS(706), - [anon_sym_long] = ACTIONS(706), - [anon_sym_short] = ACTIONS(706), - [sym_primitive_type] = ACTIONS(706), - [anon_sym_enum] = ACTIONS(706), - [anon_sym_struct] = ACTIONS(706), - [anon_sym_union] = ACTIONS(706), - [sym_identifier] = ACTIONS(708), + [anon_sym_COMMA] = ACTIONS(1660), + [anon_sym_SEMI] = ACTIONS(1660), [sym_comment] = ACTIONS(44), }, [519] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1648), + [anon_sym_COMMA] = ACTIONS(1662), + [anon_sym_RPAREN] = ACTIONS(1662), [sym_comment] = ACTIONS(44), }, [520] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(1664), + [sym_identifier] = ACTIONS(1666), + [sym_comment] = ACTIONS(44), + }, + [521] = { + [anon_sym_LF] = ACTIONS(1668), + [sym_preproc_arg] = ACTIONS(1668), + [sym_comment] = ACTIONS(54), + }, + [522] = { + [anon_sym_LF] = ACTIONS(1670), + [sym_comment] = ACTIONS(54), + }, + [523] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(672), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_typedef] = ACTIONS(672), + [anon_sym_extern] = ACTIONS(672), + [anon_sym_static] = ACTIONS(672), + [anon_sym_auto] = ACTIONS(672), + [anon_sym_register] = ACTIONS(672), + [anon_sym_inline] = ACTIONS(672), + [anon_sym_const] = ACTIONS(672), + [anon_sym_restrict] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_unsigned] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [sym_primitive_type] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_struct] = ACTIONS(672), + [anon_sym_union] = ACTIONS(672), + [sym_identifier] = ACTIONS(674), + [sym_comment] = ACTIONS(44), + }, + [524] = { + [anon_sym_LF] = ACTIONS(1672), + [sym_comment] = ACTIONS(54), + }, + [525] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(718), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(718), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(718), @@ -21310,128 +21351,161 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(720), [sym_comment] = ACTIONS(44), }, - [521] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1650), + [526] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1674), [sym_comment] = ACTIONS(44), }, - [522] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(726), - [sym_preproc_directive] = ACTIONS(728), - [anon_sym_typedef] = ACTIONS(726), - [anon_sym_extern] = ACTIONS(726), - [anon_sym_static] = ACTIONS(726), - [anon_sym_auto] = ACTIONS(726), - [anon_sym_register] = ACTIONS(726), - [anon_sym_inline] = ACTIONS(726), - [anon_sym_const] = ACTIONS(726), - [anon_sym_restrict] = ACTIONS(726), - [anon_sym_volatile] = ACTIONS(726), - [anon_sym_unsigned] = ACTIONS(726), - [anon_sym_long] = ACTIONS(726), - [anon_sym_short] = ACTIONS(726), - [sym_primitive_type] = ACTIONS(726), - [anon_sym_enum] = ACTIONS(726), - [anon_sym_struct] = ACTIONS(726), - [anon_sym_union] = ACTIONS(726), - [sym_identifier] = ACTIONS(728), + [527] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(730), + [sym_preproc_directive] = ACTIONS(732), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_inline] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [sym_primitive_type] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(732), [sym_comment] = ACTIONS(44), }, - [523] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1652), + [528] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1676), [sym_comment] = ACTIONS(44), }, - [524] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1654), + [529] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(738), + [sym_preproc_directive] = ACTIONS(740), + [anon_sym_typedef] = ACTIONS(738), + [anon_sym_extern] = ACTIONS(738), + [anon_sym_static] = ACTIONS(738), + [anon_sym_auto] = ACTIONS(738), + [anon_sym_register] = ACTIONS(738), + [anon_sym_inline] = ACTIONS(738), + [anon_sym_const] = ACTIONS(738), + [anon_sym_restrict] = ACTIONS(738), + [anon_sym_volatile] = ACTIONS(738), + [anon_sym_unsigned] = ACTIONS(738), + [anon_sym_long] = ACTIONS(738), + [anon_sym_short] = ACTIONS(738), + [sym_primitive_type] = ACTIONS(738), + [anon_sym_enum] = ACTIONS(738), + [anon_sym_struct] = ACTIONS(738), + [anon_sym_union] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), [sym_comment] = ACTIONS(44), }, - [525] = { - [sym_preproc_arg] = ACTIONS(1656), + [530] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1678), + [sym_comment] = ACTIONS(44), + }, + [531] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1680), + [sym_comment] = ACTIONS(44), + }, + [532] = { + [sym_preproc_arg] = ACTIONS(1682), [sym_comment] = ACTIONS(54), }, - [526] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), - [sym_preproc_directive] = ACTIONS(344), - [anon_sym_typedef] = ACTIONS(342), - [anon_sym_extern] = ACTIONS(342), - [anon_sym_static] = ACTIONS(342), - [anon_sym_auto] = ACTIONS(342), - [anon_sym_register] = ACTIONS(342), - [anon_sym_inline] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_restrict] = ACTIONS(342), - [anon_sym_volatile] = ACTIONS(342), - [anon_sym_unsigned] = ACTIONS(342), - [anon_sym_long] = ACTIONS(342), - [anon_sym_short] = ACTIONS(342), - [sym_primitive_type] = ACTIONS(342), - [anon_sym_enum] = ACTIONS(342), - [anon_sym_struct] = ACTIONS(342), - [anon_sym_union] = ACTIONS(342), - [sym_identifier] = ACTIONS(344), + [533] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(346), + [sym_preproc_directive] = ACTIONS(348), + [anon_sym_typedef] = ACTIONS(346), + [anon_sym_extern] = ACTIONS(346), + [anon_sym_static] = ACTIONS(346), + [anon_sym_auto] = ACTIONS(346), + [anon_sym_register] = ACTIONS(346), + [anon_sym_inline] = ACTIONS(346), + [anon_sym_const] = ACTIONS(346), + [anon_sym_restrict] = ACTIONS(346), + [anon_sym_volatile] = ACTIONS(346), + [anon_sym_unsigned] = ACTIONS(346), + [anon_sym_long] = ACTIONS(346), + [anon_sym_short] = ACTIONS(346), + [sym_primitive_type] = ACTIONS(346), + [anon_sym_enum] = ACTIONS(346), + [anon_sym_struct] = ACTIONS(346), + [anon_sym_union] = ACTIONS(346), + [sym_identifier] = ACTIONS(348), [sym_comment] = ACTIONS(44), }, - [527] = { - [anon_sym_LF] = ACTIONS(1658), - [sym_preproc_arg] = ACTIONS(1660), + [534] = { + [anon_sym_LF] = ACTIONS(1684), + [sym_preproc_arg] = ACTIONS(1686), [sym_comment] = ACTIONS(54), }, - [528] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(366), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(366), - [sym_preproc_directive] = ACTIONS(368), - [anon_sym_typedef] = ACTIONS(366), - [anon_sym_extern] = ACTIONS(366), - [anon_sym_static] = ACTIONS(366), - [anon_sym_auto] = ACTIONS(366), - [anon_sym_register] = ACTIONS(366), - [anon_sym_inline] = ACTIONS(366), - [anon_sym_const] = ACTIONS(366), - [anon_sym_restrict] = ACTIONS(366), - [anon_sym_volatile] = ACTIONS(366), - [anon_sym_unsigned] = ACTIONS(366), - [anon_sym_long] = ACTIONS(366), - [anon_sym_short] = ACTIONS(366), - [sym_primitive_type] = ACTIONS(366), - [anon_sym_enum] = ACTIONS(366), - [anon_sym_struct] = ACTIONS(366), - [anon_sym_union] = ACTIONS(366), - [sym_identifier] = ACTIONS(368), + [535] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(370), + [sym_preproc_directive] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(370), + [anon_sym_extern] = ACTIONS(370), + [anon_sym_static] = ACTIONS(370), + [anon_sym_auto] = ACTIONS(370), + [anon_sym_register] = ACTIONS(370), + [anon_sym_inline] = ACTIONS(370), + [anon_sym_const] = ACTIONS(370), + [anon_sym_restrict] = ACTIONS(370), + [anon_sym_volatile] = ACTIONS(370), + [anon_sym_unsigned] = ACTIONS(370), + [anon_sym_long] = ACTIONS(370), + [anon_sym_short] = ACTIONS(370), + [sym_primitive_type] = ACTIONS(370), + [anon_sym_enum] = ACTIONS(370), + [anon_sym_struct] = ACTIONS(370), + [anon_sym_union] = ACTIONS(370), + [sym_identifier] = ACTIONS(372), [sym_comment] = ACTIONS(44), }, - [529] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1662), + [536] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1688), [sym_comment] = ACTIONS(44), }, - [530] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(779), - [sym_preproc_else] = STATE(779), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [537] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(789), + [sym_preproc_else] = STATE(789), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -21439,21 +21513,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1690), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -21471,51 +21545,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [531] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(406), - [sym_preproc_directive] = ACTIONS(408), - [anon_sym_typedef] = ACTIONS(406), - [anon_sym_extern] = ACTIONS(406), - [anon_sym_static] = ACTIONS(406), - [anon_sym_auto] = ACTIONS(406), - [anon_sym_register] = ACTIONS(406), - [anon_sym_inline] = ACTIONS(406), - [anon_sym_const] = ACTIONS(406), - [anon_sym_restrict] = ACTIONS(406), - [anon_sym_volatile] = ACTIONS(406), - [anon_sym_unsigned] = ACTIONS(406), - [anon_sym_long] = ACTIONS(406), - [anon_sym_short] = ACTIONS(406), - [sym_primitive_type] = ACTIONS(406), - [anon_sym_enum] = ACTIONS(406), - [anon_sym_struct] = ACTIONS(406), - [anon_sym_union] = ACTIONS(406), - [sym_identifier] = ACTIONS(408), + [538] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(412), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(412), + [sym_preproc_directive] = ACTIONS(414), + [anon_sym_typedef] = ACTIONS(412), + [anon_sym_extern] = ACTIONS(412), + [anon_sym_static] = ACTIONS(412), + [anon_sym_auto] = ACTIONS(412), + [anon_sym_register] = ACTIONS(412), + [anon_sym_inline] = ACTIONS(412), + [anon_sym_const] = ACTIONS(412), + [anon_sym_restrict] = ACTIONS(412), + [anon_sym_volatile] = ACTIONS(412), + [anon_sym_unsigned] = ACTIONS(412), + [anon_sym_long] = ACTIONS(412), + [anon_sym_short] = ACTIONS(412), + [sym_primitive_type] = ACTIONS(412), + [anon_sym_enum] = ACTIONS(412), + [anon_sym_struct] = ACTIONS(412), + [anon_sym_union] = ACTIONS(412), + [sym_identifier] = ACTIONS(414), [sym_comment] = ACTIONS(44), }, - [532] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1666), + [539] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1692), [sym_comment] = ACTIONS(44), }, - [533] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(781), - [sym_preproc_else] = STATE(781), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [540] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(791), + [sym_preproc_else] = STATE(791), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -21523,21 +21597,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1668), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1694), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -21555,51 +21629,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [534] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(416), - [sym_preproc_directive] = ACTIONS(418), - [anon_sym_typedef] = ACTIONS(416), - [anon_sym_extern] = ACTIONS(416), - [anon_sym_static] = ACTIONS(416), - [anon_sym_auto] = ACTIONS(416), - [anon_sym_register] = ACTIONS(416), - [anon_sym_inline] = ACTIONS(416), - [anon_sym_const] = ACTIONS(416), - [anon_sym_restrict] = ACTIONS(416), - [anon_sym_volatile] = ACTIONS(416), - [anon_sym_unsigned] = ACTIONS(416), - [anon_sym_long] = ACTIONS(416), - [anon_sym_short] = ACTIONS(416), - [sym_primitive_type] = ACTIONS(416), - [anon_sym_enum] = ACTIONS(416), - [anon_sym_struct] = ACTIONS(416), - [anon_sym_union] = ACTIONS(416), - [sym_identifier] = ACTIONS(418), + [541] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(422), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(422), + [sym_preproc_directive] = ACTIONS(424), + [anon_sym_typedef] = ACTIONS(422), + [anon_sym_extern] = ACTIONS(422), + [anon_sym_static] = ACTIONS(422), + [anon_sym_auto] = ACTIONS(422), + [anon_sym_register] = ACTIONS(422), + [anon_sym_inline] = ACTIONS(422), + [anon_sym_const] = ACTIONS(422), + [anon_sym_restrict] = ACTIONS(422), + [anon_sym_volatile] = ACTIONS(422), + [anon_sym_unsigned] = ACTIONS(422), + [anon_sym_long] = ACTIONS(422), + [anon_sym_short] = ACTIONS(422), + [sym_primitive_type] = ACTIONS(422), + [anon_sym_enum] = ACTIONS(422), + [anon_sym_struct] = ACTIONS(422), + [anon_sym_union] = ACTIONS(422), + [sym_identifier] = ACTIONS(424), [sym_comment] = ACTIONS(44), }, - [535] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1670), + [542] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1696), [sym_comment] = ACTIONS(44), }, - [536] = { - [sym_preproc_include] = STATE(177), - [sym_preproc_def] = STATE(177), - [sym_preproc_function_def] = STATE(177), - [sym_preproc_call] = STATE(177), - [sym_preproc_if] = STATE(177), - [sym_preproc_ifdef] = STATE(177), - [sym_preproc_elif] = STATE(783), - [sym_preproc_else] = STATE(783), - [sym_function_definition] = STATE(177), - [sym_declaration] = STATE(177), - [sym_type_definition] = STATE(177), - [sym__declaration_specifiers] = STATE(86), - [sym_linkage_specification] = STATE(177), + [543] = { + [sym_preproc_include] = STATE(180), + [sym_preproc_def] = STATE(180), + [sym_preproc_function_def] = STATE(180), + [sym_preproc_call] = STATE(180), + [sym_preproc_if] = STATE(180), + [sym_preproc_ifdef] = STATE(180), + [sym_preproc_elif] = STATE(793), + [sym_preproc_else] = STATE(793), + [sym_function_definition] = STATE(180), + [sym_declaration] = STATE(180), + [sym_type_definition] = STATE(180), + [sym__declaration_specifiers] = STATE(87), + [sym_linkage_specification] = STATE(180), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -21607,21 +21681,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(177), + [sym__empty_declaration] = STATE(180), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(170), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(172), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(174), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(178), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(182), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(184), - [sym_preproc_directive] = ACTIONS(186), - [anon_sym_typedef] = ACTIONS(188), - [anon_sym_extern] = ACTIONS(190), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(172), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1698), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(182), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(184), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(186), + [sym_preproc_directive] = ACTIONS(188), + [anon_sym_typedef] = ACTIONS(190), + [anon_sym_extern] = ACTIONS(192), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -21639,24 +21713,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [537] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(436), + [544] = { + [anon_sym_LF] = ACTIONS(1700), + [sym_comment] = ACTIONS(54), + }, + [545] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(1702), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [538] = { - [sym__type_declarator] = STATE(785), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [546] = { + [sym__type_declarator] = STATE(796), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [539] = { + [547] = { [sym_preproc_include] = STATE(19), [sym_preproc_def] = STATE(19), [sym_preproc_function_def] = STATE(19), @@ -21677,7 +21755,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_union_specifier] = STATE(13), [sym__empty_declaration] = STATE(19), [sym_macro_type_specifier] = STATE(13), - [aux_sym_translation_unit_repeat1] = STATE(787), + [aux_sym_translation_unit_repeat1] = STATE(798), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), @@ -21688,7 +21766,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(22), [anon_sym_typedef] = ACTIONS(24), [anon_sym_extern] = ACTIONS(26), - [anon_sym_RBRACE] = ACTIONS(1676), + [anon_sym_RBRACE] = ACTIONS(1704), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -21706,82 +21784,82 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [540] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(452), - [sym_preproc_directive] = ACTIONS(454), - [anon_sym_typedef] = ACTIONS(452), - [anon_sym_extern] = ACTIONS(452), - [anon_sym_static] = ACTIONS(452), - [anon_sym_auto] = ACTIONS(452), - [anon_sym_register] = ACTIONS(452), - [anon_sym_inline] = ACTIONS(452), - [anon_sym_const] = ACTIONS(452), - [anon_sym_restrict] = ACTIONS(452), - [anon_sym_volatile] = ACTIONS(452), - [anon_sym_unsigned] = ACTIONS(452), - [anon_sym_long] = ACTIONS(452), - [anon_sym_short] = ACTIONS(452), - [sym_primitive_type] = ACTIONS(452), - [anon_sym_enum] = ACTIONS(452), - [anon_sym_struct] = ACTIONS(452), - [anon_sym_union] = ACTIONS(452), - [sym_identifier] = ACTIONS(454), + [548] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(460), + [sym_preproc_directive] = ACTIONS(462), + [anon_sym_typedef] = ACTIONS(460), + [anon_sym_extern] = ACTIONS(460), + [anon_sym_static] = ACTIONS(460), + [anon_sym_auto] = ACTIONS(460), + [anon_sym_register] = ACTIONS(460), + [anon_sym_inline] = ACTIONS(460), + [anon_sym_const] = ACTIONS(460), + [anon_sym_restrict] = ACTIONS(460), + [anon_sym_volatile] = ACTIONS(460), + [anon_sym_unsigned] = ACTIONS(460), + [anon_sym_long] = ACTIONS(460), + [anon_sym_short] = ACTIONS(460), + [sym_primitive_type] = ACTIONS(460), + [anon_sym_enum] = ACTIONS(460), + [anon_sym_struct] = ACTIONS(460), + [anon_sym_union] = ACTIONS(460), + [sym_identifier] = ACTIONS(462), [sym_comment] = ACTIONS(44), }, - [541] = { - [sym__declarator] = STATE(320), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(321), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(129), - [sym_identifier] = ACTIONS(131), + [549] = { + [sym__declarator] = STATE(325), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(326), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [542] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [sym_identifier] = ACTIONS(538), + [550] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [sym_identifier] = ACTIONS(546), [sym_comment] = ACTIONS(44), }, - [543] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [551] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -21789,55 +21867,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(789), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(800), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(1678), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(1706), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -21852,67 +21930,67 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [544] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(638), - [sym_preproc_directive] = ACTIONS(640), - [anon_sym_typedef] = ACTIONS(638), - [anon_sym_extern] = ACTIONS(638), - [anon_sym_static] = ACTIONS(638), - [anon_sym_auto] = ACTIONS(638), - [anon_sym_register] = ACTIONS(638), - [anon_sym_inline] = ACTIONS(638), - [anon_sym_const] = ACTIONS(638), - [anon_sym_restrict] = ACTIONS(638), - [anon_sym_volatile] = ACTIONS(638), - [anon_sym_unsigned] = ACTIONS(638), - [anon_sym_long] = ACTIONS(638), - [anon_sym_short] = ACTIONS(638), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(638), - [anon_sym_struct] = ACTIONS(638), - [anon_sym_union] = ACTIONS(638), - [sym_identifier] = ACTIONS(640), + [552] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(646), + [sym_preproc_directive] = ACTIONS(648), + [anon_sym_typedef] = ACTIONS(646), + [anon_sym_extern] = ACTIONS(646), + [anon_sym_static] = ACTIONS(646), + [anon_sym_auto] = ACTIONS(646), + [anon_sym_register] = ACTIONS(646), + [anon_sym_inline] = ACTIONS(646), + [anon_sym_const] = ACTIONS(646), + [anon_sym_restrict] = ACTIONS(646), + [anon_sym_volatile] = ACTIONS(646), + [anon_sym_unsigned] = ACTIONS(646), + [anon_sym_long] = ACTIONS(646), + [anon_sym_short] = ACTIONS(646), + [sym_primitive_type] = ACTIONS(646), + [anon_sym_enum] = ACTIONS(646), + [anon_sym_struct] = ACTIONS(646), + [anon_sym_union] = ACTIONS(646), + [sym_identifier] = ACTIONS(648), [sym_comment] = ACTIONS(44), }, - [545] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(1680), + [553] = { + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(1708), [sym_comment] = ACTIONS(44), }, - [546] = { + [554] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), @@ -21941,54 +22019,83 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(748), [sym_comment] = ACTIONS(44), }, - [547] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(436), + [555] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [sym_identifier] = ACTIONS(766), [sym_comment] = ACTIONS(44), }, - [548] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(758), - [sym_preproc_directive] = ACTIONS(760), - [anon_sym_typedef] = ACTIONS(758), - [anon_sym_extern] = ACTIONS(758), - [anon_sym_static] = ACTIONS(758), - [anon_sym_auto] = ACTIONS(758), - [anon_sym_register] = ACTIONS(758), - [anon_sym_inline] = ACTIONS(758), - [anon_sym_const] = ACTIONS(758), - [anon_sym_restrict] = ACTIONS(758), - [anon_sym_volatile] = ACTIONS(758), - [anon_sym_unsigned] = ACTIONS(758), - [anon_sym_long] = ACTIONS(758), - [anon_sym_short] = ACTIONS(758), - [sym_primitive_type] = ACTIONS(758), - [anon_sym_enum] = ACTIONS(758), - [anon_sym_struct] = ACTIONS(758), - [anon_sym_union] = ACTIONS(758), - [sym_identifier] = ACTIONS(760), + [556] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(1710), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [549] = { - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), + [557] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(776), + [sym_preproc_directive] = ACTIONS(778), + [anon_sym_typedef] = ACTIONS(776), + [anon_sym_extern] = ACTIONS(776), + [anon_sym_static] = ACTIONS(776), + [anon_sym_auto] = ACTIONS(776), + [anon_sym_register] = ACTIONS(776), + [anon_sym_inline] = ACTIONS(776), + [anon_sym_const] = ACTIONS(776), + [anon_sym_restrict] = ACTIONS(776), + [anon_sym_volatile] = ACTIONS(776), + [anon_sym_unsigned] = ACTIONS(776), + [anon_sym_long] = ACTIONS(776), + [anon_sym_short] = ACTIONS(776), + [sym_primitive_type] = ACTIONS(776), + [anon_sym_enum] = ACTIONS(776), + [anon_sym_struct] = ACTIONS(776), + [anon_sym_union] = ACTIONS(776), + [sym_identifier] = ACTIONS(778), + [sym_comment] = ACTIONS(44), + }, + [558] = { + [sym_preproc_include] = STATE(64), + [sym_preproc_def] = STATE(64), + [sym_preproc_function_def] = STATE(64), + [sym_preproc_call] = STATE(64), + [sym_preproc_if] = STATE(64), + [sym_preproc_ifdef] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_declaration] = STATE(64), + [sym_type_definition] = STATE(64), [sym__declaration_specifiers] = STATE(20), - [sym_linkage_specification] = STATE(63), + [sym_linkage_specification] = STATE(64), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -21996,7 +22103,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(63), + [sym__empty_declaration] = STATE(64), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), @@ -22008,7 +22115,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(22), [anon_sym_typedef] = ACTIONS(24), [anon_sym_extern] = ACTIONS(26), - [anon_sym_RBRACE] = ACTIONS(1684), + [anon_sym_RBRACE] = ACTIONS(1712), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -22026,46 +22133,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [550] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [sym_identifier] = ACTIONS(914), + [559] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [sym_identifier] = ACTIONS(934), [sym_comment] = ACTIONS(44), }, - [551] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [560] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -22073,54 +22180,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(1714), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -22135,1585 +22242,1585 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [552] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [sym_identifier] = ACTIONS(1119), + [561] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1139), [sym_comment] = ACTIONS(44), }, - [553] = { - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(1261), - [sym_identifier] = ACTIONS(1263), + [562] = { + [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1287), [sym_comment] = ACTIONS(44), }, - [554] = { - [sym_enumerator] = STATE(573), - [anon_sym_RBRACE] = ACTIONS(1688), - [sym_identifier] = ACTIONS(238), + [563] = { + [sym_enumerator] = STATE(582), + [anon_sym_RBRACE] = ACTIONS(1716), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, - [555] = { - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1690), + [564] = { + [anon_sym_LPAREN] = ACTIONS(1718), + [anon_sym_RPAREN] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1718), [sym_comment] = ACTIONS(44), }, - [556] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [565] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1720), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [557] = { - [anon_sym_RPAREN] = ACTIONS(1694), + [566] = { + [anon_sym_RPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(44), }, - [558] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [567] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(797), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(808), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [559] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1545), - [anon_sym_RBRACE] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [568] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1571), + [anon_sym_RBRACE] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [560] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [569] = { + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [561] = { - [sym__expression] = STATE(798), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [562] = { - [sym__expression] = STATE(799), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [563] = { - [sym__expression] = STATE(800), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [564] = { - [sym__expression] = STATE(801), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [565] = { - [sym__expression] = STATE(802), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [566] = { - [sym__expression] = STATE(803), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [567] = { - [sym__expression] = STATE(804), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [568] = { - [sym__expression] = STATE(805), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [569] = { - [sym__expression] = STATE(806), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [570] = { - [sym__expression] = STATE(807), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [570] = { + [sym__expression] = STATE(809), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [571] = { - [sym__expression] = STATE(808), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(810), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [572] = { - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1698), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1698), - [anon_sym_auto] = ACTIONS(1698), - [anon_sym_register] = ACTIONS(1698), - [anon_sym_inline] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1698), - [anon_sym_restrict] = ACTIONS(1698), - [anon_sym_volatile] = ACTIONS(1698), - [anon_sym_COLON] = ACTIONS(1696), - [sym_identifier] = ACTIONS(1700), + [sym__expression] = STATE(811), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [573] = { - [anon_sym_COMMA] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), + [sym__expression] = STATE(812), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [574] = { - [anon_sym_LPAREN] = ACTIONS(1704), - [anon_sym_COMMA] = ACTIONS(1704), - [anon_sym_RPAREN] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1704), - [anon_sym_LBRACK] = ACTIONS(1704), - [anon_sym_COLON] = ACTIONS(1704), + [sym__expression] = STATE(813), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [575] = { - [anon_sym_RPAREN] = ACTIONS(1706), + [sym__expression] = STATE(814), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [576] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(810), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(815), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [577] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(816), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [578] = { - [anon_sym_extern] = ACTIONS(1708), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1708), - [anon_sym_auto] = ACTIONS(1708), - [anon_sym_register] = ACTIONS(1708), - [anon_sym_inline] = ACTIONS(1708), - [anon_sym_const] = ACTIONS(1708), - [anon_sym_restrict] = ACTIONS(1708), - [anon_sym_volatile] = ACTIONS(1708), - [anon_sym_unsigned] = ACTIONS(1708), - [anon_sym_long] = ACTIONS(1708), - [anon_sym_short] = ACTIONS(1708), - [sym_primitive_type] = ACTIONS(1708), - [anon_sym_enum] = ACTIONS(1708), - [anon_sym_struct] = ACTIONS(1708), - [anon_sym_union] = ACTIONS(1708), - [sym_identifier] = ACTIONS(1712), + [sym__expression] = STATE(817), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [579] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(818), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [580] = { - [sym__expression] = STATE(811), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(819), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [581] = { - [sym__expression] = STATE(812), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1724), + [anon_sym_COMMA] = ACTIONS(1724), + [anon_sym_RPAREN] = ACTIONS(1724), + [anon_sym_SEMI] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1726), + [anon_sym_STAR] = ACTIONS(1724), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1726), + [anon_sym_auto] = ACTIONS(1726), + [anon_sym_register] = ACTIONS(1726), + [anon_sym_inline] = ACTIONS(1726), + [anon_sym_const] = ACTIONS(1726), + [anon_sym_restrict] = ACTIONS(1726), + [anon_sym_volatile] = ACTIONS(1726), + [anon_sym_COLON] = ACTIONS(1724), + [sym_identifier] = ACTIONS(1728), [sym_comment] = ACTIONS(44), }, [582] = { - [sym__expression] = STATE(813), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(1730), + [anon_sym_RBRACE] = ACTIONS(1730), [sym_comment] = ACTIONS(44), }, [583] = { - [sym__expression] = STATE(814), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1732), + [anon_sym_COMMA] = ACTIONS(1732), + [anon_sym_RPAREN] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1732), + [anon_sym_LBRACK] = ACTIONS(1732), + [anon_sym_COLON] = ACTIONS(1732), [sym_comment] = ACTIONS(44), }, [584] = { - [sym__expression] = STATE(815), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_RPAREN] = ACTIONS(1734), [sym_comment] = ACTIONS(44), }, [585] = { - [sym__expression] = STATE(816), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(821), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [586] = { - [sym__expression] = STATE(817), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [587] = { - [sym__expression] = STATE(818), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym_RBRACE] = ACTIONS(1738), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_auto] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [sym_identifier] = ACTIONS(1740), [sym_comment] = ACTIONS(44), }, [588] = { - [sym__expression] = STATE(819), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [589] = { - [sym__expression] = STATE(820), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(822), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [590] = { - [sym__expression] = STATE(821), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(823), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [591] = { - [sym_parameter_list] = STATE(370), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1714), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_COLON] = ACTIONS(1714), + [sym__expression] = STATE(824), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [592] = { - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_COMMA] = ACTIONS(1716), - [anon_sym_RPAREN] = ACTIONS(1716), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1716), - [anon_sym_COLON] = ACTIONS(1716), + [sym__expression] = STATE(825), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [593] = { - [sym__expression] = STATE(823), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1718), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(826), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [594] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1718), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(827), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [595] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(828), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [596] = { - [sym__field_declarator] = STATE(825), - [sym_pointer_field_declarator] = STATE(211), - [sym_function_field_declarator] = STATE(212), - [sym_array_field_declarator] = STATE(213), - [anon_sym_LPAREN] = ACTIONS(482), - [anon_sym_STAR] = ACTIONS(486), - [sym_identifier] = ACTIONS(490), + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [597] = { - [sym__expression] = STATE(826), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(830), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [598] = { - [anon_sym_LPAREN] = ACTIONS(1722), - [anon_sym_COMMA] = ACTIONS(1722), - [anon_sym_RPAREN] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1722), + [sym__expression] = STATE(831), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [599] = { - [anon_sym_LPAREN] = ACTIONS(1724), - [anon_sym_COMMA] = ACTIONS(1724), - [anon_sym_RPAREN] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1724), + [sym__expression] = STATE(832), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [600] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1726), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_parameter_list] = STATE(376), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_COLON] = ACTIONS(1742), [sym_comment] = ACTIONS(44), }, [601] = { - [sym__expression] = STATE(828), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_RBRACK] = ACTIONS(1726), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(1744), + [anon_sym_COMMA] = ACTIONS(1744), + [anon_sym_RPAREN] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1744), + [anon_sym_LBRACK] = ACTIONS(1744), + [anon_sym_COLON] = ACTIONS(1744), [sym_comment] = ACTIONS(44), }, [602] = { - [anon_sym_COMMA] = ACTIONS(1728), - [anon_sym_RPAREN] = ACTIONS(1728), + [sym__expression] = STATE(834), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1746), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [603] = { - [sym__declaration_specifiers] = STATE(227), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1746), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [604] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [605] = { + [sym__field_declarator] = STATE(836), + [sym_pointer_field_declarator] = STATE(215), + [sym_function_field_declarator] = STATE(216), + [sym_array_field_declarator] = STATE(217), + [anon_sym_LPAREN] = ACTIONS(490), + [anon_sym_STAR] = ACTIONS(494), + [sym_identifier] = ACTIONS(498), + [sym_comment] = ACTIONS(44), + }, + [606] = { + [sym__expression] = STATE(837), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [607] = { + [anon_sym_LPAREN] = ACTIONS(1750), + [anon_sym_COMMA] = ACTIONS(1750), + [anon_sym_RPAREN] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1750), + [sym_comment] = ACTIONS(44), + }, + [608] = { + [anon_sym_LPAREN] = ACTIONS(1752), + [anon_sym_COMMA] = ACTIONS(1752), + [anon_sym_RPAREN] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(1752), + [sym_comment] = ACTIONS(44), + }, + [609] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [610] = { + [sym__expression] = STATE(839), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [611] = { + [anon_sym_COMMA] = ACTIONS(1756), + [anon_sym_RPAREN] = ACTIONS(1756), + [sym_comment] = ACTIONS(44), + }, + [612] = { + [sym__declaration_specifiers] = STATE(231), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -23721,11 +23828,11 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_parameter_declaration] = STATE(829), + [sym_parameter_declaration] = STATE(840), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1730), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1758), [anon_sym_extern] = ACTIONS(28), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), @@ -23744,893 +23851,893 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [604] = { - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_COMMA] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_COLON] = ACTIONS(1732), + [613] = { + [anon_sym_LPAREN] = ACTIONS(1760), + [anon_sym_COMMA] = ACTIONS(1760), + [anon_sym_RPAREN] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1760), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_EQ] = ACTIONS(1760), + [anon_sym_COLON] = ACTIONS(1760), [sym_comment] = ACTIONS(44), }, - [605] = { - [sym__declarator] = STATE(135), - [sym__abstract_declarator] = STATE(373), - [sym_pointer_declarator] = STATE(56), - [sym_abstract_pointer_declarator] = STATE(220), - [sym_function_declarator] = STATE(56), - [sym_abstract_function_declarator] = STATE(220), - [sym_array_declarator] = STATE(56), - [sym_abstract_array_declarator] = STATE(220), - [sym_parameter_list] = STATE(221), - [anon_sym_LPAREN] = ACTIONS(864), - [anon_sym_RPAREN] = ACTIONS(838), - [anon_sym_STAR] = ACTIONS(1341), - [anon_sym_LBRACK] = ACTIONS(518), - [sym_identifier] = ACTIONS(131), + [614] = { + [sym__declarator] = STATE(137), + [sym__abstract_declarator] = STATE(379), + [sym_pointer_declarator] = STATE(57), + [sym_abstract_pointer_declarator] = STATE(224), + [sym_function_declarator] = STATE(57), + [sym_abstract_function_declarator] = STATE(224), + [sym_array_declarator] = STATE(57), + [sym_abstract_array_declarator] = STATE(224), + [sym_parameter_list] = STATE(225), + [anon_sym_LPAREN] = ACTIONS(882), + [anon_sym_RPAREN] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_LBRACK] = ACTIONS(526), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [606] = { - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(111), - [anon_sym_RPAREN] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [sym_identifier] = ACTIONS(115), + [615] = { + [anon_sym_LPAREN] = ACTIONS(1762), + [anon_sym_COMMA] = ACTIONS(113), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [607] = { - [sym_preproc_arg] = ACTIONS(1741), + [616] = { + [sym_preproc_arg] = ACTIONS(1769), [sym_comment] = ACTIONS(54), }, - [608] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), - [anon_sym_LPAREN] = ACTIONS(340), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), - [sym_preproc_directive] = ACTIONS(344), - [anon_sym_SEMI] = ACTIONS(340), - [anon_sym_typedef] = ACTIONS(342), - [anon_sym_extern] = ACTIONS(342), - [anon_sym_LBRACE] = ACTIONS(340), - [anon_sym_RBRACE] = ACTIONS(340), - [anon_sym_STAR] = ACTIONS(340), - [anon_sym_static] = ACTIONS(342), - [anon_sym_auto] = ACTIONS(342), - [anon_sym_register] = ACTIONS(342), - [anon_sym_inline] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_restrict] = ACTIONS(342), - [anon_sym_volatile] = ACTIONS(342), - [anon_sym_unsigned] = ACTIONS(342), - [anon_sym_long] = ACTIONS(342), - [anon_sym_short] = ACTIONS(342), - [sym_primitive_type] = ACTIONS(342), - [anon_sym_enum] = ACTIONS(342), - [anon_sym_struct] = ACTIONS(342), - [anon_sym_union] = ACTIONS(342), - [anon_sym_if] = ACTIONS(342), - [anon_sym_switch] = ACTIONS(342), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(342), - [anon_sym_while] = ACTIONS(342), - [anon_sym_do] = ACTIONS(342), - [anon_sym_for] = ACTIONS(342), - [anon_sym_return] = ACTIONS(342), - [anon_sym_break] = ACTIONS(342), - [anon_sym_continue] = ACTIONS(342), - [anon_sym_goto] = ACTIONS(342), - [anon_sym_AMP] = ACTIONS(340), - [anon_sym_BANG] = ACTIONS(340), - [anon_sym_TILDE] = ACTIONS(340), - [anon_sym_PLUS] = ACTIONS(342), - [anon_sym_DASH] = ACTIONS(342), - [anon_sym_DASH_DASH] = ACTIONS(340), - [anon_sym_PLUS_PLUS] = ACTIONS(340), - [anon_sym_sizeof] = ACTIONS(342), - [sym_number_literal] = ACTIONS(342), - [sym_char_literal] = ACTIONS(342), - [sym_string_literal] = ACTIONS(340), - [sym_identifier] = ACTIONS(344), - [sym_true] = ACTIONS(340), - [sym_false] = ACTIONS(340), - [sym_null] = ACTIONS(342), + [617] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(346), + [anon_sym_LPAREN] = ACTIONS(344), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(346), + [sym_preproc_directive] = ACTIONS(348), + [anon_sym_SEMI] = ACTIONS(344), + [anon_sym_typedef] = ACTIONS(346), + [anon_sym_extern] = ACTIONS(346), + [anon_sym_LBRACE] = ACTIONS(344), + [anon_sym_RBRACE] = ACTIONS(344), + [anon_sym_STAR] = ACTIONS(344), + [anon_sym_static] = ACTIONS(346), + [anon_sym_auto] = ACTIONS(346), + [anon_sym_register] = ACTIONS(346), + [anon_sym_inline] = ACTIONS(346), + [anon_sym_const] = ACTIONS(346), + [anon_sym_restrict] = ACTIONS(346), + [anon_sym_volatile] = ACTIONS(346), + [anon_sym_unsigned] = ACTIONS(346), + [anon_sym_long] = ACTIONS(346), + [anon_sym_short] = ACTIONS(346), + [sym_primitive_type] = ACTIONS(346), + [anon_sym_enum] = ACTIONS(346), + [anon_sym_struct] = ACTIONS(346), + [anon_sym_union] = ACTIONS(346), + [anon_sym_if] = ACTIONS(346), + [anon_sym_switch] = ACTIONS(346), + [anon_sym_case] = ACTIONS(346), + [anon_sym_default] = ACTIONS(346), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(346), + [anon_sym_for] = ACTIONS(346), + [anon_sym_return] = ACTIONS(346), + [anon_sym_break] = ACTIONS(346), + [anon_sym_continue] = ACTIONS(346), + [anon_sym_goto] = ACTIONS(346), + [anon_sym_AMP] = ACTIONS(344), + [anon_sym_BANG] = ACTIONS(344), + [anon_sym_TILDE] = ACTIONS(344), + [anon_sym_PLUS] = ACTIONS(346), + [anon_sym_DASH] = ACTIONS(346), + [anon_sym_DASH_DASH] = ACTIONS(344), + [anon_sym_PLUS_PLUS] = ACTIONS(344), + [anon_sym_sizeof] = ACTIONS(346), + [sym_number_literal] = ACTIONS(346), + [sym_char_literal] = ACTIONS(346), + [sym_string_literal] = ACTIONS(344), + [sym_identifier] = ACTIONS(348), + [sym_true] = ACTIONS(344), + [sym_false] = ACTIONS(344), + [sym_null] = ACTIONS(346), [sym_comment] = ACTIONS(44), }, - [609] = { - [anon_sym_LF] = ACTIONS(1743), - [sym_preproc_arg] = ACTIONS(1745), + [618] = { + [anon_sym_LF] = ACTIONS(1771), + [sym_preproc_arg] = ACTIONS(1773), [sym_comment] = ACTIONS(54), }, - [610] = { - [anon_sym_RPAREN] = ACTIONS(1747), + [619] = { + [anon_sym_RPAREN] = ACTIONS(1775), [sym_comment] = ACTIONS(44), }, - [611] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [620] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(834), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(845), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [612] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1545), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [621] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1571), + [anon_sym_RPAREN] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [613] = { - [sym__expression] = STATE(835), - [sym_comma_expression] = STATE(723), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [622] = { + [sym__expression] = STATE(846), + [sym_comma_expression] = STATE(733), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [614] = { - [anon_sym_LPAREN] = ACTIONS(1749), - [anon_sym_COMMA] = ACTIONS(1749), - [anon_sym_RPAREN] = ACTIONS(1749), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_RBRACE] = ACTIONS(1749), - [anon_sym_STAR] = ACTIONS(1751), - [anon_sym_LBRACK] = ACTIONS(1749), - [anon_sym_RBRACK] = ACTIONS(1749), - [anon_sym_EQ] = ACTIONS(1751), - [anon_sym_COLON] = ACTIONS(1749), - [anon_sym_QMARK] = ACTIONS(1749), - [anon_sym_STAR_EQ] = ACTIONS(1749), - [anon_sym_SLASH_EQ] = ACTIONS(1749), - [anon_sym_PERCENT_EQ] = ACTIONS(1749), - [anon_sym_PLUS_EQ] = ACTIONS(1749), - [anon_sym_DASH_EQ] = ACTIONS(1749), - [anon_sym_LT_LT_EQ] = ACTIONS(1749), - [anon_sym_GT_GT_EQ] = ACTIONS(1749), - [anon_sym_AMP_EQ] = ACTIONS(1749), - [anon_sym_CARET_EQ] = ACTIONS(1749), - [anon_sym_PIPE_EQ] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1751), - [anon_sym_PIPE_PIPE] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_PIPE] = ACTIONS(1751), - [anon_sym_CARET] = ACTIONS(1751), - [anon_sym_EQ_EQ] = ACTIONS(1749), - [anon_sym_BANG_EQ] = ACTIONS(1749), - [anon_sym_LT] = ACTIONS(1751), - [anon_sym_GT] = ACTIONS(1751), - [anon_sym_LT_EQ] = ACTIONS(1749), - [anon_sym_GT_EQ] = ACTIONS(1749), - [anon_sym_LT_LT] = ACTIONS(1751), - [anon_sym_GT_GT] = ACTIONS(1751), - [anon_sym_PLUS] = ACTIONS(1751), - [anon_sym_DASH] = ACTIONS(1751), - [anon_sym_SLASH] = ACTIONS(1751), - [anon_sym_PERCENT] = ACTIONS(1751), - [anon_sym_DASH_DASH] = ACTIONS(1749), - [anon_sym_PLUS_PLUS] = ACTIONS(1749), - [anon_sym_DOT] = ACTIONS(1749), - [anon_sym_DASH_GT] = ACTIONS(1749), + [623] = { + [anon_sym_LPAREN] = ACTIONS(1777), + [anon_sym_COMMA] = ACTIONS(1777), + [anon_sym_RPAREN] = ACTIONS(1777), + [anon_sym_SEMI] = ACTIONS(1777), + [anon_sym_RBRACE] = ACTIONS(1777), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_LBRACK] = ACTIONS(1777), + [anon_sym_RBRACK] = ACTIONS(1777), + [anon_sym_EQ] = ACTIONS(1779), + [anon_sym_COLON] = ACTIONS(1777), + [anon_sym_QMARK] = ACTIONS(1777), + [anon_sym_STAR_EQ] = ACTIONS(1777), + [anon_sym_SLASH_EQ] = ACTIONS(1777), + [anon_sym_PERCENT_EQ] = ACTIONS(1777), + [anon_sym_PLUS_EQ] = ACTIONS(1777), + [anon_sym_DASH_EQ] = ACTIONS(1777), + [anon_sym_LT_LT_EQ] = ACTIONS(1777), + [anon_sym_GT_GT_EQ] = ACTIONS(1777), + [anon_sym_AMP_EQ] = ACTIONS(1777), + [anon_sym_CARET_EQ] = ACTIONS(1777), + [anon_sym_PIPE_EQ] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym_PIPE_PIPE] = ACTIONS(1777), + [anon_sym_AMP_AMP] = ACTIONS(1777), + [anon_sym_PIPE] = ACTIONS(1779), + [anon_sym_CARET] = ACTIONS(1779), + [anon_sym_EQ_EQ] = ACTIONS(1777), + [anon_sym_BANG_EQ] = ACTIONS(1777), + [anon_sym_LT] = ACTIONS(1779), + [anon_sym_GT] = ACTIONS(1779), + [anon_sym_LT_EQ] = ACTIONS(1777), + [anon_sym_GT_EQ] = ACTIONS(1777), + [anon_sym_LT_LT] = ACTIONS(1779), + [anon_sym_GT_GT] = ACTIONS(1779), + [anon_sym_PLUS] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1779), + [anon_sym_PERCENT] = ACTIONS(1779), + [anon_sym_DASH_DASH] = ACTIONS(1777), + [anon_sym_PLUS_PLUS] = ACTIONS(1777), + [anon_sym_DOT] = ACTIONS(1777), + [anon_sym_DASH_GT] = ACTIONS(1777), [sym_comment] = ACTIONS(44), }, - [615] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [624] = { + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [616] = { - [sym__expression] = STATE(836), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [625] = { + [sym__expression] = STATE(847), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [617] = { - [sym__expression] = STATE(837), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [626] = { + [sym__expression] = STATE(848), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [618] = { - [sym__expression] = STATE(838), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [627] = { + [sym__expression] = STATE(849), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [619] = { - [sym__expression] = STATE(839), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [628] = { + [sym__expression] = STATE(850), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [620] = { - [sym__expression] = STATE(840), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [629] = { + [sym__expression] = STATE(851), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [621] = { - [sym__expression] = STATE(841), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [630] = { + [sym__expression] = STATE(852), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [622] = { - [sym__expression] = STATE(842), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [631] = { + [sym__expression] = STATE(853), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [623] = { - [sym__expression] = STATE(843), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [632] = { + [sym__expression] = STATE(854), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [624] = { - [sym__expression] = STATE(844), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [633] = { + [sym__expression] = STATE(855), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [625] = { - [sym__expression] = STATE(845), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [634] = { + [sym__expression] = STATE(856), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [626] = { - [sym__expression] = STATE(846), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [635] = { + [sym__expression] = STATE(857), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [627] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [636] = { + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [628] = { - [sym_string_literal] = ACTIONS(1753), - [sym_system_lib_string] = ACTIONS(1755), + [637] = { + [sym_string_literal] = ACTIONS(1781), + [sym_system_lib_string] = ACTIONS(1783), [sym_comment] = ACTIONS(44), }, - [629] = { - [sym_identifier] = ACTIONS(1757), + [638] = { + [sym_identifier] = ACTIONS(1785), [sym_comment] = ACTIONS(44), }, - [630] = { - [sym_preproc_arg] = ACTIONS(1759), + [639] = { + [sym_preproc_arg] = ACTIONS(1787), [sym_comment] = ACTIONS(54), }, - [631] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1763), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1761), - [sym_preproc_directive] = ACTIONS(1765), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_typedef] = ACTIONS(1761), - [anon_sym_extern] = ACTIONS(1761), - [anon_sym_LBRACE] = ACTIONS(1763), - [anon_sym_RBRACE] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1761), - [anon_sym_auto] = ACTIONS(1761), - [anon_sym_register] = ACTIONS(1761), - [anon_sym_inline] = ACTIONS(1761), - [anon_sym_const] = ACTIONS(1761), - [anon_sym_restrict] = ACTIONS(1761), - [anon_sym_volatile] = ACTIONS(1761), - [anon_sym_unsigned] = ACTIONS(1761), - [anon_sym_long] = ACTIONS(1761), - [anon_sym_short] = ACTIONS(1761), - [sym_primitive_type] = ACTIONS(1761), - [anon_sym_enum] = ACTIONS(1761), - [anon_sym_struct] = ACTIONS(1761), - [anon_sym_union] = ACTIONS(1761), - [anon_sym_if] = ACTIONS(1761), - [anon_sym_switch] = ACTIONS(1761), - [anon_sym_case] = ACTIONS(1761), - [anon_sym_default] = ACTIONS(1761), - [anon_sym_while] = ACTIONS(1761), - [anon_sym_do] = ACTIONS(1761), - [anon_sym_for] = ACTIONS(1761), - [anon_sym_return] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1761), - [anon_sym_continue] = ACTIONS(1761), - [anon_sym_goto] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_BANG] = ACTIONS(1763), - [anon_sym_TILDE] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1761), - [anon_sym_DASH_DASH] = ACTIONS(1763), - [anon_sym_PLUS_PLUS] = ACTIONS(1763), - [anon_sym_sizeof] = ACTIONS(1761), - [sym_number_literal] = ACTIONS(1761), - [sym_char_literal] = ACTIONS(1761), - [sym_string_literal] = ACTIONS(1763), - [sym_identifier] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1761), + [640] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1789), + [anon_sym_LPAREN] = ACTIONS(1791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1789), + [sym_preproc_directive] = ACTIONS(1793), + [anon_sym_SEMI] = ACTIONS(1791), + [anon_sym_typedef] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1789), + [anon_sym_LBRACE] = ACTIONS(1791), + [anon_sym_RBRACE] = ACTIONS(1791), + [anon_sym_STAR] = ACTIONS(1791), + [anon_sym_static] = ACTIONS(1789), + [anon_sym_auto] = ACTIONS(1789), + [anon_sym_register] = ACTIONS(1789), + [anon_sym_inline] = ACTIONS(1789), + [anon_sym_const] = ACTIONS(1789), + [anon_sym_restrict] = ACTIONS(1789), + [anon_sym_volatile] = ACTIONS(1789), + [anon_sym_unsigned] = ACTIONS(1789), + [anon_sym_long] = ACTIONS(1789), + [anon_sym_short] = ACTIONS(1789), + [sym_primitive_type] = ACTIONS(1789), + [anon_sym_enum] = ACTIONS(1789), + [anon_sym_struct] = ACTIONS(1789), + [anon_sym_union] = ACTIONS(1789), + [anon_sym_if] = ACTIONS(1789), + [anon_sym_switch] = ACTIONS(1789), + [anon_sym_case] = ACTIONS(1789), + [anon_sym_default] = ACTIONS(1789), + [anon_sym_while] = ACTIONS(1789), + [anon_sym_do] = ACTIONS(1789), + [anon_sym_for] = ACTIONS(1789), + [anon_sym_return] = ACTIONS(1789), + [anon_sym_break] = ACTIONS(1789), + [anon_sym_continue] = ACTIONS(1789), + [anon_sym_goto] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1791), + [anon_sym_BANG] = ACTIONS(1791), + [anon_sym_TILDE] = ACTIONS(1791), + [anon_sym_PLUS] = ACTIONS(1789), + [anon_sym_DASH] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1791), + [anon_sym_PLUS_PLUS] = ACTIONS(1791), + [anon_sym_sizeof] = ACTIONS(1789), + [sym_number_literal] = ACTIONS(1789), + [sym_char_literal] = ACTIONS(1789), + [sym_string_literal] = ACTIONS(1791), + [sym_identifier] = ACTIONS(1793), + [sym_true] = ACTIONS(1791), + [sym_false] = ACTIONS(1791), + [sym_null] = ACTIONS(1789), [sym_comment] = ACTIONS(44), }, - [632] = { - [sym_identifier] = ACTIONS(1767), + [641] = { + [sym_identifier] = ACTIONS(1795), [sym_comment] = ACTIONS(44), }, - [633] = { - [sym_identifier] = ACTIONS(1769), + [642] = { + [sym_identifier] = ACTIONS(1797), [sym_comment] = ACTIONS(44), }, - [634] = { - [sym_preproc_arg] = ACTIONS(1771), + [643] = { + [sym_preproc_arg] = ACTIONS(1799), [sym_comment] = ACTIONS(54), }, - [635] = { - [sym_preproc_include] = STATE(876), - [sym_preproc_def] = STATE(876), - [sym_preproc_function_def] = STATE(876), - [sym_preproc_call] = STATE(876), - [sym_preproc_if_in_compound_statement] = STATE(877), - [sym_preproc_ifdef_in_compound_statement] = STATE(878), - [sym_declaration] = STATE(876), - [sym_type_definition] = STATE(876), - [sym__declaration_specifiers] = STATE(879), - [sym_compound_statement] = STATE(876), + [644] = { + [sym_preproc_include] = STATE(887), + [sym_preproc_def] = STATE(887), + [sym_preproc_function_def] = STATE(887), + [sym_preproc_call] = STATE(887), + [sym_preproc_if_in_compound_statement] = STATE(888), + [sym_preproc_ifdef_in_compound_statement] = STATE(889), + [sym_declaration] = STATE(887), + [sym_type_definition] = STATE(887), + [sym__declaration_specifiers] = STATE(890), + [sym_compound_statement] = STATE(887), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -24638,55 +24745,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(876), - [sym_expression_statement] = STATE(876), - [sym_if_statement] = STATE(876), - [sym_switch_statement] = STATE(876), - [sym_case_statement] = STATE(876), - [sym_while_statement] = STATE(876), - [sym_do_statement] = STATE(876), - [sym_for_statement] = STATE(876), - [sym_return_statement] = STATE(876), - [sym_break_statement] = STATE(876), - [sym_continue_statement] = STATE(876), - [sym_goto_statement] = STATE(876), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(876), + [sym_labeled_statement] = STATE(887), + [sym_expression_statement] = STATE(887), + [sym_if_statement] = STATE(887), + [sym_switch_statement] = STATE(887), + [sym_case_statement] = STATE(887), + [sym_while_statement] = STATE(887), + [sym_do_statement] = STATE(887), + [sym_for_statement] = STATE(887), + [sym_return_statement] = STATE(887), + [sym_break_statement] = STATE(887), + [sym_continue_statement] = STATE(887), + [sym_goto_statement] = STATE(887), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(887), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(882), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(893), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1773), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1775), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1777), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1779), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1781), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1785), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_typedef] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1801), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1803), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1809), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1811), + [sym_preproc_directive] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1817), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -24701,130 +24808,131 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1815), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1843), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [636] = { - [sym_preproc_arg] = ACTIONS(1817), + [645] = { + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1845), + [anon_sym_LF] = ACTIONS(1847), [sym_comment] = ACTIONS(54), }, - [637] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(904), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(902), - [sym_char_literal] = ACTIONS(902), - [sym_string_literal] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_true] = ACTIONS(904), - [sym_false] = ACTIONS(904), - [sym_null] = ACTIONS(902), + [646] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(924), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(922), + [sym_preproc_directive] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_typedef] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(924), + [anon_sym_static] = ACTIONS(922), + [anon_sym_auto] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_inline] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_restrict] = ACTIONS(922), + [anon_sym_volatile] = ACTIONS(922), + [anon_sym_unsigned] = ACTIONS(922), + [anon_sym_long] = ACTIONS(922), + [anon_sym_short] = ACTIONS(922), + [sym_primitive_type] = ACTIONS(922), + [anon_sym_enum] = ACTIONS(922), + [anon_sym_struct] = ACTIONS(922), + [anon_sym_union] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_switch] = ACTIONS(922), + [anon_sym_case] = ACTIONS(922), + [anon_sym_default] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_goto] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_sizeof] = ACTIONS(922), + [sym_number_literal] = ACTIONS(922), + [sym_char_literal] = ACTIONS(922), + [sym_string_literal] = ACTIONS(924), + [sym_identifier] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(922), [sym_comment] = ACTIONS(44), }, - [638] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(884), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(885), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [647] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(896), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(897), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [639] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [648] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -24832,55 +24940,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(887), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(899), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(1819), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -24895,512 +25003,512 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [640] = { - [anon_sym_LPAREN] = ACTIONS(1821), + [649] = { + [anon_sym_LPAREN] = ACTIONS(1851), [sym_comment] = ACTIONS(44), }, - [641] = { - [anon_sym_LPAREN] = ACTIONS(1823), + [650] = { + [anon_sym_LPAREN] = ACTIONS(1853), [sym_comment] = ACTIONS(44), }, - [642] = { - [sym__expression] = STATE(890), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [651] = { + [sym__expression] = STATE(902), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [643] = { - [anon_sym_COLON] = ACTIONS(1825), + [652] = { + [anon_sym_COLON] = ACTIONS(1855), [sym_comment] = ACTIONS(44), }, - [644] = { - [anon_sym_LPAREN] = ACTIONS(1827), + [653] = { + [anon_sym_LPAREN] = ACTIONS(1857), [sym_comment] = ACTIONS(44), }, - [645] = { - [sym_compound_statement] = STATE(893), - [sym_labeled_statement] = STATE(893), - [sym_expression_statement] = STATE(893), - [sym_if_statement] = STATE(893), - [sym_switch_statement] = STATE(893), - [sym_case_statement] = STATE(893), - [sym_while_statement] = STATE(893), - [sym_do_statement] = STATE(893), - [sym_for_statement] = STATE(893), - [sym_return_statement] = STATE(893), - [sym_break_statement] = STATE(893), - [sym_continue_statement] = STATE(893), - [sym_goto_statement] = STATE(893), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [654] = { + [sym_compound_statement] = STATE(905), + [sym_labeled_statement] = STATE(905), + [sym_expression_statement] = STATE(905), + [sym_if_statement] = STATE(905), + [sym_switch_statement] = STATE(905), + [sym_case_statement] = STATE(905), + [sym_while_statement] = STATE(905), + [sym_do_statement] = STATE(905), + [sym_for_statement] = STATE(905), + [sym_return_statement] = STATE(905), + [sym_break_statement] = STATE(905), + [sym_continue_statement] = STATE(905), + [sym_goto_statement] = STATE(905), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [646] = { - [anon_sym_LPAREN] = ACTIONS(1829), + [655] = { + [anon_sym_LPAREN] = ACTIONS(1859), [sym_comment] = ACTIONS(44), }, - [647] = { - [sym__expression] = STATE(896), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(1831), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [656] = { + [sym__expression] = STATE(908), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(1861), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [648] = { - [anon_sym_SEMI] = ACTIONS(1833), + [657] = { + [anon_sym_SEMI] = ACTIONS(1863), [sym_comment] = ACTIONS(44), }, - [649] = { - [anon_sym_SEMI] = ACTIONS(1835), + [658] = { + [anon_sym_SEMI] = ACTIONS(1865), [sym_comment] = ACTIONS(44), }, - [650] = { - [sym_identifier] = ACTIONS(1837), + [659] = { + [sym_identifier] = ACTIONS(1867), [sym_comment] = ACTIONS(44), }, - [651] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(1839), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), - [sym_comment] = ACTIONS(44), - }, - [652] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(982), - [anon_sym_LPAREN] = ACTIONS(984), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(982), - [sym_preproc_directive] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(984), - [anon_sym_typedef] = ACTIONS(982), - [anon_sym_extern] = ACTIONS(982), - [anon_sym_LBRACE] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(984), - [anon_sym_static] = ACTIONS(982), - [anon_sym_auto] = ACTIONS(982), - [anon_sym_register] = ACTIONS(982), - [anon_sym_inline] = ACTIONS(982), - [anon_sym_const] = ACTIONS(982), - [anon_sym_restrict] = ACTIONS(982), - [anon_sym_volatile] = ACTIONS(982), - [anon_sym_unsigned] = ACTIONS(982), - [anon_sym_long] = ACTIONS(982), - [anon_sym_short] = ACTIONS(982), - [sym_primitive_type] = ACTIONS(982), - [anon_sym_enum] = ACTIONS(982), - [anon_sym_struct] = ACTIONS(982), - [anon_sym_union] = ACTIONS(982), - [anon_sym_if] = ACTIONS(982), - [anon_sym_switch] = ACTIONS(982), - [anon_sym_case] = ACTIONS(982), - [anon_sym_default] = ACTIONS(982), - [anon_sym_while] = ACTIONS(982), - [anon_sym_do] = ACTIONS(982), - [anon_sym_for] = ACTIONS(982), - [anon_sym_return] = ACTIONS(982), - [anon_sym_break] = ACTIONS(982), - [anon_sym_continue] = ACTIONS(982), - [anon_sym_goto] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(984), - [anon_sym_BANG] = ACTIONS(984), - [anon_sym_TILDE] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(982), + [660] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(1869), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), [anon_sym_DASH_DASH] = ACTIONS(984), [anon_sym_PLUS_PLUS] = ACTIONS(984), - [anon_sym_sizeof] = ACTIONS(982), - [sym_number_literal] = ACTIONS(982), - [sym_char_literal] = ACTIONS(982), - [sym_string_literal] = ACTIONS(984), - [sym_identifier] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(982), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [653] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(988), - [anon_sym_LPAREN] = ACTIONS(990), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [sym_number_literal] = ACTIONS(988), - [sym_char_literal] = ACTIONS(988), - [sym_string_literal] = ACTIONS(990), - [sym_identifier] = ACTIONS(992), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [sym_null] = ACTIONS(988), + [661] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1002), + [anon_sym_LPAREN] = ACTIONS(1004), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1002), + [sym_preproc_directive] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1004), + [anon_sym_typedef] = ACTIONS(1002), + [anon_sym_extern] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1004), + [anon_sym_static] = ACTIONS(1002), + [anon_sym_auto] = ACTIONS(1002), + [anon_sym_register] = ACTIONS(1002), + [anon_sym_inline] = ACTIONS(1002), + [anon_sym_const] = ACTIONS(1002), + [anon_sym_restrict] = ACTIONS(1002), + [anon_sym_volatile] = ACTIONS(1002), + [anon_sym_unsigned] = ACTIONS(1002), + [anon_sym_long] = ACTIONS(1002), + [anon_sym_short] = ACTIONS(1002), + [sym_primitive_type] = ACTIONS(1002), + [anon_sym_enum] = ACTIONS(1002), + [anon_sym_struct] = ACTIONS(1002), + [anon_sym_union] = ACTIONS(1002), + [anon_sym_if] = ACTIONS(1002), + [anon_sym_switch] = ACTIONS(1002), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1002), + [anon_sym_while] = ACTIONS(1002), + [anon_sym_do] = ACTIONS(1002), + [anon_sym_for] = ACTIONS(1002), + [anon_sym_return] = ACTIONS(1002), + [anon_sym_break] = ACTIONS(1002), + [anon_sym_continue] = ACTIONS(1002), + [anon_sym_goto] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1004), + [anon_sym_BANG] = ACTIONS(1004), + [anon_sym_TILDE] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1002), + [anon_sym_DASH_DASH] = ACTIONS(1004), + [anon_sym_PLUS_PLUS] = ACTIONS(1004), + [anon_sym_sizeof] = ACTIONS(1002), + [sym_number_literal] = ACTIONS(1002), + [sym_char_literal] = ACTIONS(1002), + [sym_string_literal] = ACTIONS(1004), + [sym_identifier] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1002), [sym_comment] = ACTIONS(44), }, - [654] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(994), - [anon_sym_LPAREN] = ACTIONS(996), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(994), - [sym_preproc_directive] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(996), - [anon_sym_typedef] = ACTIONS(994), - [anon_sym_extern] = ACTIONS(994), - [anon_sym_LBRACE] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(996), - [anon_sym_static] = ACTIONS(994), - [anon_sym_auto] = ACTIONS(994), - [anon_sym_register] = ACTIONS(994), - [anon_sym_inline] = ACTIONS(994), - [anon_sym_const] = ACTIONS(994), - [anon_sym_restrict] = ACTIONS(994), - [anon_sym_volatile] = ACTIONS(994), - [anon_sym_unsigned] = ACTIONS(994), - [anon_sym_long] = ACTIONS(994), - [anon_sym_short] = ACTIONS(994), - [sym_primitive_type] = ACTIONS(994), - [anon_sym_enum] = ACTIONS(994), - [anon_sym_struct] = ACTIONS(994), - [anon_sym_union] = ACTIONS(994), - [anon_sym_if] = ACTIONS(994), - [anon_sym_switch] = ACTIONS(994), - [anon_sym_case] = ACTIONS(994), - [anon_sym_default] = ACTIONS(994), - [anon_sym_while] = ACTIONS(994), - [anon_sym_do] = ACTIONS(994), - [anon_sym_for] = ACTIONS(994), - [anon_sym_return] = ACTIONS(994), - [anon_sym_break] = ACTIONS(994), - [anon_sym_continue] = ACTIONS(994), - [anon_sym_goto] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_BANG] = ACTIONS(996), - [anon_sym_TILDE] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(994), - [anon_sym_DASH_DASH] = ACTIONS(996), - [anon_sym_PLUS_PLUS] = ACTIONS(996), - [anon_sym_sizeof] = ACTIONS(994), - [sym_number_literal] = ACTIONS(994), - [sym_char_literal] = ACTIONS(994), - [sym_string_literal] = ACTIONS(996), - [sym_identifier] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(994), + [662] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1010), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1008), + [sym_char_literal] = ACTIONS(1008), + [sym_string_literal] = ACTIONS(1010), + [sym_identifier] = ACTIONS(1012), + [sym_true] = ACTIONS(1010), + [sym_false] = ACTIONS(1010), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(44), }, - [655] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1841), + [663] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1014), + [anon_sym_LPAREN] = ACTIONS(1016), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1014), + [sym_preproc_directive] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1016), + [anon_sym_typedef] = ACTIONS(1014), + [anon_sym_extern] = ACTIONS(1014), + [anon_sym_LBRACE] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1016), + [anon_sym_static] = ACTIONS(1014), + [anon_sym_auto] = ACTIONS(1014), + [anon_sym_register] = ACTIONS(1014), + [anon_sym_inline] = ACTIONS(1014), + [anon_sym_const] = ACTIONS(1014), + [anon_sym_restrict] = ACTIONS(1014), + [anon_sym_volatile] = ACTIONS(1014), + [anon_sym_unsigned] = ACTIONS(1014), + [anon_sym_long] = ACTIONS(1014), + [anon_sym_short] = ACTIONS(1014), + [sym_primitive_type] = ACTIONS(1014), + [anon_sym_enum] = ACTIONS(1014), + [anon_sym_struct] = ACTIONS(1014), + [anon_sym_union] = ACTIONS(1014), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_switch] = ACTIONS(1014), + [anon_sym_case] = ACTIONS(1014), + [anon_sym_default] = ACTIONS(1014), + [anon_sym_while] = ACTIONS(1014), + [anon_sym_do] = ACTIONS(1014), + [anon_sym_for] = ACTIONS(1014), + [anon_sym_return] = ACTIONS(1014), + [anon_sym_break] = ACTIONS(1014), + [anon_sym_continue] = ACTIONS(1014), + [anon_sym_goto] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1016), + [anon_sym_BANG] = ACTIONS(1016), + [anon_sym_TILDE] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_PLUS_PLUS] = ACTIONS(1016), + [anon_sym_sizeof] = ACTIONS(1014), + [sym_number_literal] = ACTIONS(1014), + [sym_char_literal] = ACTIONS(1014), + [sym_string_literal] = ACTIONS(1016), + [sym_identifier] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1014), [sym_comment] = ACTIONS(44), }, - [656] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1843), + [664] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1871), [sym_comment] = ACTIONS(44), }, - [657] = { - [sym__declarator] = STATE(904), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(905), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(1845), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [665] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1873), [sym_comment] = ACTIONS(44), }, - [658] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(1847), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [666] = { + [sym__declarator] = STATE(916), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(917), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(1875), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [659] = { - [anon_sym_SEMI] = ACTIONS(1847), + [667] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(1877), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [660] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(911), - [sym_preproc_else_in_compound_statement] = STATE(912), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [668] = { + [anon_sym_SEMI] = ACTIONS(1877), + [sym_comment] = ACTIONS(44), + }, + [669] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(923), + [sym_preproc_else_in_compound_statement] = STATE(924), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -25408,56 +25516,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1849), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1879), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -25472,111 +25580,111 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [661] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1851), - [anon_sym_LPAREN] = ACTIONS(1853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_RBRACE] = ACTIONS(1853), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_auto] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_AMP] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1851), - [sym_char_literal] = ACTIONS(1851), - [sym_string_literal] = ACTIONS(1853), - [sym_identifier] = ACTIONS(1855), - [sym_true] = ACTIONS(1853), - [sym_false] = ACTIONS(1853), - [sym_null] = ACTIONS(1851), + [670] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(1883), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1881), + [sym_preproc_directive] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1883), + [anon_sym_typedef] = ACTIONS(1881), + [anon_sym_extern] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1883), + [anon_sym_RBRACE] = ACTIONS(1883), + [anon_sym_STAR] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1881), + [anon_sym_auto] = ACTIONS(1881), + [anon_sym_register] = ACTIONS(1881), + [anon_sym_inline] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1881), + [anon_sym_restrict] = ACTIONS(1881), + [anon_sym_volatile] = ACTIONS(1881), + [anon_sym_unsigned] = ACTIONS(1881), + [anon_sym_long] = ACTIONS(1881), + [anon_sym_short] = ACTIONS(1881), + [sym_primitive_type] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_union] = ACTIONS(1881), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_switch] = ACTIONS(1881), + [anon_sym_case] = ACTIONS(1881), + [anon_sym_default] = ACTIONS(1881), + [anon_sym_while] = ACTIONS(1881), + [anon_sym_do] = ACTIONS(1881), + [anon_sym_for] = ACTIONS(1881), + [anon_sym_return] = ACTIONS(1881), + [anon_sym_break] = ACTIONS(1881), + [anon_sym_continue] = ACTIONS(1881), + [anon_sym_goto] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_BANG] = ACTIONS(1883), + [anon_sym_TILDE] = ACTIONS(1883), + [anon_sym_PLUS] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1883), + [anon_sym_PLUS_PLUS] = ACTIONS(1883), + [anon_sym_sizeof] = ACTIONS(1881), + [sym_number_literal] = ACTIONS(1881), + [sym_char_literal] = ACTIONS(1881), + [sym_string_literal] = ACTIONS(1883), + [sym_identifier] = ACTIONS(1885), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [sym_null] = ACTIONS(1881), [sym_comment] = ACTIONS(44), }, - [662] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1857), + [671] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1887), [sym_comment] = ACTIONS(44), }, - [663] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1859), + [672] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1889), [sym_comment] = ACTIONS(44), }, - [664] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(916), - [sym_preproc_else_in_compound_statement] = STATE(917), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [673] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(928), + [sym_preproc_else_in_compound_statement] = STATE(929), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -25584,56 +25692,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1861), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1891), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -25648,111 +25756,111 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [665] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1863), - [anon_sym_LPAREN] = ACTIONS(1865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_RBRACE] = ACTIONS(1865), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_auto] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_AMP] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1863), - [sym_char_literal] = ACTIONS(1863), - [sym_string_literal] = ACTIONS(1865), - [sym_identifier] = ACTIONS(1867), - [sym_true] = ACTIONS(1865), - [sym_false] = ACTIONS(1865), - [sym_null] = ACTIONS(1863), + [674] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(1895), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1897), + [anon_sym_SEMI] = ACTIONS(1895), + [anon_sym_typedef] = ACTIONS(1893), + [anon_sym_extern] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(1895), + [anon_sym_RBRACE] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1893), + [anon_sym_auto] = ACTIONS(1893), + [anon_sym_register] = ACTIONS(1893), + [anon_sym_inline] = ACTIONS(1893), + [anon_sym_const] = ACTIONS(1893), + [anon_sym_restrict] = ACTIONS(1893), + [anon_sym_volatile] = ACTIONS(1893), + [anon_sym_unsigned] = ACTIONS(1893), + [anon_sym_long] = ACTIONS(1893), + [anon_sym_short] = ACTIONS(1893), + [sym_primitive_type] = ACTIONS(1893), + [anon_sym_enum] = ACTIONS(1893), + [anon_sym_struct] = ACTIONS(1893), + [anon_sym_union] = ACTIONS(1893), + [anon_sym_if] = ACTIONS(1893), + [anon_sym_switch] = ACTIONS(1893), + [anon_sym_case] = ACTIONS(1893), + [anon_sym_default] = ACTIONS(1893), + [anon_sym_while] = ACTIONS(1893), + [anon_sym_do] = ACTIONS(1893), + [anon_sym_for] = ACTIONS(1893), + [anon_sym_return] = ACTIONS(1893), + [anon_sym_break] = ACTIONS(1893), + [anon_sym_continue] = ACTIONS(1893), + [anon_sym_goto] = ACTIONS(1893), + [anon_sym_AMP] = ACTIONS(1895), + [anon_sym_BANG] = ACTIONS(1895), + [anon_sym_TILDE] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1893), + [anon_sym_DASH] = ACTIONS(1893), + [anon_sym_DASH_DASH] = ACTIONS(1895), + [anon_sym_PLUS_PLUS] = ACTIONS(1895), + [anon_sym_sizeof] = ACTIONS(1893), + [sym_number_literal] = ACTIONS(1893), + [sym_char_literal] = ACTIONS(1893), + [sym_string_literal] = ACTIONS(1895), + [sym_identifier] = ACTIONS(1897), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [sym_null] = ACTIONS(1893), [sym_comment] = ACTIONS(44), }, - [666] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1869), + [675] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1899), [sym_comment] = ACTIONS(44), }, - [667] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1871), + [676] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1901), [sym_comment] = ACTIONS(44), }, - [668] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(921), - [sym_preproc_else_in_compound_statement] = STATE(922), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [677] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(933), + [sym_preproc_else_in_compound_statement] = STATE(934), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -25760,56 +25868,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1903), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -25824,623 +25932,627 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [669] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(1875), - [anon_sym_LBRACK] = ACTIONS(436), + [678] = { + [anon_sym_LF] = ACTIONS(1905), + [sym_comment] = ACTIONS(54), + }, + [679] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(1907), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [670] = { - [sym__type_declarator] = STATE(924), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [680] = { + [sym__type_declarator] = STATE(937), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [671] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_RBRACE] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_switch] = ACTIONS(1579), - [anon_sym_case] = ACTIONS(1579), - [anon_sym_default] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_goto] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_BANG] = ACTIONS(1577), - [anon_sym_TILDE] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_DASH_DASH] = ACTIONS(1577), - [anon_sym_PLUS_PLUS] = ACTIONS(1577), - [anon_sym_sizeof] = ACTIONS(1579), - [sym_number_literal] = ACTIONS(1579), - [sym_char_literal] = ACTIONS(1579), - [sym_string_literal] = ACTIONS(1577), - [sym_identifier] = ACTIONS(1581), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1579), + [681] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_RBRACE] = ACTIONS(1603), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1605), + [sym_char_literal] = ACTIONS(1605), + [sym_string_literal] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1607), + [sym_true] = ACTIONS(1603), + [sym_false] = ACTIONS(1603), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(44), }, - [672] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [682] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(925), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(938), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [673] = { - [sym__expression] = STATE(407), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [683] = { + [sym__expression] = STATE(414), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [674] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [684] = { + [sym__expression] = STATE(440), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [675] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [685] = { + [sym__expression] = STATE(441), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [676] = { - [sym__expression] = STATE(435), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [686] = { + [sym__expression] = STATE(442), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [677] = { - [sym__expression] = STATE(927), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1877), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [687] = { + [sym__expression] = STATE(940), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1909), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [678] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [688] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(1911), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [679] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1909), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [689] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [680] = { - [anon_sym_RPAREN] = ACTIONS(1911), + [690] = { + [anon_sym_RPAREN] = ACTIONS(1943), [sym_comment] = ACTIONS(44), }, - [681] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [691] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(943), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(956), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [682] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_COLON] = ACTIONS(1545), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [692] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_COLON] = ACTIONS(1571), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [683] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [693] = { + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [684] = { - [sym__expression] = STATE(944), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [694] = { + [sym__expression] = STATE(957), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [685] = { - [sym_declaration] = STATE(945), - [sym_type_definition] = STATE(945), - [sym__declaration_specifiers] = STATE(698), - [sym_compound_statement] = STATE(945), + [695] = { + [sym_declaration] = STATE(958), + [sym_type_definition] = STATE(958), + [sym__declaration_specifiers] = STATE(708), + [sym_compound_statement] = STATE(958), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -26448,46 +26560,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(945), - [sym_expression_statement] = STATE(945), - [sym_if_statement] = STATE(945), - [sym_switch_statement] = STATE(945), - [sym_case_statement] = STATE(945), - [sym_while_statement] = STATE(945), - [sym_do_statement] = STATE(945), - [sym_for_statement] = STATE(945), - [sym_return_statement] = STATE(945), - [sym_break_statement] = STATE(945), - [sym_continue_statement] = STATE(945), - [sym_goto_statement] = STATE(945), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_case_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_goto_statement] = STATE(958), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -26502,695 +26614,695 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1491), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1517), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [686] = { - [sym__expression] = STATE(946), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [696] = { + [sym__expression] = STATE(959), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [687] = { - [sym__expression] = STATE(947), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [697] = { + [sym__expression] = STATE(960), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [688] = { - [sym__expression] = STATE(948), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [698] = { + [sym__expression] = STATE(961), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [689] = { - [sym__expression] = STATE(949), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [699] = { + [sym__expression] = STATE(962), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [690] = { - [sym__expression] = STATE(950), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [700] = { + [sym__expression] = STATE(963), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [691] = { - [sym__expression] = STATE(951), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [701] = { + [sym__expression] = STATE(964), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [692] = { - [sym__expression] = STATE(952), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [702] = { + [sym__expression] = STATE(965), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [693] = { - [sym__expression] = STATE(953), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [703] = { + [sym__expression] = STATE(966), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [694] = { - [sym__expression] = STATE(954), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [704] = { + [sym__expression] = STATE(967), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [695] = { - [sym__expression] = STATE(955), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [705] = { + [sym__expression] = STATE(968), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [696] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(980), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [706] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(1000), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [697] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1913), - [sym_preproc_directive] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_typedef] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_RBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_auto] = ACTIONS(1913), - [anon_sym_register] = ACTIONS(1913), - [anon_sym_inline] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_restrict] = ACTIONS(1913), - [anon_sym_volatile] = ACTIONS(1913), - [anon_sym_unsigned] = ACTIONS(1913), - [anon_sym_long] = ACTIONS(1913), - [anon_sym_short] = ACTIONS(1913), - [sym_primitive_type] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_switch] = ACTIONS(1913), - [anon_sym_case] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_do] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_goto] = ACTIONS(1913), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_TILDE] = ACTIONS(1915), - [anon_sym_PLUS] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1913), - [anon_sym_DASH_DASH] = ACTIONS(1915), - [anon_sym_PLUS_PLUS] = ACTIONS(1915), - [anon_sym_sizeof] = ACTIONS(1913), - [sym_number_literal] = ACTIONS(1913), - [sym_char_literal] = ACTIONS(1913), - [sym_string_literal] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [sym_true] = ACTIONS(1915), - [sym_false] = ACTIONS(1915), - [sym_null] = ACTIONS(1913), + [707] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1945), + [sym_preproc_directive] = ACTIONS(1949), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_typedef] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_RBRACE] = ACTIONS(1947), + [anon_sym_STAR] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1945), + [anon_sym_auto] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_inline] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_restrict] = ACTIONS(1945), + [anon_sym_volatile] = ACTIONS(1945), + [anon_sym_unsigned] = ACTIONS(1945), + [anon_sym_long] = ACTIONS(1945), + [anon_sym_short] = ACTIONS(1945), + [sym_primitive_type] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_switch] = ACTIONS(1945), + [anon_sym_case] = ACTIONS(1945), + [anon_sym_default] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1947), + [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_PLUS_PLUS] = ACTIONS(1947), + [anon_sym_sizeof] = ACTIONS(1945), + [sym_number_literal] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [sym_string_literal] = ACTIONS(1947), + [sym_identifier] = ACTIONS(1949), + [sym_true] = ACTIONS(1947), + [sym_false] = ACTIONS(1947), + [sym_null] = ACTIONS(1945), [sym_comment] = ACTIONS(44), }, - [698] = { - [sym__declarator] = STATE(442), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(443), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [708] = { + [sym__declarator] = STATE(449), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(450), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [699] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1919), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [709] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(1951), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [700] = { - [sym__expression] = STATE(957), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [710] = { + [sym__expression] = STATE(970), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [701] = { - [sym__expression] = STATE(958), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [711] = { + [sym__expression] = STATE(971), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [702] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(1921), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [712] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(1953), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [703] = { - [sym_declaration] = STATE(697), - [sym_type_definition] = STATE(697), - [sym__declaration_specifiers] = STATE(698), - [sym_compound_statement] = STATE(697), + [713] = { + [sym_declaration] = STATE(707), + [sym_type_definition] = STATE(707), + [sym__declaration_specifiers] = STATE(708), + [sym_compound_statement] = STATE(707), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -27198,46 +27310,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(697), - [sym_expression_statement] = STATE(697), - [sym_if_statement] = STATE(697), - [sym_switch_statement] = STATE(697), - [sym_case_statement] = STATE(697), - [sym_while_statement] = STATE(697), - [sym_do_statement] = STATE(697), - [sym_for_statement] = STATE(697), - [sym_return_statement] = STATE(697), - [sym_break_statement] = STATE(697), - [sym_continue_statement] = STATE(697), - [sym_goto_statement] = STATE(697), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(707), + [sym_expression_statement] = STATE(707), + [sym_if_statement] = STATE(707), + [sym_switch_statement] = STATE(707), + [sym_case_statement] = STATE(707), + [sym_while_statement] = STATE(707), + [sym_do_statement] = STATE(707), + [sym_for_statement] = STATE(707), + [sym_return_statement] = STATE(707), + [sym_break_statement] = STATE(707), + [sym_continue_statement] = STATE(707), + [sym_goto_statement] = STATE(707), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -27252,75 +27364,75 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1923), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1955), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [704] = { - [sym__expression] = STATE(961), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [714] = { + [sym__expression] = STATE(974), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [705] = { - [sym_declaration] = STATE(962), - [sym__declaration_specifiers] = STATE(710), + [715] = { + [sym_declaration] = STATE(975), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -27328,31 +27440,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(963), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(976), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(1925), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(1957), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -27367,866 +27479,359 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [706] = { - [sym_compound_statement] = STATE(717), - [sym_labeled_statement] = STATE(717), - [sym_expression_statement] = STATE(717), - [sym_if_statement] = STATE(717), - [sym_switch_statement] = STATE(717), - [sym_case_statement] = STATE(717), - [sym_while_statement] = STATE(717), - [sym_do_statement] = STATE(717), - [sym_for_statement] = STATE(717), - [sym_return_statement] = STATE(717), - [sym_break_statement] = STATE(717), - [sym_continue_statement] = STATE(717), - [sym_goto_statement] = STATE(717), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [707] = { - [anon_sym_LPAREN] = ACTIONS(1927), - [sym_comment] = ACTIONS(44), - }, - [708] = { - [sym__expression] = STATE(966), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(1929), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [716] = { + [sym_compound_statement] = STATE(727), + [sym_labeled_statement] = STATE(727), + [sym_expression_statement] = STATE(727), + [sym_if_statement] = STATE(727), + [sym_switch_statement] = STATE(727), + [sym_case_statement] = STATE(727), + [sym_while_statement] = STATE(727), + [sym_do_statement] = STATE(727), + [sym_for_statement] = STATE(727), + [sym_return_statement] = STATE(727), + [sym_break_statement] = STATE(727), + [sym_continue_statement] = STATE(727), + [sym_goto_statement] = STATE(727), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [709] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [717] = { + [anon_sym_LPAREN] = ACTIONS(1959), [sym_comment] = ACTIONS(44), }, - [710] = { - [sym__declarator] = STATE(967), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(968), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [718] = { + [sym__expression] = STATE(979), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(1961), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [711] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1931), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [719] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [712] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1935), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1933), - [sym_preproc_directive] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_typedef] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_RBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_auto] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_inline] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_restrict] = ACTIONS(1933), - [anon_sym_volatile] = ACTIONS(1933), - [anon_sym_unsigned] = ACTIONS(1933), - [anon_sym_long] = ACTIONS(1933), - [anon_sym_short] = ACTIONS(1933), - [sym_primitive_type] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1933), - [anon_sym_case] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_goto] = ACTIONS(1933), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_PLUS] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1933), - [anon_sym_DASH_DASH] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(1935), - [anon_sym_sizeof] = ACTIONS(1933), - [sym_number_literal] = ACTIONS(1933), - [sym_char_literal] = ACTIONS(1933), - [sym_string_literal] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [sym_true] = ACTIONS(1935), - [sym_false] = ACTIONS(1935), - [sym_null] = ACTIONS(1933), + [720] = { + [sym__declarator] = STATE(980), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(981), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [713] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1939), - [sym_preproc_directive] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_typedef] = ACTIONS(1939), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_RBRACE] = ACTIONS(1941), - [anon_sym_STAR] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1939), - [anon_sym_restrict] = ACTIONS(1939), - [anon_sym_volatile] = ACTIONS(1939), - [anon_sym_unsigned] = ACTIONS(1939), - [anon_sym_long] = ACTIONS(1939), - [anon_sym_short] = ACTIONS(1939), - [sym_primitive_type] = ACTIONS(1939), - [anon_sym_enum] = ACTIONS(1939), - [anon_sym_struct] = ACTIONS(1939), - [anon_sym_union] = ACTIONS(1939), - [anon_sym_if] = ACTIONS(1939), - [anon_sym_switch] = ACTIONS(1939), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1939), - [anon_sym_while] = ACTIONS(1939), - [anon_sym_do] = ACTIONS(1939), - [anon_sym_for] = ACTIONS(1939), - [anon_sym_return] = ACTIONS(1939), - [anon_sym_break] = ACTIONS(1939), - [anon_sym_continue] = ACTIONS(1939), - [anon_sym_goto] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1939), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_sizeof] = ACTIONS(1939), - [sym_number_literal] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [sym_string_literal] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [sym_true] = ACTIONS(1941), - [sym_false] = ACTIONS(1941), - [sym_null] = ACTIONS(1939), + [721] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1963), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [714] = { - [anon_sym_RPAREN] = ACTIONS(1945), + [722] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1965), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_typedef] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_RBRACE] = ACTIONS(1967), + [anon_sym_STAR] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1965), + [anon_sym_auto] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_inline] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [anon_sym_restrict] = ACTIONS(1965), + [anon_sym_volatile] = ACTIONS(1965), + [anon_sym_unsigned] = ACTIONS(1965), + [anon_sym_long] = ACTIONS(1965), + [anon_sym_short] = ACTIONS(1965), + [sym_primitive_type] = ACTIONS(1965), + [anon_sym_enum] = ACTIONS(1965), + [anon_sym_struct] = ACTIONS(1965), + [anon_sym_union] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_switch] = ACTIONS(1965), + [anon_sym_case] = ACTIONS(1965), + [anon_sym_default] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_goto] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1967), + [anon_sym_BANG] = ACTIONS(1967), + [anon_sym_TILDE] = ACTIONS(1967), + [anon_sym_PLUS] = ACTIONS(1965), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_PLUS_PLUS] = ACTIONS(1967), + [anon_sym_sizeof] = ACTIONS(1965), + [sym_number_literal] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [sym_string_literal] = ACTIONS(1967), + [sym_identifier] = ACTIONS(1969), + [sym_true] = ACTIONS(1967), + [sym_false] = ACTIONS(1967), + [sym_null] = ACTIONS(1965), [sym_comment] = ACTIONS(44), }, - [715] = { - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_COMMA] = ACTIONS(1947), - [anon_sym_RPAREN] = ACTIONS(1947), - [anon_sym_SEMI] = ACTIONS(1947), - [anon_sym_RBRACE] = ACTIONS(1947), - [anon_sym_STAR] = ACTIONS(1949), - [anon_sym_LBRACK] = ACTIONS(1947), - [anon_sym_RBRACK] = ACTIONS(1947), - [anon_sym_EQ] = ACTIONS(1949), - [anon_sym_COLON] = ACTIONS(1947), - [anon_sym_QMARK] = ACTIONS(1947), - [anon_sym_STAR_EQ] = ACTIONS(1947), - [anon_sym_SLASH_EQ] = ACTIONS(1947), - [anon_sym_PERCENT_EQ] = ACTIONS(1947), - [anon_sym_PLUS_EQ] = ACTIONS(1947), - [anon_sym_DASH_EQ] = ACTIONS(1947), - [anon_sym_LT_LT_EQ] = ACTIONS(1947), - [anon_sym_GT_GT_EQ] = ACTIONS(1947), - [anon_sym_AMP_EQ] = ACTIONS(1947), - [anon_sym_CARET_EQ] = ACTIONS(1947), - [anon_sym_PIPE_EQ] = ACTIONS(1947), - [anon_sym_AMP] = ACTIONS(1949), - [anon_sym_PIPE_PIPE] = ACTIONS(1947), - [anon_sym_AMP_AMP] = ACTIONS(1947), - [anon_sym_PIPE] = ACTIONS(1949), - [anon_sym_CARET] = ACTIONS(1949), - [anon_sym_EQ_EQ] = ACTIONS(1947), - [anon_sym_BANG_EQ] = ACTIONS(1947), - [anon_sym_LT] = ACTIONS(1949), - [anon_sym_GT] = ACTIONS(1949), - [anon_sym_LT_EQ] = ACTIONS(1947), - [anon_sym_GT_EQ] = ACTIONS(1947), - [anon_sym_LT_LT] = ACTIONS(1949), - [anon_sym_GT_GT] = ACTIONS(1949), - [anon_sym_PLUS] = ACTIONS(1949), - [anon_sym_DASH] = ACTIONS(1949), - [anon_sym_SLASH] = ACTIONS(1949), - [anon_sym_PERCENT] = ACTIONS(1949), - [anon_sym_DASH_DASH] = ACTIONS(1947), - [anon_sym_PLUS_PLUS] = ACTIONS(1947), - [anon_sym_DOT] = ACTIONS(1947), - [anon_sym_DASH_GT] = ACTIONS(1947), - [sym_string_literal] = ACTIONS(1947), + [723] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1973), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1971), + [sym_preproc_directive] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_typedef] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_auto] = ACTIONS(1971), + [anon_sym_register] = ACTIONS(1971), + [anon_sym_inline] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_restrict] = ACTIONS(1971), + [anon_sym_volatile] = ACTIONS(1971), + [anon_sym_unsigned] = ACTIONS(1971), + [anon_sym_long] = ACTIONS(1971), + [anon_sym_short] = ACTIONS(1971), + [sym_primitive_type] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_switch] = ACTIONS(1971), + [anon_sym_case] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_do] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_goto] = ACTIONS(1971), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1971), + [anon_sym_DASH_DASH] = ACTIONS(1973), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_sizeof] = ACTIONS(1971), + [sym_number_literal] = ACTIONS(1971), + [sym_char_literal] = ACTIONS(1971), + [sym_string_literal] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [sym_true] = ACTIONS(1973), + [sym_false] = ACTIONS(1973), + [sym_null] = ACTIONS(1971), [sym_comment] = ACTIONS(44), }, - [716] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(980), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_comment] = ACTIONS(44), - }, - [717] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1953), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1951), - [sym_preproc_directive] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_typedef] = ACTIONS(1951), - [anon_sym_extern] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_RBRACE] = ACTIONS(1953), - [anon_sym_STAR] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_auto] = ACTIONS(1951), - [anon_sym_register] = ACTIONS(1951), - [anon_sym_inline] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_restrict] = ACTIONS(1951), - [anon_sym_volatile] = ACTIONS(1951), - [anon_sym_unsigned] = ACTIONS(1951), - [anon_sym_long] = ACTIONS(1951), - [anon_sym_short] = ACTIONS(1951), - [sym_primitive_type] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), - [anon_sym_struct] = ACTIONS(1951), - [anon_sym_union] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_goto] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_sizeof] = ACTIONS(1951), - [sym_number_literal] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [sym_string_literal] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [sym_true] = ACTIONS(1953), - [sym_false] = ACTIONS(1953), - [sym_null] = ACTIONS(1951), - [sym_comment] = ACTIONS(44), - }, - [718] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [anon_sym_LPAREN] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_LBRACE] = ACTIONS(534), - [anon_sym_RBRACE] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [anon_sym_if] = ACTIONS(536), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_case] = ACTIONS(536), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(536), - [anon_sym_do] = ACTIONS(536), - [anon_sym_for] = ACTIONS(536), - [anon_sym_return] = ACTIONS(536), - [anon_sym_break] = ACTIONS(536), - [anon_sym_continue] = ACTIONS(536), - [anon_sym_goto] = ACTIONS(536), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), - [sym_comment] = ACTIONS(44), - }, - [719] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(1957), - [sym_comment] = ACTIONS(44), - }, - [720] = { - [anon_sym_LPAREN] = ACTIONS(1959), - [anon_sym_COMMA] = ACTIONS(1959), - [anon_sym_RPAREN] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1959), - [anon_sym_RBRACE] = ACTIONS(1959), - [anon_sym_STAR] = ACTIONS(1961), - [anon_sym_LBRACK] = ACTIONS(1959), - [anon_sym_RBRACK] = ACTIONS(1959), - [anon_sym_EQ] = ACTIONS(1961), - [anon_sym_COLON] = ACTIONS(1959), - [anon_sym_QMARK] = ACTIONS(1959), - [anon_sym_STAR_EQ] = ACTIONS(1959), - [anon_sym_SLASH_EQ] = ACTIONS(1959), - [anon_sym_PERCENT_EQ] = ACTIONS(1959), - [anon_sym_PLUS_EQ] = ACTIONS(1959), - [anon_sym_DASH_EQ] = ACTIONS(1959), - [anon_sym_LT_LT_EQ] = ACTIONS(1959), - [anon_sym_GT_GT_EQ] = ACTIONS(1959), - [anon_sym_AMP_EQ] = ACTIONS(1959), - [anon_sym_CARET_EQ] = ACTIONS(1959), - [anon_sym_PIPE_EQ] = ACTIONS(1959), - [anon_sym_AMP] = ACTIONS(1961), - [anon_sym_PIPE_PIPE] = ACTIONS(1959), - [anon_sym_AMP_AMP] = ACTIONS(1959), - [anon_sym_PIPE] = ACTIONS(1961), - [anon_sym_CARET] = ACTIONS(1961), - [anon_sym_EQ_EQ] = ACTIONS(1959), - [anon_sym_BANG_EQ] = ACTIONS(1959), - [anon_sym_LT] = ACTIONS(1961), - [anon_sym_GT] = ACTIONS(1961), - [anon_sym_LT_EQ] = ACTIONS(1959), - [anon_sym_GT_EQ] = ACTIONS(1959), - [anon_sym_LT_LT] = ACTIONS(1961), - [anon_sym_GT_GT] = ACTIONS(1961), - [anon_sym_PLUS] = ACTIONS(1961), - [anon_sym_DASH] = ACTIONS(1961), - [anon_sym_SLASH] = ACTIONS(1961), - [anon_sym_PERCENT] = ACTIONS(1961), - [anon_sym_DASH_DASH] = ACTIONS(1959), - [anon_sym_PLUS_PLUS] = ACTIONS(1959), - [anon_sym_DOT] = ACTIONS(1959), - [anon_sym_DASH_GT] = ACTIONS(1959), - [sym_comment] = ACTIONS(44), - }, - [721] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(974), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(1965), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [722] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(1967), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [723] = { - [anon_sym_RPAREN] = ACTIONS(1967), - [anon_sym_SEMI] = ACTIONS(1967), - [sym_comment] = ACTIONS(44), - }, - [724] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1969), - [anon_sym_RPAREN] = ACTIONS(1969), - [anon_sym_SEMI] = ACTIONS(1969), - [anon_sym_RBRACE] = ACTIONS(1969), - [anon_sym_STAR] = ACTIONS(1971), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1969), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_COLON] = ACTIONS(1969), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1971), - [anon_sym_PERCENT] = ACTIONS(1971), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [724] = { + [anon_sym_RPAREN] = ACTIONS(1977), [sym_comment] = ACTIONS(44), }, [725] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1973), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [726] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1975), - [anon_sym_SEMI] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [727] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(1977), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [728] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), + [anon_sym_LPAREN] = ACTIONS(1979), [anon_sym_COMMA] = ACTIONS(1979), + [anon_sym_RPAREN] = ACTIONS(1979), [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1979), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_LBRACK] = ACTIONS(1979), + [anon_sym_RBRACK] = ACTIONS(1979), [anon_sym_EQ] = ACTIONS(1981), + [anon_sym_COLON] = ACTIONS(1979), [anon_sym_QMARK] = ACTIONS(1979), [anon_sym_STAR_EQ] = ACTIONS(1979), [anon_sym_SLASH_EQ] = ACTIONS(1979), @@ -28243,242 +27848,195 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(1979), [anon_sym_PIPE] = ACTIONS(1981), [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [729] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1983), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_EQ_EQ] = ACTIONS(1979), + [anon_sym_BANG_EQ] = ACTIONS(1979), + [anon_sym_LT] = ACTIONS(1981), + [anon_sym_GT] = ACTIONS(1981), + [anon_sym_LT_EQ] = ACTIONS(1979), + [anon_sym_GT_EQ] = ACTIONS(1979), + [anon_sym_LT_LT] = ACTIONS(1981), + [anon_sym_GT_GT] = ACTIONS(1981), + [anon_sym_PLUS] = ACTIONS(1981), + [anon_sym_DASH] = ACTIONS(1981), + [anon_sym_SLASH] = ACTIONS(1981), + [anon_sym_PERCENT] = ACTIONS(1981), + [anon_sym_DASH_DASH] = ACTIONS(1979), + [anon_sym_PLUS_PLUS] = ACTIONS(1979), + [anon_sym_DOT] = ACTIONS(1979), + [anon_sym_DASH_GT] = ACTIONS(1979), + [sym_string_literal] = ACTIONS(1979), [sym_comment] = ACTIONS(44), }, - [730] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1983), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [726] = { + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(1000), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, - [731] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [727] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1983), + [sym_preproc_directive] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_typedef] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_auto] = ACTIONS(1983), + [anon_sym_register] = ACTIONS(1983), + [anon_sym_inline] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_restrict] = ACTIONS(1983), + [anon_sym_volatile] = ACTIONS(1983), + [anon_sym_unsigned] = ACTIONS(1983), + [anon_sym_long] = ACTIONS(1983), + [anon_sym_short] = ACTIONS(1983), + [sym_primitive_type] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_goto] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1985), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_sizeof] = ACTIONS(1983), + [sym_number_literal] = ACTIONS(1983), + [sym_char_literal] = ACTIONS(1983), + [sym_string_literal] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [sym_true] = ACTIONS(1985), + [sym_false] = ACTIONS(1985), + [sym_null] = ACTIONS(1983), [sym_comment] = ACTIONS(44), }, - [732] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [728] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_RBRACE] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_goto] = ACTIONS(544), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, - [733] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1987), - [anon_sym_SEMI] = ACTIONS(1987), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [729] = { + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(1989), [sym_comment] = ACTIONS(44), }, - [734] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), + [730] = { + [anon_sym_LPAREN] = ACTIONS(1991), [anon_sym_COMMA] = ACTIONS(1991), + [anon_sym_RPAREN] = ACTIONS(1991), [anon_sym_SEMI] = ACTIONS(1991), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1991), + [anon_sym_STAR] = ACTIONS(1993), + [anon_sym_LBRACK] = ACTIONS(1991), + [anon_sym_RBRACK] = ACTIONS(1991), [anon_sym_EQ] = ACTIONS(1993), + [anon_sym_COLON] = ACTIONS(1991), [anon_sym_QMARK] = ACTIONS(1991), [anon_sym_STAR_EQ] = ACTIONS(1991), [anon_sym_SLASH_EQ] = ACTIONS(1991), @@ -28501,286 +28059,840 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1993), [anon_sym_LT_EQ] = ACTIONS(1991), [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LT_LT] = ACTIONS(1993), + [anon_sym_GT_GT] = ACTIONS(1993), + [anon_sym_PLUS] = ACTIONS(1993), + [anon_sym_DASH] = ACTIONS(1993), + [anon_sym_SLASH] = ACTIONS(1993), + [anon_sym_PERCENT] = ACTIONS(1993), + [anon_sym_DASH_DASH] = ACTIONS(1991), + [anon_sym_PLUS_PLUS] = ACTIONS(1991), + [anon_sym_DOT] = ACTIONS(1991), + [anon_sym_DASH_GT] = ACTIONS(1991), [sym_comment] = ACTIONS(44), }, - [735] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), + [731] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(987), + [anon_sym_LPAREN] = ACTIONS(1022), [anon_sym_COMMA] = ACTIONS(1995), - [anon_sym_SEMI] = ACTIONS(1995), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_RPAREN] = ACTIONS(1997), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [736] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1969), - [anon_sym_SEMI] = ACTIONS(1969), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [732] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(1999), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [737] = { - [anon_sym_LPAREN] = ACTIONS(1999), - [anon_sym_COMMA] = ACTIONS(1999), + [733] = { [anon_sym_RPAREN] = ACTIONS(1999), [anon_sym_SEMI] = ACTIONS(1999), - [anon_sym_RBRACE] = ACTIONS(1999), - [anon_sym_STAR] = ACTIONS(2001), - [anon_sym_LBRACK] = ACTIONS(1999), - [anon_sym_RBRACK] = ACTIONS(1999), - [anon_sym_EQ] = ACTIONS(2001), - [anon_sym_COLON] = ACTIONS(1999), - [anon_sym_QMARK] = ACTIONS(1999), - [anon_sym_STAR_EQ] = ACTIONS(1999), - [anon_sym_SLASH_EQ] = ACTIONS(1999), - [anon_sym_PERCENT_EQ] = ACTIONS(1999), - [anon_sym_PLUS_EQ] = ACTIONS(1999), - [anon_sym_DASH_EQ] = ACTIONS(1999), - [anon_sym_LT_LT_EQ] = ACTIONS(1999), - [anon_sym_GT_GT_EQ] = ACTIONS(1999), - [anon_sym_AMP_EQ] = ACTIONS(1999), - [anon_sym_CARET_EQ] = ACTIONS(1999), - [anon_sym_PIPE_EQ] = ACTIONS(1999), - [anon_sym_AMP] = ACTIONS(2001), - [anon_sym_PIPE_PIPE] = ACTIONS(1999), - [anon_sym_AMP_AMP] = ACTIONS(1999), - [anon_sym_PIPE] = ACTIONS(2001), - [anon_sym_CARET] = ACTIONS(2001), - [anon_sym_EQ_EQ] = ACTIONS(1999), - [anon_sym_BANG_EQ] = ACTIONS(1999), - [anon_sym_LT] = ACTIONS(2001), - [anon_sym_GT] = ACTIONS(2001), - [anon_sym_LT_EQ] = ACTIONS(1999), - [anon_sym_GT_EQ] = ACTIONS(1999), - [anon_sym_LT_LT] = ACTIONS(2001), - [anon_sym_GT_GT] = ACTIONS(2001), - [anon_sym_PLUS] = ACTIONS(2001), - [anon_sym_DASH] = ACTIONS(2001), - [anon_sym_SLASH] = ACTIONS(2001), - [anon_sym_PERCENT] = ACTIONS(2001), - [anon_sym_DASH_DASH] = ACTIONS(1999), - [anon_sym_PLUS_PLUS] = ACTIONS(1999), - [anon_sym_DOT] = ACTIONS(1999), - [anon_sym_DASH_GT] = ACTIONS(1999), + [sym_comment] = ACTIONS(44), + }, + [734] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2001), + [anon_sym_RPAREN] = ACTIONS(2001), + [anon_sym_SEMI] = ACTIONS(2001), + [anon_sym_RBRACE] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(2003), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2001), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_COLON] = ACTIONS(2001), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(2003), + [anon_sym_PERCENT] = ACTIONS(2003), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [735] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2005), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [736] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2007), + [anon_sym_SEMI] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [737] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2009), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [738] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [739] = { - [anon_sym_RBRACE] = ACTIONS(2003), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2015), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [740] = { - [anon_sym_LPAREN] = ACTIONS(458), - [anon_sym_extern] = ACTIONS(460), - [anon_sym_STAR] = ACTIONS(458), - [anon_sym_RBRACK] = ACTIONS(458), - [anon_sym_static] = ACTIONS(460), - [anon_sym_auto] = ACTIONS(460), - [anon_sym_register] = ACTIONS(460), - [anon_sym_inline] = ACTIONS(460), - [anon_sym_const] = ACTIONS(460), - [anon_sym_restrict] = ACTIONS(460), - [anon_sym_volatile] = ACTIONS(460), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_BANG] = ACTIONS(458), - [anon_sym_TILDE] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_DASH_DASH] = ACTIONS(458), - [anon_sym_PLUS_PLUS] = ACTIONS(458), - [anon_sym_sizeof] = ACTIONS(460), - [sym_number_literal] = ACTIONS(460), - [sym_char_literal] = ACTIONS(460), - [sym_string_literal] = ACTIONS(458), - [sym_identifier] = ACTIONS(462), - [sym_true] = ACTIONS(458), - [sym_false] = ACTIONS(458), - [sym_null] = ACTIONS(460), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2015), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [741] = { - [aux_sym_enumerator_list_repeat1] = STATE(979), - [anon_sym_COMMA] = ACTIONS(2005), - [anon_sym_RBRACE] = ACTIONS(2003), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [742] = { - [anon_sym_LPAREN] = ACTIONS(470), - [anon_sym_extern] = ACTIONS(472), - [anon_sym_STAR] = ACTIONS(470), - [anon_sym_RBRACK] = ACTIONS(470), - [anon_sym_static] = ACTIONS(472), - [anon_sym_auto] = ACTIONS(472), - [anon_sym_register] = ACTIONS(472), - [anon_sym_inline] = ACTIONS(472), - [anon_sym_const] = ACTIONS(472), - [anon_sym_restrict] = ACTIONS(472), - [anon_sym_volatile] = ACTIONS(472), - [anon_sym_AMP] = ACTIONS(470), - [anon_sym_BANG] = ACTIONS(470), - [anon_sym_TILDE] = ACTIONS(470), - [anon_sym_PLUS] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(472), - [anon_sym_DASH_DASH] = ACTIONS(470), - [anon_sym_PLUS_PLUS] = ACTIONS(470), - [anon_sym_sizeof] = ACTIONS(472), - [sym_number_literal] = ACTIONS(472), - [sym_char_literal] = ACTIONS(472), - [sym_string_literal] = ACTIONS(470), - [sym_identifier] = ACTIONS(474), - [sym_true] = ACTIONS(470), - [sym_false] = ACTIONS(470), - [sym_null] = ACTIONS(472), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [743] = { - [anon_sym_LPAREN] = ACTIONS(476), - [anon_sym_extern] = ACTIONS(478), - [anon_sym_STAR] = ACTIONS(476), - [anon_sym_RBRACK] = ACTIONS(476), - [anon_sym_static] = ACTIONS(478), - [anon_sym_auto] = ACTIONS(478), - [anon_sym_register] = ACTIONS(478), - [anon_sym_inline] = ACTIONS(478), - [anon_sym_const] = ACTIONS(478), - [anon_sym_restrict] = ACTIONS(478), - [anon_sym_volatile] = ACTIONS(478), - [anon_sym_AMP] = ACTIONS(476), - [anon_sym_BANG] = ACTIONS(476), - [anon_sym_TILDE] = ACTIONS(476), - [anon_sym_PLUS] = ACTIONS(478), - [anon_sym_DASH] = ACTIONS(478), - [anon_sym_DASH_DASH] = ACTIONS(476), - [anon_sym_PLUS_PLUS] = ACTIONS(476), - [anon_sym_sizeof] = ACTIONS(478), - [sym_number_literal] = ACTIONS(478), - [sym_char_literal] = ACTIONS(478), - [sym_string_literal] = ACTIONS(476), - [sym_identifier] = ACTIONS(480), - [sym_true] = ACTIONS(476), - [sym_false] = ACTIONS(476), - [sym_null] = ACTIONS(478), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2019), + [anon_sym_SEMI] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [744] = { - [sym__declaration_specifiers] = STATE(124), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2023), + [anon_sym_SEMI] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [745] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2027), + [anon_sym_SEMI] = ACTIONS(2027), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [746] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2001), + [anon_sym_SEMI] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [747] = { + [anon_sym_LPAREN] = ACTIONS(2031), + [anon_sym_COMMA] = ACTIONS(2031), + [anon_sym_RPAREN] = ACTIONS(2031), + [anon_sym_SEMI] = ACTIONS(2031), + [anon_sym_RBRACE] = ACTIONS(2031), + [anon_sym_STAR] = ACTIONS(2033), + [anon_sym_LBRACK] = ACTIONS(2031), + [anon_sym_RBRACK] = ACTIONS(2031), + [anon_sym_EQ] = ACTIONS(2033), + [anon_sym_COLON] = ACTIONS(2031), + [anon_sym_QMARK] = ACTIONS(2031), + [anon_sym_STAR_EQ] = ACTIONS(2031), + [anon_sym_SLASH_EQ] = ACTIONS(2031), + [anon_sym_PERCENT_EQ] = ACTIONS(2031), + [anon_sym_PLUS_EQ] = ACTIONS(2031), + [anon_sym_DASH_EQ] = ACTIONS(2031), + [anon_sym_LT_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_GT_EQ] = ACTIONS(2031), + [anon_sym_AMP_EQ] = ACTIONS(2031), + [anon_sym_CARET_EQ] = ACTIONS(2031), + [anon_sym_PIPE_EQ] = ACTIONS(2031), + [anon_sym_AMP] = ACTIONS(2033), + [anon_sym_PIPE_PIPE] = ACTIONS(2031), + [anon_sym_AMP_AMP] = ACTIONS(2031), + [anon_sym_PIPE] = ACTIONS(2033), + [anon_sym_CARET] = ACTIONS(2033), + [anon_sym_EQ_EQ] = ACTIONS(2031), + [anon_sym_BANG_EQ] = ACTIONS(2031), + [anon_sym_LT] = ACTIONS(2033), + [anon_sym_GT] = ACTIONS(2033), + [anon_sym_LT_EQ] = ACTIONS(2031), + [anon_sym_GT_EQ] = ACTIONS(2031), + [anon_sym_LT_LT] = ACTIONS(2033), + [anon_sym_GT_GT] = ACTIONS(2033), + [anon_sym_PLUS] = ACTIONS(2033), + [anon_sym_DASH] = ACTIONS(2033), + [anon_sym_SLASH] = ACTIONS(2033), + [anon_sym_PERCENT] = ACTIONS(2033), + [anon_sym_DASH_DASH] = ACTIONS(2031), + [anon_sym_PLUS_PLUS] = ACTIONS(2031), + [anon_sym_DOT] = ACTIONS(2031), + [anon_sym_DASH_GT] = ACTIONS(2031), + [sym_comment] = ACTIONS(44), + }, + [748] = { + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [749] = { + [anon_sym_RBRACE] = ACTIONS(2035), + [sym_comment] = ACTIONS(44), + }, + [750] = { + [anon_sym_LPAREN] = ACTIONS(466), + [anon_sym_extern] = ACTIONS(468), + [anon_sym_STAR] = ACTIONS(466), + [anon_sym_RBRACK] = ACTIONS(466), + [anon_sym_static] = ACTIONS(468), + [anon_sym_auto] = ACTIONS(468), + [anon_sym_register] = ACTIONS(468), + [anon_sym_inline] = ACTIONS(468), + [anon_sym_const] = ACTIONS(468), + [anon_sym_restrict] = ACTIONS(468), + [anon_sym_volatile] = ACTIONS(468), + [anon_sym_AMP] = ACTIONS(466), + [anon_sym_BANG] = ACTIONS(466), + [anon_sym_TILDE] = ACTIONS(466), + [anon_sym_PLUS] = ACTIONS(468), + [anon_sym_DASH] = ACTIONS(468), + [anon_sym_DASH_DASH] = ACTIONS(466), + [anon_sym_PLUS_PLUS] = ACTIONS(466), + [anon_sym_sizeof] = ACTIONS(468), + [sym_number_literal] = ACTIONS(468), + [sym_char_literal] = ACTIONS(468), + [sym_string_literal] = ACTIONS(466), + [sym_identifier] = ACTIONS(470), + [sym_true] = ACTIONS(466), + [sym_false] = ACTIONS(466), + [sym_null] = ACTIONS(468), + [sym_comment] = ACTIONS(44), + }, + [751] = { + [aux_sym_enumerator_list_repeat1] = STATE(992), + [anon_sym_COMMA] = ACTIONS(2037), + [anon_sym_RBRACE] = ACTIONS(2035), + [sym_comment] = ACTIONS(44), + }, + [752] = { + [anon_sym_LPAREN] = ACTIONS(478), + [anon_sym_extern] = ACTIONS(480), + [anon_sym_STAR] = ACTIONS(478), + [anon_sym_RBRACK] = ACTIONS(478), + [anon_sym_static] = ACTIONS(480), + [anon_sym_auto] = ACTIONS(480), + [anon_sym_register] = ACTIONS(480), + [anon_sym_inline] = ACTIONS(480), + [anon_sym_const] = ACTIONS(480), + [anon_sym_restrict] = ACTIONS(480), + [anon_sym_volatile] = ACTIONS(480), + [anon_sym_AMP] = ACTIONS(478), + [anon_sym_BANG] = ACTIONS(478), + [anon_sym_TILDE] = ACTIONS(478), + [anon_sym_PLUS] = ACTIONS(480), + [anon_sym_DASH] = ACTIONS(480), + [anon_sym_DASH_DASH] = ACTIONS(478), + [anon_sym_PLUS_PLUS] = ACTIONS(478), + [anon_sym_sizeof] = ACTIONS(480), + [sym_number_literal] = ACTIONS(480), + [sym_char_literal] = ACTIONS(480), + [sym_string_literal] = ACTIONS(478), + [sym_identifier] = ACTIONS(482), + [sym_true] = ACTIONS(478), + [sym_false] = ACTIONS(478), + [sym_null] = ACTIONS(480), + [sym_comment] = ACTIONS(44), + }, + [753] = { + [anon_sym_LPAREN] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(484), + [anon_sym_RBRACK] = ACTIONS(484), + [anon_sym_static] = ACTIONS(486), + [anon_sym_auto] = ACTIONS(486), + [anon_sym_register] = ACTIONS(486), + [anon_sym_inline] = ACTIONS(486), + [anon_sym_const] = ACTIONS(486), + [anon_sym_restrict] = ACTIONS(486), + [anon_sym_volatile] = ACTIONS(486), + [anon_sym_AMP] = ACTIONS(484), + [anon_sym_BANG] = ACTIONS(484), + [anon_sym_TILDE] = ACTIONS(484), + [anon_sym_PLUS] = ACTIONS(486), + [anon_sym_DASH] = ACTIONS(486), + [anon_sym_DASH_DASH] = ACTIONS(484), + [anon_sym_PLUS_PLUS] = ACTIONS(484), + [anon_sym_sizeof] = ACTIONS(486), + [sym_number_literal] = ACTIONS(486), + [sym_char_literal] = ACTIONS(486), + [sym_string_literal] = ACTIONS(484), + [sym_identifier] = ACTIONS(488), + [sym_true] = ACTIONS(484), + [sym_false] = ACTIONS(484), + [sym_null] = ACTIONS(486), + [sym_comment] = ACTIONS(44), + }, + [754] = { + [sym__declaration_specifiers] = STATE(126), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -28788,12 +28900,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_field_declaration] = STATE(215), + [sym_field_declaration] = STATE(219), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), [anon_sym_extern] = ACTIONS(28), - [anon_sym_RBRACE] = ACTIONS(2007), + [anon_sym_RBRACE] = ACTIONS(2039), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -28811,993 +28923,962 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [745] = { - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_extern] = ACTIONS(502), - [anon_sym_STAR] = ACTIONS(500), - [anon_sym_RBRACK] = ACTIONS(500), - [anon_sym_static] = ACTIONS(502), - [anon_sym_auto] = ACTIONS(502), - [anon_sym_register] = ACTIONS(502), - [anon_sym_inline] = ACTIONS(502), - [anon_sym_const] = ACTIONS(502), - [anon_sym_restrict] = ACTIONS(502), - [anon_sym_volatile] = ACTIONS(502), - [anon_sym_AMP] = ACTIONS(500), - [anon_sym_BANG] = ACTIONS(500), - [anon_sym_TILDE] = ACTIONS(500), - [anon_sym_PLUS] = ACTIONS(502), - [anon_sym_DASH] = ACTIONS(502), - [anon_sym_DASH_DASH] = ACTIONS(500), - [anon_sym_PLUS_PLUS] = ACTIONS(500), - [anon_sym_sizeof] = ACTIONS(502), - [sym_number_literal] = ACTIONS(502), - [sym_char_literal] = ACTIONS(502), - [sym_string_literal] = ACTIONS(500), - [sym_identifier] = ACTIONS(504), - [sym_true] = ACTIONS(500), - [sym_false] = ACTIONS(500), - [sym_null] = ACTIONS(502), + [755] = { + [anon_sym_LPAREN] = ACTIONS(508), + [anon_sym_extern] = ACTIONS(510), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_RBRACK] = ACTIONS(508), + [anon_sym_static] = ACTIONS(510), + [anon_sym_auto] = ACTIONS(510), + [anon_sym_register] = ACTIONS(510), + [anon_sym_inline] = ACTIONS(510), + [anon_sym_const] = ACTIONS(510), + [anon_sym_restrict] = ACTIONS(510), + [anon_sym_volatile] = ACTIONS(510), + [anon_sym_AMP] = ACTIONS(508), + [anon_sym_BANG] = ACTIONS(508), + [anon_sym_TILDE] = ACTIONS(508), + [anon_sym_PLUS] = ACTIONS(510), + [anon_sym_DASH] = ACTIONS(510), + [anon_sym_DASH_DASH] = ACTIONS(508), + [anon_sym_PLUS_PLUS] = ACTIONS(508), + [anon_sym_sizeof] = ACTIONS(510), + [sym_number_literal] = ACTIONS(510), + [sym_char_literal] = ACTIONS(510), + [sym_string_literal] = ACTIONS(508), + [sym_identifier] = ACTIONS(512), + [sym_true] = ACTIONS(508), + [sym_false] = ACTIONS(508), + [sym_null] = ACTIONS(510), [sym_comment] = ACTIONS(44), }, - [746] = { - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_extern] = ACTIONS(508), - [anon_sym_STAR] = ACTIONS(506), - [anon_sym_RBRACK] = ACTIONS(506), - [anon_sym_static] = ACTIONS(508), - [anon_sym_auto] = ACTIONS(508), - [anon_sym_register] = ACTIONS(508), - [anon_sym_inline] = ACTIONS(508), - [anon_sym_const] = ACTIONS(508), - [anon_sym_restrict] = ACTIONS(508), - [anon_sym_volatile] = ACTIONS(508), - [anon_sym_AMP] = ACTIONS(506), - [anon_sym_BANG] = ACTIONS(506), - [anon_sym_TILDE] = ACTIONS(506), - [anon_sym_PLUS] = ACTIONS(508), - [anon_sym_DASH] = ACTIONS(508), - [anon_sym_DASH_DASH] = ACTIONS(506), - [anon_sym_PLUS_PLUS] = ACTIONS(506), - [anon_sym_sizeof] = ACTIONS(508), - [sym_number_literal] = ACTIONS(508), - [sym_char_literal] = ACTIONS(508), - [sym_string_literal] = ACTIONS(506), - [sym_identifier] = ACTIONS(510), - [sym_true] = ACTIONS(506), - [sym_false] = ACTIONS(506), - [sym_null] = ACTIONS(508), + [756] = { + [anon_sym_LPAREN] = ACTIONS(514), + [anon_sym_extern] = ACTIONS(516), + [anon_sym_STAR] = ACTIONS(514), + [anon_sym_RBRACK] = ACTIONS(514), + [anon_sym_static] = ACTIONS(516), + [anon_sym_auto] = ACTIONS(516), + [anon_sym_register] = ACTIONS(516), + [anon_sym_inline] = ACTIONS(516), + [anon_sym_const] = ACTIONS(516), + [anon_sym_restrict] = ACTIONS(516), + [anon_sym_volatile] = ACTIONS(516), + [anon_sym_AMP] = ACTIONS(514), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(514), + [anon_sym_PLUS] = ACTIONS(516), + [anon_sym_DASH] = ACTIONS(516), + [anon_sym_DASH_DASH] = ACTIONS(514), + [anon_sym_PLUS_PLUS] = ACTIONS(514), + [anon_sym_sizeof] = ACTIONS(516), + [sym_number_literal] = ACTIONS(516), + [sym_char_literal] = ACTIONS(516), + [sym_string_literal] = ACTIONS(514), + [sym_identifier] = ACTIONS(518), + [sym_true] = ACTIONS(514), + [sym_false] = ACTIONS(514), + [sym_null] = ACTIONS(516), [sym_comment] = ACTIONS(44), }, - [747] = { - [anon_sym_RPAREN] = ACTIONS(2009), + [757] = { + [anon_sym_RPAREN] = ACTIONS(2041), [sym_comment] = ACTIONS(44), }, - [748] = { - [anon_sym_RPAREN] = ACTIONS(2011), + [758] = { + [anon_sym_RPAREN] = ACTIONS(2043), [sym_comment] = ACTIONS(44), }, - [749] = { - [anon_sym_LPAREN] = ACTIONS(2013), - [anon_sym_COMMA] = ACTIONS(2013), - [anon_sym_RPAREN] = ACTIONS(2013), - [anon_sym_SEMI] = ACTIONS(2013), - [anon_sym_LBRACE] = ACTIONS(2013), - [anon_sym_LBRACK] = ACTIONS(2013), - [anon_sym_EQ] = ACTIONS(2013), + [759] = { + [anon_sym_LPAREN] = ACTIONS(2045), + [anon_sym_COMMA] = ACTIONS(2045), + [anon_sym_RPAREN] = ACTIONS(2045), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LBRACE] = ACTIONS(2045), + [anon_sym_LBRACK] = ACTIONS(2045), + [anon_sym_EQ] = ACTIONS(2045), [sym_comment] = ACTIONS(44), }, - [750] = { - [anon_sym_LPAREN] = ACTIONS(648), - [anon_sym_extern] = ACTIONS(316), - [anon_sym_STAR] = ACTIONS(648), - [anon_sym_RBRACK] = ACTIONS(648), - [anon_sym_static] = ACTIONS(316), - [anon_sym_auto] = ACTIONS(316), - [anon_sym_register] = ACTIONS(316), - [anon_sym_inline] = ACTIONS(316), - [anon_sym_const] = ACTIONS(316), - [anon_sym_restrict] = ACTIONS(316), - [anon_sym_volatile] = ACTIONS(316), - [anon_sym_AMP] = ACTIONS(648), - [anon_sym_BANG] = ACTIONS(648), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(316), - [anon_sym_DASH] = ACTIONS(316), - [anon_sym_DASH_DASH] = ACTIONS(648), - [anon_sym_PLUS_PLUS] = ACTIONS(648), - [anon_sym_sizeof] = ACTIONS(316), - [sym_number_literal] = ACTIONS(316), - [sym_char_literal] = ACTIONS(316), - [sym_string_literal] = ACTIONS(648), - [sym_identifier] = ACTIONS(318), - [sym_true] = ACTIONS(648), - [sym_false] = ACTIONS(648), - [sym_null] = ACTIONS(316), + [760] = { + [anon_sym_LPAREN] = ACTIONS(656), + [anon_sym_extern] = ACTIONS(320), + [anon_sym_STAR] = ACTIONS(656), + [anon_sym_RBRACK] = ACTIONS(656), + [anon_sym_static] = ACTIONS(320), + [anon_sym_auto] = ACTIONS(320), + [anon_sym_register] = ACTIONS(320), + [anon_sym_inline] = ACTIONS(320), + [anon_sym_const] = ACTIONS(320), + [anon_sym_restrict] = ACTIONS(320), + [anon_sym_volatile] = ACTIONS(320), + [anon_sym_AMP] = ACTIONS(656), + [anon_sym_BANG] = ACTIONS(656), + [anon_sym_TILDE] = ACTIONS(656), + [anon_sym_PLUS] = ACTIONS(320), + [anon_sym_DASH] = ACTIONS(320), + [anon_sym_DASH_DASH] = ACTIONS(656), + [anon_sym_PLUS_PLUS] = ACTIONS(656), + [anon_sym_sizeof] = ACTIONS(320), + [sym_number_literal] = ACTIONS(320), + [sym_char_literal] = ACTIONS(320), + [sym_string_literal] = ACTIONS(656), + [sym_identifier] = ACTIONS(322), + [sym_true] = ACTIONS(656), + [sym_false] = ACTIONS(656), + [sym_null] = ACTIONS(320), [sym_comment] = ACTIONS(44), }, - [751] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1975), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [761] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2007), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [752] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2015), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [762] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2047), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [753] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1979), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1981), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [763] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2011), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [754] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1983), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [764] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2015), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [755] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1983), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [765] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2015), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [756] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1979), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [766] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2011), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [757] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1979), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [767] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2011), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [758] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1987), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [768] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2019), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [759] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1991), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_STAR_EQ] = ACTIONS(1991), - [anon_sym_SLASH_EQ] = ACTIONS(1991), - [anon_sym_PERCENT_EQ] = ACTIONS(1991), - [anon_sym_PLUS_EQ] = ACTIONS(1991), - [anon_sym_DASH_EQ] = ACTIONS(1991), - [anon_sym_LT_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_GT_EQ] = ACTIONS(1991), - [anon_sym_AMP_EQ] = ACTIONS(1991), - [anon_sym_CARET_EQ] = ACTIONS(1991), - [anon_sym_PIPE_EQ] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1993), - [anon_sym_PIPE_PIPE] = ACTIONS(1991), - [anon_sym_AMP_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1993), - [anon_sym_CARET] = ACTIONS(1993), - [anon_sym_EQ_EQ] = ACTIONS(1991), - [anon_sym_BANG_EQ] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1993), - [anon_sym_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [769] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2023), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [760] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1995), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [770] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2027), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [761] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1969), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [771] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2001), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [762] = { - [sym_storage_class_specifier] = STATE(750), - [sym_type_qualifier] = STATE(750), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(650), - [anon_sym_RBRACK] = ACTIONS(650), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1066), - [anon_sym_restrict] = ACTIONS(1066), - [anon_sym_volatile] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(650), - [anon_sym_BANG] = ACTIONS(650), - [anon_sym_TILDE] = ACTIONS(650), - [anon_sym_PLUS] = ACTIONS(2017), - [anon_sym_DASH] = ACTIONS(2017), - [anon_sym_DASH_DASH] = ACTIONS(650), - [anon_sym_PLUS_PLUS] = ACTIONS(650), - [anon_sym_sizeof] = ACTIONS(2017), - [sym_number_literal] = ACTIONS(2017), - [sym_char_literal] = ACTIONS(2017), - [sym_string_literal] = ACTIONS(650), - [sym_identifier] = ACTIONS(652), - [sym_true] = ACTIONS(650), - [sym_false] = ACTIONS(650), - [sym_null] = ACTIONS(2017), + [772] = { + [sym_storage_class_specifier] = STATE(760), + [sym_type_qualifier] = STATE(760), + [anon_sym_LPAREN] = ACTIONS(658), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(658), + [anon_sym_RBRACK] = ACTIONS(658), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_auto] = ACTIONS(1084), + [anon_sym_register] = ACTIONS(1084), + [anon_sym_inline] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1086), + [anon_sym_restrict] = ACTIONS(1086), + [anon_sym_volatile] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_TILDE] = ACTIONS(658), + [anon_sym_PLUS] = ACTIONS(2049), + [anon_sym_DASH] = ACTIONS(2049), + [anon_sym_DASH_DASH] = ACTIONS(658), + [anon_sym_PLUS_PLUS] = ACTIONS(658), + [anon_sym_sizeof] = ACTIONS(2049), + [sym_number_literal] = ACTIONS(2049), + [sym_char_literal] = ACTIONS(2049), + [sym_string_literal] = ACTIONS(658), + [sym_identifier] = ACTIONS(660), + [sym_true] = ACTIONS(658), + [sym_false] = ACTIONS(658), + [sym_null] = ACTIONS(2049), [sym_comment] = ACTIONS(44), }, - [763] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(2019), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [773] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2051), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [764] = { - [anon_sym_LBRACK] = ACTIONS(2021), - [anon_sym_EQ] = ACTIONS(2021), - [anon_sym_DOT] = ACTIONS(2021), + [774] = { + [anon_sym_LBRACK] = ACTIONS(2053), + [anon_sym_EQ] = ACTIONS(2053), + [anon_sym_DOT] = ACTIONS(2053), [sym_comment] = ACTIONS(44), }, - [765] = { - [sym__expression] = STATE(986), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(987), - [sym_designator] = STATE(508), - [sym_concatenated_string] = STATE(258), - [aux_sym__initializer_list_contents_repeat1] = STATE(988), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_RBRACE] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [anon_sym_DOT] = ACTIONS(1111), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [775] = { + [sym__expression] = STATE(999), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(1000), + [sym_designator] = STATE(515), + [sym_concatenated_string] = STATE(262), + [aux_sym__initializer_list_contents_repeat1] = STATE(1001), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_RBRACE] = ACTIONS(2055), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [anon_sym_DOT] = ACTIONS(1131), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [766] = { - [anon_sym_LPAREN] = ACTIONS(2025), - [anon_sym_COMMA] = ACTIONS(2025), - [anon_sym_RPAREN] = ACTIONS(2025), - [anon_sym_SEMI] = ACTIONS(2025), - [anon_sym_RBRACE] = ACTIONS(2025), - [anon_sym_STAR] = ACTIONS(2027), - [anon_sym_LBRACK] = ACTIONS(2025), - [anon_sym_RBRACK] = ACTIONS(2025), - [anon_sym_EQ] = ACTIONS(2027), - [anon_sym_COLON] = ACTIONS(2025), - [anon_sym_QMARK] = ACTIONS(2025), - [anon_sym_STAR_EQ] = ACTIONS(2025), - [anon_sym_SLASH_EQ] = ACTIONS(2025), - [anon_sym_PERCENT_EQ] = ACTIONS(2025), - [anon_sym_PLUS_EQ] = ACTIONS(2025), - [anon_sym_DASH_EQ] = ACTIONS(2025), - [anon_sym_LT_LT_EQ] = ACTIONS(2025), - [anon_sym_GT_GT_EQ] = ACTIONS(2025), - [anon_sym_AMP_EQ] = ACTIONS(2025), - [anon_sym_CARET_EQ] = ACTIONS(2025), - [anon_sym_PIPE_EQ] = ACTIONS(2025), - [anon_sym_AMP] = ACTIONS(2027), - [anon_sym_PIPE_PIPE] = ACTIONS(2025), - [anon_sym_AMP_AMP] = ACTIONS(2025), - [anon_sym_PIPE] = ACTIONS(2027), - [anon_sym_CARET] = ACTIONS(2027), - [anon_sym_EQ_EQ] = ACTIONS(2025), - [anon_sym_BANG_EQ] = ACTIONS(2025), - [anon_sym_LT] = ACTIONS(2027), - [anon_sym_GT] = ACTIONS(2027), - [anon_sym_LT_EQ] = ACTIONS(2025), - [anon_sym_GT_EQ] = ACTIONS(2025), - [anon_sym_LT_LT] = ACTIONS(2027), - [anon_sym_GT_GT] = ACTIONS(2027), - [anon_sym_PLUS] = ACTIONS(2027), - [anon_sym_DASH] = ACTIONS(2027), - [anon_sym_SLASH] = ACTIONS(2027), - [anon_sym_PERCENT] = ACTIONS(2027), - [anon_sym_DASH_DASH] = ACTIONS(2025), - [anon_sym_PLUS_PLUS] = ACTIONS(2025), - [anon_sym_DOT] = ACTIONS(2025), - [anon_sym_DASH_GT] = ACTIONS(2025), + [776] = { + [anon_sym_LPAREN] = ACTIONS(2057), + [anon_sym_COMMA] = ACTIONS(2057), + [anon_sym_RPAREN] = ACTIONS(2057), + [anon_sym_SEMI] = ACTIONS(2057), + [anon_sym_RBRACE] = ACTIONS(2057), + [anon_sym_STAR] = ACTIONS(2059), + [anon_sym_LBRACK] = ACTIONS(2057), + [anon_sym_RBRACK] = ACTIONS(2057), + [anon_sym_EQ] = ACTIONS(2059), + [anon_sym_COLON] = ACTIONS(2057), + [anon_sym_QMARK] = ACTIONS(2057), + [anon_sym_STAR_EQ] = ACTIONS(2057), + [anon_sym_SLASH_EQ] = ACTIONS(2057), + [anon_sym_PERCENT_EQ] = ACTIONS(2057), + [anon_sym_PLUS_EQ] = ACTIONS(2057), + [anon_sym_DASH_EQ] = ACTIONS(2057), + [anon_sym_LT_LT_EQ] = ACTIONS(2057), + [anon_sym_GT_GT_EQ] = ACTIONS(2057), + [anon_sym_AMP_EQ] = ACTIONS(2057), + [anon_sym_CARET_EQ] = ACTIONS(2057), + [anon_sym_PIPE_EQ] = ACTIONS(2057), + [anon_sym_AMP] = ACTIONS(2059), + [anon_sym_PIPE_PIPE] = ACTIONS(2057), + [anon_sym_AMP_AMP] = ACTIONS(2057), + [anon_sym_PIPE] = ACTIONS(2059), + [anon_sym_CARET] = ACTIONS(2059), + [anon_sym_EQ_EQ] = ACTIONS(2057), + [anon_sym_BANG_EQ] = ACTIONS(2057), + [anon_sym_LT] = ACTIONS(2059), + [anon_sym_GT] = ACTIONS(2059), + [anon_sym_LT_EQ] = ACTIONS(2057), + [anon_sym_GT_EQ] = ACTIONS(2057), + [anon_sym_LT_LT] = ACTIONS(2059), + [anon_sym_GT_GT] = ACTIONS(2059), + [anon_sym_PLUS] = ACTIONS(2059), + [anon_sym_DASH] = ACTIONS(2059), + [anon_sym_SLASH] = ACTIONS(2059), + [anon_sym_PERCENT] = ACTIONS(2059), + [anon_sym_DASH_DASH] = ACTIONS(2057), + [anon_sym_PLUS_PLUS] = ACTIONS(2057), + [anon_sym_DOT] = ACTIONS(2057), + [anon_sym_DASH_GT] = ACTIONS(2057), [sym_comment] = ACTIONS(44), }, - [767] = { - [sym__expression] = STATE(986), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(987), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [777] = { + [sym__expression] = STATE(999), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(1000), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [768] = { - [anon_sym_LBRACK] = ACTIONS(2029), - [anon_sym_EQ] = ACTIONS(2029), - [anon_sym_DOT] = ACTIONS(2029), + [778] = { + [anon_sym_LBRACK] = ACTIONS(2061), + [anon_sym_EQ] = ACTIONS(2061), + [anon_sym_DOT] = ACTIONS(2061), [sym_comment] = ACTIONS(44), }, - [769] = { - [anon_sym_COMMA] = ACTIONS(2031), - [anon_sym_RPAREN] = ACTIONS(2031), + [779] = { + [anon_sym_COMMA] = ACTIONS(2063), + [anon_sym_RPAREN] = ACTIONS(2063), [sym_comment] = ACTIONS(44), }, - [770] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1123), - [sym_preproc_directive] = ACTIONS(1125), - [anon_sym_typedef] = ACTIONS(1123), - [anon_sym_extern] = ACTIONS(1123), - [anon_sym_static] = ACTIONS(1123), - [anon_sym_auto] = ACTIONS(1123), - [anon_sym_register] = ACTIONS(1123), - [anon_sym_inline] = ACTIONS(1123), - [anon_sym_const] = ACTIONS(1123), - [anon_sym_restrict] = ACTIONS(1123), - [anon_sym_volatile] = ACTIONS(1123), - [anon_sym_unsigned] = ACTIONS(1123), - [anon_sym_long] = ACTIONS(1123), - [anon_sym_short] = ACTIONS(1123), - [sym_primitive_type] = ACTIONS(1123), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_struct] = ACTIONS(1123), - [anon_sym_union] = ACTIONS(1123), - [sym_identifier] = ACTIONS(1125), + [780] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1145), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_inline] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [anon_sym_unsigned] = ACTIONS(1143), + [anon_sym_long] = ACTIONS(1143), + [anon_sym_short] = ACTIONS(1143), + [sym_primitive_type] = ACTIONS(1143), + [anon_sym_enum] = ACTIONS(1143), + [anon_sym_struct] = ACTIONS(1143), + [anon_sym_union] = ACTIONS(1143), + [sym_identifier] = ACTIONS(1145), [sym_comment] = ACTIONS(44), }, - [771] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1141), - [anon_sym_typedef] = ACTIONS(1139), - [anon_sym_extern] = ACTIONS(1139), - [anon_sym_static] = ACTIONS(1139), - [anon_sym_auto] = ACTIONS(1139), - [anon_sym_register] = ACTIONS(1139), - [anon_sym_inline] = ACTIONS(1139), - [anon_sym_const] = ACTIONS(1139), - [anon_sym_restrict] = ACTIONS(1139), - [anon_sym_volatile] = ACTIONS(1139), - [anon_sym_unsigned] = ACTIONS(1139), - [anon_sym_long] = ACTIONS(1139), - [anon_sym_short] = ACTIONS(1139), - [sym_primitive_type] = ACTIONS(1139), - [anon_sym_enum] = ACTIONS(1139), - [anon_sym_struct] = ACTIONS(1139), - [anon_sym_union] = ACTIONS(1139), - [sym_identifier] = ACTIONS(1141), + [781] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1159), + [sym_preproc_directive] = ACTIONS(1161), + [anon_sym_typedef] = ACTIONS(1159), + [anon_sym_extern] = ACTIONS(1159), + [anon_sym_static] = ACTIONS(1159), + [anon_sym_auto] = ACTIONS(1159), + [anon_sym_register] = ACTIONS(1159), + [anon_sym_inline] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1159), + [anon_sym_restrict] = ACTIONS(1159), + [anon_sym_volatile] = ACTIONS(1159), + [anon_sym_unsigned] = ACTIONS(1159), + [anon_sym_long] = ACTIONS(1159), + [anon_sym_short] = ACTIONS(1159), + [sym_primitive_type] = ACTIONS(1159), + [anon_sym_enum] = ACTIONS(1159), + [anon_sym_struct] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1159), + [sym_identifier] = ACTIONS(1161), [sym_comment] = ACTIONS(44), }, - [772] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1191), - [sym_preproc_directive] = ACTIONS(1193), - [anon_sym_typedef] = ACTIONS(1191), - [anon_sym_extern] = ACTIONS(1191), - [anon_sym_static] = ACTIONS(1191), - [anon_sym_auto] = ACTIONS(1191), - [anon_sym_register] = ACTIONS(1191), - [anon_sym_inline] = ACTIONS(1191), - [anon_sym_const] = ACTIONS(1191), - [anon_sym_restrict] = ACTIONS(1191), - [anon_sym_volatile] = ACTIONS(1191), - [anon_sym_unsigned] = ACTIONS(1191), - [anon_sym_long] = ACTIONS(1191), - [anon_sym_short] = ACTIONS(1191), - [sym_primitive_type] = ACTIONS(1191), - [anon_sym_enum] = ACTIONS(1191), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_union] = ACTIONS(1191), - [sym_identifier] = ACTIONS(1193), + [782] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1215), + [sym_preproc_directive] = ACTIONS(1217), + [anon_sym_typedef] = ACTIONS(1215), + [anon_sym_extern] = ACTIONS(1215), + [anon_sym_static] = ACTIONS(1215), + [anon_sym_auto] = ACTIONS(1215), + [anon_sym_register] = ACTIONS(1215), + [anon_sym_inline] = ACTIONS(1215), + [anon_sym_const] = ACTIONS(1215), + [anon_sym_restrict] = ACTIONS(1215), + [anon_sym_volatile] = ACTIONS(1215), + [anon_sym_unsigned] = ACTIONS(1215), + [anon_sym_long] = ACTIONS(1215), + [anon_sym_short] = ACTIONS(1215), + [sym_primitive_type] = ACTIONS(1215), + [anon_sym_enum] = ACTIONS(1215), + [anon_sym_struct] = ACTIONS(1215), + [anon_sym_union] = ACTIONS(1215), + [sym_identifier] = ACTIONS(1217), [sym_comment] = ACTIONS(44), }, - [773] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1197), - [sym_preproc_directive] = ACTIONS(1199), - [anon_sym_typedef] = ACTIONS(1197), - [anon_sym_extern] = ACTIONS(1197), - [anon_sym_static] = ACTIONS(1197), - [anon_sym_auto] = ACTIONS(1197), - [anon_sym_register] = ACTIONS(1197), - [anon_sym_inline] = ACTIONS(1197), - [anon_sym_const] = ACTIONS(1197), - [anon_sym_restrict] = ACTIONS(1197), - [anon_sym_volatile] = ACTIONS(1197), - [anon_sym_unsigned] = ACTIONS(1197), - [anon_sym_long] = ACTIONS(1197), - [anon_sym_short] = ACTIONS(1197), - [sym_primitive_type] = ACTIONS(1197), - [anon_sym_enum] = ACTIONS(1197), - [anon_sym_struct] = ACTIONS(1197), - [anon_sym_union] = ACTIONS(1197), - [sym_identifier] = ACTIONS(1199), + [783] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1221), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1221), + [anon_sym_extern] = ACTIONS(1221), + [anon_sym_static] = ACTIONS(1221), + [anon_sym_auto] = ACTIONS(1221), + [anon_sym_register] = ACTIONS(1221), + [anon_sym_inline] = ACTIONS(1221), + [anon_sym_const] = ACTIONS(1221), + [anon_sym_restrict] = ACTIONS(1221), + [anon_sym_volatile] = ACTIONS(1221), + [anon_sym_unsigned] = ACTIONS(1221), + [anon_sym_long] = ACTIONS(1221), + [anon_sym_short] = ACTIONS(1221), + [sym_primitive_type] = ACTIONS(1221), + [anon_sym_enum] = ACTIONS(1221), + [anon_sym_struct] = ACTIONS(1221), + [anon_sym_union] = ACTIONS(1221), + [sym_identifier] = ACTIONS(1223), [sym_comment] = ACTIONS(44), }, - [774] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1203), - [sym_preproc_directive] = ACTIONS(1205), - [anon_sym_typedef] = ACTIONS(1203), - [anon_sym_extern] = ACTIONS(1203), - [anon_sym_static] = ACTIONS(1203), - [anon_sym_auto] = ACTIONS(1203), - [anon_sym_register] = ACTIONS(1203), - [anon_sym_inline] = ACTIONS(1203), - [anon_sym_const] = ACTIONS(1203), - [anon_sym_restrict] = ACTIONS(1203), - [anon_sym_volatile] = ACTIONS(1203), - [anon_sym_unsigned] = ACTIONS(1203), - [anon_sym_long] = ACTIONS(1203), - [anon_sym_short] = ACTIONS(1203), - [sym_primitive_type] = ACTIONS(1203), - [anon_sym_enum] = ACTIONS(1203), - [anon_sym_struct] = ACTIONS(1203), - [anon_sym_union] = ACTIONS(1203), - [sym_identifier] = ACTIONS(1205), + [784] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1229), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1229), [sym_comment] = ACTIONS(44), }, - [775] = { - [anon_sym_LF] = ACTIONS(2033), + [785] = { + [anon_sym_LF] = ACTIONS(2065), [sym_comment] = ACTIONS(54), }, - [776] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(664), - [sym_preproc_directive] = ACTIONS(666), - [anon_sym_typedef] = ACTIONS(664), - [anon_sym_extern] = ACTIONS(664), - [anon_sym_static] = ACTIONS(664), - [anon_sym_auto] = ACTIONS(664), - [anon_sym_register] = ACTIONS(664), - [anon_sym_inline] = ACTIONS(664), - [anon_sym_const] = ACTIONS(664), - [anon_sym_restrict] = ACTIONS(664), - [anon_sym_volatile] = ACTIONS(664), - [anon_sym_unsigned] = ACTIONS(664), - [anon_sym_long] = ACTIONS(664), - [anon_sym_short] = ACTIONS(664), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(664), - [anon_sym_struct] = ACTIONS(664), - [anon_sym_union] = ACTIONS(664), - [sym_identifier] = ACTIONS(666), + [786] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_typedef] = ACTIONS(672), + [anon_sym_extern] = ACTIONS(672), + [anon_sym_static] = ACTIONS(672), + [anon_sym_auto] = ACTIONS(672), + [anon_sym_register] = ACTIONS(672), + [anon_sym_inline] = ACTIONS(672), + [anon_sym_const] = ACTIONS(672), + [anon_sym_restrict] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_unsigned] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [sym_primitive_type] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_struct] = ACTIONS(672), + [anon_sym_union] = ACTIONS(672), + [sym_identifier] = ACTIONS(674), [sym_comment] = ACTIONS(44), }, - [777] = { - [anon_sym_LF] = ACTIONS(2035), + [787] = { + [anon_sym_LF] = ACTIONS(2067), [sym_comment] = ACTIONS(54), }, - [778] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(706), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(706), - [sym_preproc_directive] = ACTIONS(708), - [anon_sym_typedef] = ACTIONS(706), - [anon_sym_extern] = ACTIONS(706), - [anon_sym_static] = ACTIONS(706), - [anon_sym_auto] = ACTIONS(706), - [anon_sym_register] = ACTIONS(706), - [anon_sym_inline] = ACTIONS(706), - [anon_sym_const] = ACTIONS(706), - [anon_sym_restrict] = ACTIONS(706), - [anon_sym_volatile] = ACTIONS(706), - [anon_sym_unsigned] = ACTIONS(706), - [anon_sym_long] = ACTIONS(706), - [anon_sym_short] = ACTIONS(706), - [sym_primitive_type] = ACTIONS(706), - [anon_sym_enum] = ACTIONS(706), - [anon_sym_struct] = ACTIONS(706), - [anon_sym_union] = ACTIONS(706), - [sym_identifier] = ACTIONS(708), - [sym_comment] = ACTIONS(44), - }, - [779] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2037), - [sym_comment] = ACTIONS(44), - }, - [780] = { + [788] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(718), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(718), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(718), @@ -29824,42 +29905,73 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(720), [sym_comment] = ACTIONS(44), }, - [781] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2039), + [789] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2069), [sym_comment] = ACTIONS(44), }, - [782] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(726), - [sym_preproc_directive] = ACTIONS(728), - [anon_sym_typedef] = ACTIONS(726), - [anon_sym_extern] = ACTIONS(726), - [anon_sym_static] = ACTIONS(726), - [anon_sym_auto] = ACTIONS(726), - [anon_sym_register] = ACTIONS(726), - [anon_sym_inline] = ACTIONS(726), - [anon_sym_const] = ACTIONS(726), - [anon_sym_restrict] = ACTIONS(726), - [anon_sym_volatile] = ACTIONS(726), - [anon_sym_unsigned] = ACTIONS(726), - [anon_sym_long] = ACTIONS(726), - [anon_sym_short] = ACTIONS(726), - [sym_primitive_type] = ACTIONS(726), - [anon_sym_enum] = ACTIONS(726), - [anon_sym_struct] = ACTIONS(726), - [anon_sym_union] = ACTIONS(726), - [sym_identifier] = ACTIONS(728), + [790] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(730), + [sym_preproc_directive] = ACTIONS(732), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_inline] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [sym_primitive_type] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(732), [sym_comment] = ACTIONS(44), }, - [783] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2041), + [791] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2071), [sym_comment] = ACTIONS(44), }, - [784] = { + [792] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(738), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(738), + [sym_preproc_directive] = ACTIONS(740), + [anon_sym_typedef] = ACTIONS(738), + [anon_sym_extern] = ACTIONS(738), + [anon_sym_static] = ACTIONS(738), + [anon_sym_auto] = ACTIONS(738), + [anon_sym_register] = ACTIONS(738), + [anon_sym_inline] = ACTIONS(738), + [anon_sym_const] = ACTIONS(738), + [anon_sym_restrict] = ACTIONS(738), + [anon_sym_volatile] = ACTIONS(738), + [anon_sym_unsigned] = ACTIONS(738), + [anon_sym_long] = ACTIONS(738), + [anon_sym_short] = ACTIONS(738), + [sym_primitive_type] = ACTIONS(738), + [anon_sym_enum] = ACTIONS(738), + [anon_sym_struct] = ACTIONS(738), + [anon_sym_union] = ACTIONS(738), + [sym_identifier] = ACTIONS(740), + [sym_comment] = ACTIONS(44), + }, + [793] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2073), + [sym_comment] = ACTIONS(44), + }, + [794] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), @@ -29886,52 +29998,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(748), [sym_comment] = ACTIONS(44), }, - [785] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2043), - [anon_sym_LBRACK] = ACTIONS(436), + [795] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [sym_identifier] = ACTIONS(766), [sym_comment] = ACTIONS(44), }, - [786] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(758), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(758), - [sym_preproc_directive] = ACTIONS(760), - [anon_sym_typedef] = ACTIONS(758), - [anon_sym_extern] = ACTIONS(758), - [anon_sym_static] = ACTIONS(758), - [anon_sym_auto] = ACTIONS(758), - [anon_sym_register] = ACTIONS(758), - [anon_sym_inline] = ACTIONS(758), - [anon_sym_const] = ACTIONS(758), - [anon_sym_restrict] = ACTIONS(758), - [anon_sym_volatile] = ACTIONS(758), - [anon_sym_unsigned] = ACTIONS(758), - [anon_sym_long] = ACTIONS(758), - [anon_sym_short] = ACTIONS(758), - [sym_primitive_type] = ACTIONS(758), - [anon_sym_enum] = ACTIONS(758), - [anon_sym_struct] = ACTIONS(758), - [anon_sym_union] = ACTIONS(758), - [sym_identifier] = ACTIONS(760), + [796] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2075), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [787] = { - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), + [797] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(776), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(776), + [sym_preproc_directive] = ACTIONS(778), + [anon_sym_typedef] = ACTIONS(776), + [anon_sym_extern] = ACTIONS(776), + [anon_sym_static] = ACTIONS(776), + [anon_sym_auto] = ACTIONS(776), + [anon_sym_register] = ACTIONS(776), + [anon_sym_inline] = ACTIONS(776), + [anon_sym_const] = ACTIONS(776), + [anon_sym_restrict] = ACTIONS(776), + [anon_sym_volatile] = ACTIONS(776), + [anon_sym_unsigned] = ACTIONS(776), + [anon_sym_long] = ACTIONS(776), + [anon_sym_short] = ACTIONS(776), + [sym_primitive_type] = ACTIONS(776), + [anon_sym_enum] = ACTIONS(776), + [anon_sym_struct] = ACTIONS(776), + [anon_sym_union] = ACTIONS(776), + [sym_identifier] = ACTIONS(778), + [sym_comment] = ACTIONS(44), + }, + [798] = { + [sym_preproc_include] = STATE(64), + [sym_preproc_def] = STATE(64), + [sym_preproc_function_def] = STATE(64), + [sym_preproc_call] = STATE(64), + [sym_preproc_if] = STATE(64), + [sym_preproc_ifdef] = STATE(64), + [sym_function_definition] = STATE(64), + [sym_declaration] = STATE(64), + [sym_type_definition] = STATE(64), [sym__declaration_specifiers] = STATE(20), - [sym_linkage_specification] = STATE(63), + [sym_linkage_specification] = STATE(64), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -29939,7 +30078,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__empty_declaration] = STATE(63), + [sym__empty_declaration] = STATE(64), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), @@ -29951,7 +30090,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(22), [anon_sym_typedef] = ACTIONS(24), [anon_sym_extern] = ACTIONS(26), - [anon_sym_RBRACE] = ACTIONS(2045), + [anon_sym_RBRACE] = ACTIONS(2077), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -29969,44 +30108,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(42), [sym_comment] = ACTIONS(44), }, - [788] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [sym_identifier] = ACTIONS(914), + [799] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [sym_identifier] = ACTIONS(934), [sym_comment] = ACTIONS(44), }, - [789] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [800] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -30014,54 +30153,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2047), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2079), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -30076,2114 +30215,2114 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [790] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [sym_identifier] = ACTIONS(1119), - [sym_comment] = ACTIONS(44), - }, - [791] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [sym_identifier] = ACTIONS(1221), - [sym_comment] = ACTIONS(44), - }, - [792] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1225), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1225), - [anon_sym_extern] = ACTIONS(1225), - [anon_sym_static] = ACTIONS(1225), - [anon_sym_auto] = ACTIONS(1225), - [anon_sym_register] = ACTIONS(1225), - [anon_sym_inline] = ACTIONS(1225), - [anon_sym_const] = ACTIONS(1225), - [anon_sym_restrict] = ACTIONS(1225), - [anon_sym_volatile] = ACTIONS(1225), - [anon_sym_unsigned] = ACTIONS(1225), - [anon_sym_long] = ACTIONS(1225), - [anon_sym_short] = ACTIONS(1225), - [sym_primitive_type] = ACTIONS(1225), - [anon_sym_enum] = ACTIONS(1225), - [anon_sym_struct] = ACTIONS(1225), - [anon_sym_union] = ACTIONS(1225), - [sym_identifier] = ACTIONS(1227), - [sym_comment] = ACTIONS(44), - }, - [793] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [sym_identifier] = ACTIONS(1581), - [sym_comment] = ACTIONS(44), - }, - [794] = { - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1696), - [sym_identifier] = ACTIONS(1698), - [sym_comment] = ACTIONS(44), - }, - [795] = { - [anon_sym_LPAREN] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LBRACK] = ACTIONS(2049), - [sym_comment] = ACTIONS(44), - }, - [796] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [797] = { - [anon_sym_RPAREN] = ACTIONS(2051), - [sym_comment] = ACTIONS(44), - }, - [798] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1975), - [anon_sym_RBRACE] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [799] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2053), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [800] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1981), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [801] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1983), - [anon_sym_RBRACE] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1139), [sym_comment] = ACTIONS(44), }, [802] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1983), - [anon_sym_RBRACE] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [sym_identifier] = ACTIONS(1245), [sym_comment] = ACTIONS(44), }, [803] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1249), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1249), + [anon_sym_extern] = ACTIONS(1249), + [anon_sym_static] = ACTIONS(1249), + [anon_sym_auto] = ACTIONS(1249), + [anon_sym_register] = ACTIONS(1249), + [anon_sym_inline] = ACTIONS(1249), + [anon_sym_const] = ACTIONS(1249), + [anon_sym_restrict] = ACTIONS(1249), + [anon_sym_volatile] = ACTIONS(1249), + [anon_sym_unsigned] = ACTIONS(1249), + [anon_sym_long] = ACTIONS(1249), + [anon_sym_short] = ACTIONS(1249), + [sym_primitive_type] = ACTIONS(1249), + [anon_sym_enum] = ACTIONS(1249), + [anon_sym_struct] = ACTIONS(1249), + [anon_sym_union] = ACTIONS(1249), + [sym_identifier] = ACTIONS(1251), [sym_comment] = ACTIONS(44), }, [804] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1607), [sym_comment] = ACTIONS(44), }, [805] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1987), - [anon_sym_RBRACE] = ACTIONS(1987), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(1724), + [anon_sym_STAR] = ACTIONS(1724), + [sym_identifier] = ACTIONS(1726), [sym_comment] = ACTIONS(44), }, [806] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1991), - [anon_sym_RBRACE] = ACTIONS(1991), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_STAR_EQ] = ACTIONS(1991), - [anon_sym_SLASH_EQ] = ACTIONS(1991), - [anon_sym_PERCENT_EQ] = ACTIONS(1991), - [anon_sym_PLUS_EQ] = ACTIONS(1991), - [anon_sym_DASH_EQ] = ACTIONS(1991), - [anon_sym_LT_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_GT_EQ] = ACTIONS(1991), - [anon_sym_AMP_EQ] = ACTIONS(1991), - [anon_sym_CARET_EQ] = ACTIONS(1991), - [anon_sym_PIPE_EQ] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1993), - [anon_sym_PIPE_PIPE] = ACTIONS(1991), - [anon_sym_AMP_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1993), - [anon_sym_CARET] = ACTIONS(1993), - [anon_sym_EQ_EQ] = ACTIONS(1991), - [anon_sym_BANG_EQ] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1993), - [anon_sym_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2081), + [anon_sym_RPAREN] = ACTIONS(2081), + [anon_sym_SEMI] = ACTIONS(2081), + [anon_sym_LBRACK] = ACTIONS(2081), [sym_comment] = ACTIONS(44), }, [807] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1995), - [anon_sym_RBRACE] = ACTIONS(1995), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [808] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1969), - [anon_sym_RBRACE] = ACTIONS(1969), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_RPAREN] = ACTIONS(2083), [sym_comment] = ACTIONS(44), }, [809] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2007), + [anon_sym_RBRACE] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [810] = { - [anon_sym_RPAREN] = ACTIONS(2055), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2085), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [811] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [812] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2057), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2015), + [anon_sym_RBRACE] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [813] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1981), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2015), + [anon_sym_RBRACE] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [814] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [815] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [816] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2019), + [anon_sym_RBRACE] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [817] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2023), + [anon_sym_RBRACE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [818] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1987), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2027), + [anon_sym_RBRACE] = ACTIONS(2027), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [819] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1991), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_STAR_EQ] = ACTIONS(1991), - [anon_sym_SLASH_EQ] = ACTIONS(1991), - [anon_sym_PERCENT_EQ] = ACTIONS(1991), - [anon_sym_PLUS_EQ] = ACTIONS(1991), - [anon_sym_DASH_EQ] = ACTIONS(1991), - [anon_sym_LT_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_GT_EQ] = ACTIONS(1991), - [anon_sym_AMP_EQ] = ACTIONS(1991), - [anon_sym_CARET_EQ] = ACTIONS(1991), - [anon_sym_PIPE_EQ] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1993), - [anon_sym_PIPE_PIPE] = ACTIONS(1991), - [anon_sym_AMP_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1993), - [anon_sym_CARET] = ACTIONS(1993), - [anon_sym_EQ_EQ] = ACTIONS(1991), - [anon_sym_BANG_EQ] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1993), - [anon_sym_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2001), + [anon_sym_RBRACE] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [820] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1995), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [821] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1969), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_RPAREN] = ACTIONS(2087), [sym_comment] = ACTIONS(44), }, [822] = { - [anon_sym_LPAREN] = ACTIONS(2059), - [anon_sym_COMMA] = ACTIONS(2059), - [anon_sym_RPAREN] = ACTIONS(2059), - [anon_sym_SEMI] = ACTIONS(2059), - [anon_sym_LBRACK] = ACTIONS(2059), - [anon_sym_COLON] = ACTIONS(2059), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [823] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(2061), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2089), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [824] = { - [anon_sym_extern] = ACTIONS(2063), - [anon_sym_RBRACE] = ACTIONS(2065), - [anon_sym_static] = ACTIONS(2063), - [anon_sym_auto] = ACTIONS(2063), - [anon_sym_register] = ACTIONS(2063), - [anon_sym_inline] = ACTIONS(2063), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_restrict] = ACTIONS(2063), - [anon_sym_volatile] = ACTIONS(2063), - [anon_sym_unsigned] = ACTIONS(2063), - [anon_sym_long] = ACTIONS(2063), - [anon_sym_short] = ACTIONS(2063), - [sym_primitive_type] = ACTIONS(2063), - [anon_sym_enum] = ACTIONS(2063), - [anon_sym_struct] = ACTIONS(2063), - [anon_sym_union] = ACTIONS(2063), - [sym_identifier] = ACTIONS(2067), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [825] = { - [sym_parameter_list] = STATE(370), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(2069), - [anon_sym_SEMI] = ACTIONS(2069), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_COLON] = ACTIONS(2069), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [826] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [827] = { - [anon_sym_LPAREN] = ACTIONS(2073), - [anon_sym_COMMA] = ACTIONS(2073), - [anon_sym_RPAREN] = ACTIONS(2073), - [anon_sym_LBRACK] = ACTIONS(2073), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [828] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(2075), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [829] = { - [anon_sym_COMMA] = ACTIONS(2077), - [anon_sym_RPAREN] = ACTIONS(2077), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [830] = { - [anon_sym_LF] = ACTIONS(2079), - [sym_comment] = ACTIONS(54), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), }, [831] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(662), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(664), - [sym_preproc_directive] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_typedef] = ACTIONS(664), - [anon_sym_extern] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_STAR] = ACTIONS(662), - [anon_sym_static] = ACTIONS(664), - [anon_sym_auto] = ACTIONS(664), - [anon_sym_register] = ACTIONS(664), - [anon_sym_inline] = ACTIONS(664), - [anon_sym_const] = ACTIONS(664), - [anon_sym_restrict] = ACTIONS(664), - [anon_sym_volatile] = ACTIONS(664), - [anon_sym_unsigned] = ACTIONS(664), - [anon_sym_long] = ACTIONS(664), - [anon_sym_short] = ACTIONS(664), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(664), - [anon_sym_struct] = ACTIONS(664), - [anon_sym_union] = ACTIONS(664), - [anon_sym_if] = ACTIONS(664), - [anon_sym_switch] = ACTIONS(664), - [anon_sym_case] = ACTIONS(664), - [anon_sym_default] = ACTIONS(664), - [anon_sym_while] = ACTIONS(664), - [anon_sym_do] = ACTIONS(664), - [anon_sym_for] = ACTIONS(664), - [anon_sym_return] = ACTIONS(664), - [anon_sym_break] = ACTIONS(664), - [anon_sym_continue] = ACTIONS(664), - [anon_sym_goto] = ACTIONS(664), - [anon_sym_AMP] = ACTIONS(662), - [anon_sym_BANG] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(662), - [anon_sym_PLUS] = ACTIONS(664), - [anon_sym_DASH] = ACTIONS(664), - [anon_sym_DASH_DASH] = ACTIONS(662), - [anon_sym_PLUS_PLUS] = ACTIONS(662), - [anon_sym_sizeof] = ACTIONS(664), - [sym_number_literal] = ACTIONS(664), - [sym_char_literal] = ACTIONS(664), - [sym_string_literal] = ACTIONS(662), - [sym_identifier] = ACTIONS(666), - [sym_true] = ACTIONS(662), - [sym_false] = ACTIONS(662), - [sym_null] = ACTIONS(664), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2027), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [832] = { - [anon_sym_LF] = ACTIONS(2081), - [sym_comment] = ACTIONS(54), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), }, [833] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(2091), + [anon_sym_COMMA] = ACTIONS(2091), + [anon_sym_RPAREN] = ACTIONS(2091), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_LBRACK] = ACTIONS(2091), + [anon_sym_COLON] = ACTIONS(2091), [sym_comment] = ACTIONS(44), }, [834] = { - [anon_sym_RPAREN] = ACTIONS(2083), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2093), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [835] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1353), - [anon_sym_RPAREN] = ACTIONS(1967), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(2095), + [anon_sym_RBRACE] = ACTIONS(2097), + [anon_sym_static] = ACTIONS(2095), + [anon_sym_auto] = ACTIONS(2095), + [anon_sym_register] = ACTIONS(2095), + [anon_sym_inline] = ACTIONS(2095), + [anon_sym_const] = ACTIONS(2095), + [anon_sym_restrict] = ACTIONS(2095), + [anon_sym_volatile] = ACTIONS(2095), + [anon_sym_unsigned] = ACTIONS(2095), + [anon_sym_long] = ACTIONS(2095), + [anon_sym_short] = ACTIONS(2095), + [sym_primitive_type] = ACTIONS(2095), + [anon_sym_enum] = ACTIONS(2095), + [anon_sym_struct] = ACTIONS(2095), + [anon_sym_union] = ACTIONS(2095), + [sym_identifier] = ACTIONS(2099), [sym_comment] = ACTIONS(44), }, [836] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1975), - [anon_sym_RPAREN] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_parameter_list] = STATE(376), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(2101), + [anon_sym_SEMI] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_COLON] = ACTIONS(2101), [sym_comment] = ACTIONS(44), }, [837] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2085), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2103), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [838] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1981), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2105), + [anon_sym_COMMA] = ACTIONS(2105), + [anon_sym_RPAREN] = ACTIONS(2105), + [anon_sym_LBRACK] = ACTIONS(2105), [sym_comment] = ACTIONS(44), }, [839] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1983), - [anon_sym_RPAREN] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2107), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [840] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1983), - [anon_sym_RPAREN] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(2109), + [anon_sym_RPAREN] = ACTIONS(2109), [sym_comment] = ACTIONS(44), }, [841] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), + [anon_sym_LF] = ACTIONS(2111), + [sym_comment] = ACTIONS(54), }, [842] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), + [anon_sym_LPAREN] = ACTIONS(670), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_typedef] = ACTIONS(672), + [anon_sym_extern] = ACTIONS(672), + [anon_sym_LBRACE] = ACTIONS(670), + [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_static] = ACTIONS(672), + [anon_sym_auto] = ACTIONS(672), + [anon_sym_register] = ACTIONS(672), + [anon_sym_inline] = ACTIONS(672), + [anon_sym_const] = ACTIONS(672), + [anon_sym_restrict] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_unsigned] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [sym_primitive_type] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_struct] = ACTIONS(672), + [anon_sym_union] = ACTIONS(672), + [anon_sym_if] = ACTIONS(672), + [anon_sym_switch] = ACTIONS(672), + [anon_sym_case] = ACTIONS(672), + [anon_sym_default] = ACTIONS(672), + [anon_sym_while] = ACTIONS(672), + [anon_sym_do] = ACTIONS(672), + [anon_sym_for] = ACTIONS(672), + [anon_sym_return] = ACTIONS(672), + [anon_sym_break] = ACTIONS(672), + [anon_sym_continue] = ACTIONS(672), + [anon_sym_goto] = ACTIONS(672), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(670), + [anon_sym_TILDE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(672), + [anon_sym_DASH] = ACTIONS(672), + [anon_sym_DASH_DASH] = ACTIONS(670), + [anon_sym_PLUS_PLUS] = ACTIONS(670), + [anon_sym_sizeof] = ACTIONS(672), + [sym_number_literal] = ACTIONS(672), + [sym_char_literal] = ACTIONS(672), + [sym_string_literal] = ACTIONS(670), + [sym_identifier] = ACTIONS(674), + [sym_true] = ACTIONS(670), + [sym_false] = ACTIONS(670), + [sym_null] = ACTIONS(672), [sym_comment] = ACTIONS(44), }, [843] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1987), - [anon_sym_RPAREN] = ACTIONS(1987), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), + [anon_sym_LF] = ACTIONS(2113), + [sym_comment] = ACTIONS(54), }, [844] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1991), - [anon_sym_RPAREN] = ACTIONS(1991), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_STAR_EQ] = ACTIONS(1991), - [anon_sym_SLASH_EQ] = ACTIONS(1991), - [anon_sym_PERCENT_EQ] = ACTIONS(1991), - [anon_sym_PLUS_EQ] = ACTIONS(1991), - [anon_sym_DASH_EQ] = ACTIONS(1991), - [anon_sym_LT_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_GT_EQ] = ACTIONS(1991), - [anon_sym_AMP_EQ] = ACTIONS(1991), - [anon_sym_CARET_EQ] = ACTIONS(1991), - [anon_sym_PIPE_EQ] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1993), - [anon_sym_PIPE_PIPE] = ACTIONS(1991), - [anon_sym_AMP_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1993), - [anon_sym_CARET] = ACTIONS(1993), - [anon_sym_EQ_EQ] = ACTIONS(1991), - [anon_sym_BANG_EQ] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1993), - [anon_sym_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [845] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1995), - [anon_sym_RPAREN] = ACTIONS(1995), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_RPAREN] = ACTIONS(2115), [sym_comment] = ACTIONS(44), }, [846] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1969), - [anon_sym_RPAREN] = ACTIONS(1969), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1377), + [anon_sym_RPAREN] = ACTIONS(1999), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [847] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2007), + [anon_sym_RPAREN] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [848] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [849] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [850] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2015), + [anon_sym_RPAREN] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [851] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2015), + [anon_sym_RPAREN] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [852] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [853] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2011), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [854] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2019), + [anon_sym_RPAREN] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [855] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2023), + [anon_sym_RPAREN] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [856] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2027), + [anon_sym_RPAREN] = ACTIONS(2027), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [857] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2001), + [anon_sym_RPAREN] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [847] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2087), - [anon_sym_RPAREN] = ACTIONS(2087), - [anon_sym_SEMI] = ACTIONS(2087), - [anon_sym_RBRACE] = ACTIONS(2087), - [anon_sym_STAR] = ACTIONS(2089), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(2087), - [anon_sym_EQ] = ACTIONS(2089), - [anon_sym_COLON] = ACTIONS(2087), - [anon_sym_QMARK] = ACTIONS(2087), - [anon_sym_STAR_EQ] = ACTIONS(2087), - [anon_sym_SLASH_EQ] = ACTIONS(2087), - [anon_sym_PERCENT_EQ] = ACTIONS(2087), - [anon_sym_PLUS_EQ] = ACTIONS(2087), - [anon_sym_DASH_EQ] = ACTIONS(2087), - [anon_sym_LT_LT_EQ] = ACTIONS(2087), - [anon_sym_GT_GT_EQ] = ACTIONS(2087), - [anon_sym_AMP_EQ] = ACTIONS(2087), - [anon_sym_CARET_EQ] = ACTIONS(2087), - [anon_sym_PIPE_EQ] = ACTIONS(2087), - [anon_sym_AMP] = ACTIONS(2089), - [anon_sym_PIPE_PIPE] = ACTIONS(2087), - [anon_sym_AMP_AMP] = ACTIONS(2087), - [anon_sym_PIPE] = ACTIONS(2089), - [anon_sym_CARET] = ACTIONS(2089), - [anon_sym_EQ_EQ] = ACTIONS(2087), - [anon_sym_BANG_EQ] = ACTIONS(2087), - [anon_sym_LT] = ACTIONS(2089), - [anon_sym_GT] = ACTIONS(2089), - [anon_sym_LT_EQ] = ACTIONS(2087), - [anon_sym_GT_EQ] = ACTIONS(2087), - [anon_sym_LT_LT] = ACTIONS(2089), - [anon_sym_GT_GT] = ACTIONS(2089), - [anon_sym_PLUS] = ACTIONS(2089), - [anon_sym_DASH] = ACTIONS(2089), - [anon_sym_SLASH] = ACTIONS(2089), - [anon_sym_PERCENT] = ACTIONS(2089), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [858] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2119), + [anon_sym_RPAREN] = ACTIONS(2119), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_STAR] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2119), + [anon_sym_EQ] = ACTIONS(2121), + [anon_sym_COLON] = ACTIONS(2119), + [anon_sym_QMARK] = ACTIONS(2119), + [anon_sym_STAR_EQ] = ACTIONS(2119), + [anon_sym_SLASH_EQ] = ACTIONS(2119), + [anon_sym_PERCENT_EQ] = ACTIONS(2119), + [anon_sym_PLUS_EQ] = ACTIONS(2119), + [anon_sym_DASH_EQ] = ACTIONS(2119), + [anon_sym_LT_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_GT_EQ] = ACTIONS(2119), + [anon_sym_AMP_EQ] = ACTIONS(2119), + [anon_sym_CARET_EQ] = ACTIONS(2119), + [anon_sym_PIPE_EQ] = ACTIONS(2119), + [anon_sym_AMP] = ACTIONS(2121), + [anon_sym_PIPE_PIPE] = ACTIONS(2119), + [anon_sym_AMP_AMP] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2121), + [anon_sym_CARET] = ACTIONS(2121), + [anon_sym_EQ_EQ] = ACTIONS(2119), + [anon_sym_BANG_EQ] = ACTIONS(2119), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_GT] = ACTIONS(2121), + [anon_sym_LT_EQ] = ACTIONS(2119), + [anon_sym_GT_EQ] = ACTIONS(2119), + [anon_sym_LT_LT] = ACTIONS(2121), + [anon_sym_GT_GT] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_PERCENT] = ACTIONS(2121), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [848] = { - [anon_sym_LPAREN] = ACTIONS(2091), - [anon_sym_COMMA] = ACTIONS(2091), - [anon_sym_RPAREN] = ACTIONS(2091), - [anon_sym_SEMI] = ACTIONS(2091), - [anon_sym_RBRACE] = ACTIONS(2091), - [anon_sym_STAR] = ACTIONS(2093), - [anon_sym_LBRACK] = ACTIONS(2091), - [anon_sym_RBRACK] = ACTIONS(2091), - [anon_sym_EQ] = ACTIONS(2093), - [anon_sym_COLON] = ACTIONS(2091), - [anon_sym_QMARK] = ACTIONS(2091), - [anon_sym_STAR_EQ] = ACTIONS(2091), - [anon_sym_SLASH_EQ] = ACTIONS(2091), - [anon_sym_PERCENT_EQ] = ACTIONS(2091), - [anon_sym_PLUS_EQ] = ACTIONS(2091), - [anon_sym_DASH_EQ] = ACTIONS(2091), - [anon_sym_LT_LT_EQ] = ACTIONS(2091), - [anon_sym_GT_GT_EQ] = ACTIONS(2091), - [anon_sym_AMP_EQ] = ACTIONS(2091), - [anon_sym_CARET_EQ] = ACTIONS(2091), - [anon_sym_PIPE_EQ] = ACTIONS(2091), - [anon_sym_AMP] = ACTIONS(2093), - [anon_sym_PIPE_PIPE] = ACTIONS(2091), - [anon_sym_AMP_AMP] = ACTIONS(2091), - [anon_sym_PIPE] = ACTIONS(2093), - [anon_sym_CARET] = ACTIONS(2093), - [anon_sym_EQ_EQ] = ACTIONS(2091), - [anon_sym_BANG_EQ] = ACTIONS(2091), - [anon_sym_LT] = ACTIONS(2093), - [anon_sym_GT] = ACTIONS(2093), - [anon_sym_LT_EQ] = ACTIONS(2091), - [anon_sym_GT_EQ] = ACTIONS(2091), - [anon_sym_LT_LT] = ACTIONS(2093), - [anon_sym_GT_GT] = ACTIONS(2093), - [anon_sym_PLUS] = ACTIONS(2093), - [anon_sym_DASH] = ACTIONS(2093), - [anon_sym_SLASH] = ACTIONS(2093), - [anon_sym_PERCENT] = ACTIONS(2093), - [anon_sym_DASH_DASH] = ACTIONS(2091), - [anon_sym_PLUS_PLUS] = ACTIONS(2091), - [anon_sym_DOT] = ACTIONS(2091), - [anon_sym_DASH_GT] = ACTIONS(2091), + [859] = { + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_COMMA] = ACTIONS(2123), + [anon_sym_RPAREN] = ACTIONS(2123), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_RBRACK] = ACTIONS(2123), + [anon_sym_EQ] = ACTIONS(2125), + [anon_sym_COLON] = ACTIONS(2123), + [anon_sym_QMARK] = ACTIONS(2123), + [anon_sym_STAR_EQ] = ACTIONS(2123), + [anon_sym_SLASH_EQ] = ACTIONS(2123), + [anon_sym_PERCENT_EQ] = ACTIONS(2123), + [anon_sym_PLUS_EQ] = ACTIONS(2123), + [anon_sym_DASH_EQ] = ACTIONS(2123), + [anon_sym_LT_LT_EQ] = ACTIONS(2123), + [anon_sym_GT_GT_EQ] = ACTIONS(2123), + [anon_sym_AMP_EQ] = ACTIONS(2123), + [anon_sym_CARET_EQ] = ACTIONS(2123), + [anon_sym_PIPE_EQ] = ACTIONS(2123), + [anon_sym_AMP] = ACTIONS(2125), + [anon_sym_PIPE_PIPE] = ACTIONS(2123), + [anon_sym_AMP_AMP] = ACTIONS(2123), + [anon_sym_PIPE] = ACTIONS(2125), + [anon_sym_CARET] = ACTIONS(2125), + [anon_sym_EQ_EQ] = ACTIONS(2123), + [anon_sym_BANG_EQ] = ACTIONS(2123), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_GT] = ACTIONS(2125), + [anon_sym_LT_EQ] = ACTIONS(2123), + [anon_sym_GT_EQ] = ACTIONS(2123), + [anon_sym_LT_LT] = ACTIONS(2125), + [anon_sym_GT_GT] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_PERCENT] = ACTIONS(2125), + [anon_sym_DASH_DASH] = ACTIONS(2123), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DOT] = ACTIONS(2123), + [anon_sym_DASH_GT] = ACTIONS(2123), [sym_comment] = ACTIONS(44), }, - [849] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(160), - [anon_sym_LPAREN] = ACTIONS(158), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(160), - [sym_preproc_directive] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(158), - [anon_sym_typedef] = ACTIONS(160), - [anon_sym_extern] = ACTIONS(160), - [anon_sym_LBRACE] = ACTIONS(158), - [anon_sym_STAR] = ACTIONS(158), - [anon_sym_static] = ACTIONS(160), - [anon_sym_auto] = ACTIONS(160), - [anon_sym_register] = ACTIONS(160), - [anon_sym_inline] = ACTIONS(160), - [anon_sym_const] = ACTIONS(160), - [anon_sym_restrict] = ACTIONS(160), - [anon_sym_volatile] = ACTIONS(160), - [anon_sym_unsigned] = ACTIONS(160), - [anon_sym_long] = ACTIONS(160), - [anon_sym_short] = ACTIONS(160), - [sym_primitive_type] = ACTIONS(160), - [anon_sym_enum] = ACTIONS(160), - [anon_sym_struct] = ACTIONS(160), - [anon_sym_union] = ACTIONS(160), - [anon_sym_if] = ACTIONS(160), - [anon_sym_switch] = ACTIONS(160), - [anon_sym_case] = ACTIONS(160), - [anon_sym_default] = ACTIONS(160), - [anon_sym_while] = ACTIONS(160), - [anon_sym_do] = ACTIONS(160), - [anon_sym_for] = ACTIONS(160), - [anon_sym_return] = ACTIONS(160), - [anon_sym_break] = ACTIONS(160), - [anon_sym_continue] = ACTIONS(160), - [anon_sym_goto] = ACTIONS(160), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_BANG] = ACTIONS(158), - [anon_sym_TILDE] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [anon_sym_DASH_DASH] = ACTIONS(158), - [anon_sym_PLUS_PLUS] = ACTIONS(158), - [anon_sym_sizeof] = ACTIONS(160), - [sym_number_literal] = ACTIONS(160), - [sym_char_literal] = ACTIONS(160), - [sym_string_literal] = ACTIONS(158), - [sym_identifier] = ACTIONS(162), - [sym_true] = ACTIONS(158), - [sym_false] = ACTIONS(158), - [sym_null] = ACTIONS(160), + [860] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(162), + [anon_sym_LPAREN] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(162), + [sym_preproc_directive] = ACTIONS(164), + [anon_sym_SEMI] = ACTIONS(160), + [anon_sym_typedef] = ACTIONS(162), + [anon_sym_extern] = ACTIONS(162), + [anon_sym_LBRACE] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(160), + [anon_sym_static] = ACTIONS(162), + [anon_sym_auto] = ACTIONS(162), + [anon_sym_register] = ACTIONS(162), + [anon_sym_inline] = ACTIONS(162), + [anon_sym_const] = ACTIONS(162), + [anon_sym_restrict] = ACTIONS(162), + [anon_sym_volatile] = ACTIONS(162), + [anon_sym_unsigned] = ACTIONS(162), + [anon_sym_long] = ACTIONS(162), + [anon_sym_short] = ACTIONS(162), + [sym_primitive_type] = ACTIONS(162), + [anon_sym_enum] = ACTIONS(162), + [anon_sym_struct] = ACTIONS(162), + [anon_sym_union] = ACTIONS(162), + [anon_sym_if] = ACTIONS(162), + [anon_sym_switch] = ACTIONS(162), + [anon_sym_case] = ACTIONS(162), + [anon_sym_default] = ACTIONS(162), + [anon_sym_while] = ACTIONS(162), + [anon_sym_do] = ACTIONS(162), + [anon_sym_for] = ACTIONS(162), + [anon_sym_return] = ACTIONS(162), + [anon_sym_break] = ACTIONS(162), + [anon_sym_continue] = ACTIONS(162), + [anon_sym_goto] = ACTIONS(162), + [anon_sym_AMP] = ACTIONS(160), + [anon_sym_BANG] = ACTIONS(160), + [anon_sym_TILDE] = ACTIONS(160), + [anon_sym_PLUS] = ACTIONS(162), + [anon_sym_DASH] = ACTIONS(162), + [anon_sym_DASH_DASH] = ACTIONS(160), + [anon_sym_PLUS_PLUS] = ACTIONS(160), + [anon_sym_sizeof] = ACTIONS(162), + [sym_number_literal] = ACTIONS(162), + [sym_char_literal] = ACTIONS(162), + [sym_string_literal] = ACTIONS(160), + [sym_identifier] = ACTIONS(164), + [sym_true] = ACTIONS(160), + [sym_false] = ACTIONS(160), + [sym_null] = ACTIONS(162), [sym_comment] = ACTIONS(44), }, - [850] = { - [sym_preproc_params] = STATE(1010), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2095), - [anon_sym_LF] = ACTIONS(2097), - [anon_sym_LPAREN] = ACTIONS(168), + [861] = { + [sym_preproc_params] = STATE(1023), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2127), + [anon_sym_LF] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(170), [sym_comment] = ACTIONS(54), }, - [851] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1012), - [sym_preproc_else_in_compound_statement] = STATE(1013), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [862] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1025), + [sym_preproc_else_in_compound_statement] = STATE(1026), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -32191,57 +32330,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1014), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1027), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2099), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2131), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -32256,47 +32395,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [852] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1016), - [sym_preproc_else_in_compound_statement] = STATE(1017), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [863] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1029), + [sym_preproc_else_in_compound_statement] = STATE(1030), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -32304,57 +32443,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1018), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1031), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2101), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2133), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -32369,47 +32508,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [853] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1020), - [sym_preproc_else_in_compound_statement] = STATE(1021), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [864] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1033), + [sym_preproc_else_in_compound_statement] = STATE(1034), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -32417,57 +32556,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1022), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1035), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2103), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -32482,47 +32621,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [854] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1023), - [sym_preproc_else_in_compound_statement] = STATE(1024), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [865] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1036), + [sym_preproc_else_in_compound_statement] = STATE(1037), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -32530,57 +32669,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1025), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1038), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2105), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -32595,149 +32734,150 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [855] = { - [sym_string_literal] = ACTIONS(2107), - [sym_system_lib_string] = ACTIONS(2109), + [866] = { + [sym_string_literal] = ACTIONS(2139), + [sym_system_lib_string] = ACTIONS(2141), [sym_comment] = ACTIONS(44), }, - [856] = { - [sym_identifier] = ACTIONS(2111), + [867] = { + [sym_identifier] = ACTIONS(2143), [sym_comment] = ACTIONS(44), }, - [857] = { - [sym_preproc_arg] = ACTIONS(2113), + [868] = { + [sym_preproc_arg] = ACTIONS(2145), [sym_comment] = ACTIONS(54), }, - [858] = { - [sym_identifier] = ACTIONS(2115), + [869] = { + [sym_identifier] = ACTIONS(2147), [sym_comment] = ACTIONS(44), }, - [859] = { - [sym_identifier] = ACTIONS(2117), + [870] = { + [sym_identifier] = ACTIONS(2149), [sym_comment] = ACTIONS(44), }, - [860] = { - [sym_preproc_arg] = ACTIONS(2119), + [871] = { + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2151), + [anon_sym_LF] = ACTIONS(2153), [sym_comment] = ACTIONS(54), }, - [861] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(904), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(902), - [sym_char_literal] = ACTIONS(902), - [sym_string_literal] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_true] = ACTIONS(904), - [sym_false] = ACTIONS(904), - [sym_null] = ACTIONS(902), + [872] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(924), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(922), + [sym_preproc_directive] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_typedef] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(924), + [anon_sym_static] = ACTIONS(922), + [anon_sym_auto] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_inline] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_restrict] = ACTIONS(922), + [anon_sym_volatile] = ACTIONS(922), + [anon_sym_unsigned] = ACTIONS(922), + [anon_sym_long] = ACTIONS(922), + [anon_sym_short] = ACTIONS(922), + [sym_primitive_type] = ACTIONS(922), + [anon_sym_enum] = ACTIONS(922), + [anon_sym_struct] = ACTIONS(922), + [anon_sym_union] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_switch] = ACTIONS(922), + [anon_sym_case] = ACTIONS(922), + [anon_sym_default] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_goto] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_sizeof] = ACTIONS(922), + [sym_number_literal] = ACTIONS(922), + [sym_char_literal] = ACTIONS(922), + [sym_string_literal] = ACTIONS(924), + [sym_identifier] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(922), [sym_comment] = ACTIONS(44), }, - [862] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(1033), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [873] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(1046), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(1047), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [863] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [874] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -32745,55 +32885,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1035), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1049), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2121), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2155), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -32808,496 +32948,496 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [864] = { - [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [865] = { - [anon_sym_LPAREN] = ACTIONS(2125), + [875] = { + [anon_sym_LPAREN] = ACTIONS(2157), [sym_comment] = ACTIONS(44), }, - [866] = { - [sym__expression] = STATE(1038), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [876] = { + [anon_sym_LPAREN] = ACTIONS(2159), [sym_comment] = ACTIONS(44), }, - [867] = { - [anon_sym_COLON] = ACTIONS(2127), + [877] = { + [sym__expression] = STATE(1052), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [868] = { - [anon_sym_LPAREN] = ACTIONS(2129), + [878] = { + [anon_sym_COLON] = ACTIONS(2161), [sym_comment] = ACTIONS(44), }, - [869] = { - [sym_compound_statement] = STATE(1041), - [sym_labeled_statement] = STATE(1041), - [sym_expression_statement] = STATE(1041), - [sym_if_statement] = STATE(1041), - [sym_switch_statement] = STATE(1041), - [sym_case_statement] = STATE(1041), - [sym_while_statement] = STATE(1041), - [sym_do_statement] = STATE(1041), - [sym_for_statement] = STATE(1041), - [sym_return_statement] = STATE(1041), - [sym_break_statement] = STATE(1041), - [sym_continue_statement] = STATE(1041), - [sym_goto_statement] = STATE(1041), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [879] = { + [anon_sym_LPAREN] = ACTIONS(2163), [sym_comment] = ACTIONS(44), }, - [870] = { - [anon_sym_LPAREN] = ACTIONS(2131), + [880] = { + [sym_compound_statement] = STATE(1055), + [sym_labeled_statement] = STATE(1055), + [sym_expression_statement] = STATE(1055), + [sym_if_statement] = STATE(1055), + [sym_switch_statement] = STATE(1055), + [sym_case_statement] = STATE(1055), + [sym_while_statement] = STATE(1055), + [sym_do_statement] = STATE(1055), + [sym_for_statement] = STATE(1055), + [sym_return_statement] = STATE(1055), + [sym_break_statement] = STATE(1055), + [sym_continue_statement] = STATE(1055), + [sym_goto_statement] = STATE(1055), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [871] = { - [sym__expression] = STATE(1044), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2133), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [881] = { + [anon_sym_LPAREN] = ACTIONS(2165), [sym_comment] = ACTIONS(44), }, - [872] = { - [anon_sym_SEMI] = ACTIONS(2135), + [882] = { + [sym__expression] = STATE(1058), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2167), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [873] = { - [anon_sym_SEMI] = ACTIONS(2137), + [883] = { + [anon_sym_SEMI] = ACTIONS(2169), [sym_comment] = ACTIONS(44), }, - [874] = { - [sym_identifier] = ACTIONS(2139), + [884] = { + [anon_sym_SEMI] = ACTIONS(2171), [sym_comment] = ACTIONS(44), }, - [875] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(2141), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [885] = { + [sym_identifier] = ACTIONS(2173), [sym_comment] = ACTIONS(44), }, - [876] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(982), - [anon_sym_LPAREN] = ACTIONS(984), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(982), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(982), - [sym_preproc_directive] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(984), - [anon_sym_typedef] = ACTIONS(982), - [anon_sym_extern] = ACTIONS(982), - [anon_sym_LBRACE] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(984), - [anon_sym_static] = ACTIONS(982), - [anon_sym_auto] = ACTIONS(982), - [anon_sym_register] = ACTIONS(982), - [anon_sym_inline] = ACTIONS(982), - [anon_sym_const] = ACTIONS(982), - [anon_sym_restrict] = ACTIONS(982), - [anon_sym_volatile] = ACTIONS(982), - [anon_sym_unsigned] = ACTIONS(982), - [anon_sym_long] = ACTIONS(982), - [anon_sym_short] = ACTIONS(982), - [sym_primitive_type] = ACTIONS(982), - [anon_sym_enum] = ACTIONS(982), - [anon_sym_struct] = ACTIONS(982), - [anon_sym_union] = ACTIONS(982), - [anon_sym_if] = ACTIONS(982), - [anon_sym_switch] = ACTIONS(982), - [anon_sym_case] = ACTIONS(982), - [anon_sym_default] = ACTIONS(982), - [anon_sym_while] = ACTIONS(982), - [anon_sym_do] = ACTIONS(982), - [anon_sym_for] = ACTIONS(982), - [anon_sym_return] = ACTIONS(982), - [anon_sym_break] = ACTIONS(982), - [anon_sym_continue] = ACTIONS(982), - [anon_sym_goto] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(984), - [anon_sym_BANG] = ACTIONS(984), - [anon_sym_TILDE] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(982), + [886] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(2175), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), [anon_sym_DASH_DASH] = ACTIONS(984), [anon_sym_PLUS_PLUS] = ACTIONS(984), - [anon_sym_sizeof] = ACTIONS(982), - [sym_number_literal] = ACTIONS(982), - [sym_char_literal] = ACTIONS(982), - [sym_string_literal] = ACTIONS(984), - [sym_identifier] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(982), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [877] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(988), - [anon_sym_LPAREN] = ACTIONS(990), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(988), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [sym_number_literal] = ACTIONS(988), - [sym_char_literal] = ACTIONS(988), - [sym_string_literal] = ACTIONS(990), - [sym_identifier] = ACTIONS(992), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [sym_null] = ACTIONS(988), + [887] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1002), + [anon_sym_LPAREN] = ACTIONS(1004), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1002), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1002), + [sym_preproc_directive] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1004), + [anon_sym_typedef] = ACTIONS(1002), + [anon_sym_extern] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1004), + [anon_sym_static] = ACTIONS(1002), + [anon_sym_auto] = ACTIONS(1002), + [anon_sym_register] = ACTIONS(1002), + [anon_sym_inline] = ACTIONS(1002), + [anon_sym_const] = ACTIONS(1002), + [anon_sym_restrict] = ACTIONS(1002), + [anon_sym_volatile] = ACTIONS(1002), + [anon_sym_unsigned] = ACTIONS(1002), + [anon_sym_long] = ACTIONS(1002), + [anon_sym_short] = ACTIONS(1002), + [sym_primitive_type] = ACTIONS(1002), + [anon_sym_enum] = ACTIONS(1002), + [anon_sym_struct] = ACTIONS(1002), + [anon_sym_union] = ACTIONS(1002), + [anon_sym_if] = ACTIONS(1002), + [anon_sym_switch] = ACTIONS(1002), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1002), + [anon_sym_while] = ACTIONS(1002), + [anon_sym_do] = ACTIONS(1002), + [anon_sym_for] = ACTIONS(1002), + [anon_sym_return] = ACTIONS(1002), + [anon_sym_break] = ACTIONS(1002), + [anon_sym_continue] = ACTIONS(1002), + [anon_sym_goto] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1004), + [anon_sym_BANG] = ACTIONS(1004), + [anon_sym_TILDE] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1002), + [anon_sym_DASH_DASH] = ACTIONS(1004), + [anon_sym_PLUS_PLUS] = ACTIONS(1004), + [anon_sym_sizeof] = ACTIONS(1002), + [sym_number_literal] = ACTIONS(1002), + [sym_char_literal] = ACTIONS(1002), + [sym_string_literal] = ACTIONS(1004), + [sym_identifier] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1002), [sym_comment] = ACTIONS(44), }, - [878] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(994), - [anon_sym_LPAREN] = ACTIONS(996), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(994), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(994), - [sym_preproc_directive] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(996), - [anon_sym_typedef] = ACTIONS(994), - [anon_sym_extern] = ACTIONS(994), - [anon_sym_LBRACE] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(996), - [anon_sym_static] = ACTIONS(994), - [anon_sym_auto] = ACTIONS(994), - [anon_sym_register] = ACTIONS(994), - [anon_sym_inline] = ACTIONS(994), - [anon_sym_const] = ACTIONS(994), - [anon_sym_restrict] = ACTIONS(994), - [anon_sym_volatile] = ACTIONS(994), - [anon_sym_unsigned] = ACTIONS(994), - [anon_sym_long] = ACTIONS(994), - [anon_sym_short] = ACTIONS(994), - [sym_primitive_type] = ACTIONS(994), - [anon_sym_enum] = ACTIONS(994), - [anon_sym_struct] = ACTIONS(994), - [anon_sym_union] = ACTIONS(994), - [anon_sym_if] = ACTIONS(994), - [anon_sym_switch] = ACTIONS(994), - [anon_sym_case] = ACTIONS(994), - [anon_sym_default] = ACTIONS(994), - [anon_sym_while] = ACTIONS(994), - [anon_sym_do] = ACTIONS(994), - [anon_sym_for] = ACTIONS(994), - [anon_sym_return] = ACTIONS(994), - [anon_sym_break] = ACTIONS(994), - [anon_sym_continue] = ACTIONS(994), - [anon_sym_goto] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_BANG] = ACTIONS(996), - [anon_sym_TILDE] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(994), - [anon_sym_DASH_DASH] = ACTIONS(996), - [anon_sym_PLUS_PLUS] = ACTIONS(996), - [anon_sym_sizeof] = ACTIONS(994), - [sym_number_literal] = ACTIONS(994), - [sym_char_literal] = ACTIONS(994), - [sym_string_literal] = ACTIONS(996), - [sym_identifier] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(994), + [888] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1010), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1008), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1008), + [sym_char_literal] = ACTIONS(1008), + [sym_string_literal] = ACTIONS(1010), + [sym_identifier] = ACTIONS(1012), + [sym_true] = ACTIONS(1010), + [sym_false] = ACTIONS(1010), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(44), }, - [879] = { - [sym__declarator] = STATE(1050), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(1051), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_SEMI] = ACTIONS(2143), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [889] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1014), + [anon_sym_LPAREN] = ACTIONS(1016), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1014), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1014), + [sym_preproc_directive] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1016), + [anon_sym_typedef] = ACTIONS(1014), + [anon_sym_extern] = ACTIONS(1014), + [anon_sym_LBRACE] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1016), + [anon_sym_static] = ACTIONS(1014), + [anon_sym_auto] = ACTIONS(1014), + [anon_sym_register] = ACTIONS(1014), + [anon_sym_inline] = ACTIONS(1014), + [anon_sym_const] = ACTIONS(1014), + [anon_sym_restrict] = ACTIONS(1014), + [anon_sym_volatile] = ACTIONS(1014), + [anon_sym_unsigned] = ACTIONS(1014), + [anon_sym_long] = ACTIONS(1014), + [anon_sym_short] = ACTIONS(1014), + [sym_primitive_type] = ACTIONS(1014), + [anon_sym_enum] = ACTIONS(1014), + [anon_sym_struct] = ACTIONS(1014), + [anon_sym_union] = ACTIONS(1014), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_switch] = ACTIONS(1014), + [anon_sym_case] = ACTIONS(1014), + [anon_sym_default] = ACTIONS(1014), + [anon_sym_while] = ACTIONS(1014), + [anon_sym_do] = ACTIONS(1014), + [anon_sym_for] = ACTIONS(1014), + [anon_sym_return] = ACTIONS(1014), + [anon_sym_break] = ACTIONS(1014), + [anon_sym_continue] = ACTIONS(1014), + [anon_sym_goto] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1016), + [anon_sym_BANG] = ACTIONS(1016), + [anon_sym_TILDE] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_PLUS_PLUS] = ACTIONS(1016), + [anon_sym_sizeof] = ACTIONS(1014), + [sym_number_literal] = ACTIONS(1014), + [sym_char_literal] = ACTIONS(1014), + [sym_string_literal] = ACTIONS(1016), + [sym_identifier] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1014), [sym_comment] = ACTIONS(44), }, - [880] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(2145), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [890] = { + [sym__declarator] = STATE(1064), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(1065), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(2177), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [881] = { - [anon_sym_SEMI] = ACTIONS(2145), + [891] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(2179), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [882] = { - [sym_preproc_include] = STATE(1053), - [sym_preproc_def] = STATE(1053), - [sym_preproc_function_def] = STATE(1053), - [sym_preproc_call] = STATE(1053), - [sym_preproc_if_in_compound_statement] = STATE(1054), - [sym_preproc_ifdef_in_compound_statement] = STATE(1055), - [sym_declaration] = STATE(1053), - [sym_type_definition] = STATE(1053), - [sym__declaration_specifiers] = STATE(879), - [sym_compound_statement] = STATE(1053), + [892] = { + [anon_sym_SEMI] = ACTIONS(2179), + [sym_comment] = ACTIONS(44), + }, + [893] = { + [sym_preproc_include] = STATE(1067), + [sym_preproc_def] = STATE(1067), + [sym_preproc_function_def] = STATE(1067), + [sym_preproc_call] = STATE(1067), + [sym_preproc_if_in_compound_statement] = STATE(1068), + [sym_preproc_ifdef_in_compound_statement] = STATE(1069), + [sym_declaration] = STATE(1067), + [sym_type_definition] = STATE(1067), + [sym__declaration_specifiers] = STATE(890), + [sym_compound_statement] = STATE(1067), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -33305,54 +33445,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1053), - [sym_expression_statement] = STATE(1053), - [sym_if_statement] = STATE(1053), - [sym_switch_statement] = STATE(1053), - [sym_case_statement] = STATE(1053), - [sym_while_statement] = STATE(1053), - [sym_do_statement] = STATE(1053), - [sym_for_statement] = STATE(1053), - [sym_return_statement] = STATE(1053), - [sym_break_statement] = STATE(1053), - [sym_continue_statement] = STATE(1053), - [sym_goto_statement] = STATE(1053), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(1053), + [sym_labeled_statement] = STATE(1067), + [sym_expression_statement] = STATE(1067), + [sym_if_statement] = STATE(1067), + [sym_switch_statement] = STATE(1067), + [sym_case_statement] = STATE(1067), + [sym_while_statement] = STATE(1067), + [sym_do_statement] = STATE(1067), + [sym_for_statement] = STATE(1067), + [sym_return_statement] = STATE(1067), + [sym_break_statement] = STATE(1067), + [sym_continue_statement] = STATE(1067), + [sym_goto_statement] = STATE(1067), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(1067), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1773), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1775), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1777), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1781), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1783), - [sym_preproc_directive] = ACTIONS(1785), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_typedef] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1801), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1803), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2181), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1809), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1811), + [sym_preproc_directive] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1817), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -33367,193 +33507,197 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1815), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1843), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [883] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(198), - [anon_sym_LPAREN] = ACTIONS(196), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(198), - [sym_preproc_directive] = ACTIONS(200), - [anon_sym_SEMI] = ACTIONS(196), - [anon_sym_typedef] = ACTIONS(198), - [anon_sym_extern] = ACTIONS(198), - [anon_sym_LBRACE] = ACTIONS(196), - [anon_sym_STAR] = ACTIONS(196), - [anon_sym_static] = ACTIONS(198), - [anon_sym_auto] = ACTIONS(198), - [anon_sym_register] = ACTIONS(198), - [anon_sym_inline] = ACTIONS(198), - [anon_sym_const] = ACTIONS(198), - [anon_sym_restrict] = ACTIONS(198), - [anon_sym_volatile] = ACTIONS(198), - [anon_sym_unsigned] = ACTIONS(198), - [anon_sym_long] = ACTIONS(198), - [anon_sym_short] = ACTIONS(198), - [sym_primitive_type] = ACTIONS(198), - [anon_sym_enum] = ACTIONS(198), - [anon_sym_struct] = ACTIONS(198), - [anon_sym_union] = ACTIONS(198), - [anon_sym_if] = ACTIONS(198), - [anon_sym_switch] = ACTIONS(198), - [anon_sym_case] = ACTIONS(198), - [anon_sym_default] = ACTIONS(198), - [anon_sym_while] = ACTIONS(198), - [anon_sym_do] = ACTIONS(198), - [anon_sym_for] = ACTIONS(198), - [anon_sym_return] = ACTIONS(198), - [anon_sym_break] = ACTIONS(198), - [anon_sym_continue] = ACTIONS(198), - [anon_sym_goto] = ACTIONS(198), - [anon_sym_AMP] = ACTIONS(196), - [anon_sym_BANG] = ACTIONS(196), - [anon_sym_TILDE] = ACTIONS(196), - [anon_sym_PLUS] = ACTIONS(198), - [anon_sym_DASH] = ACTIONS(198), - [anon_sym_DASH_DASH] = ACTIONS(196), - [anon_sym_PLUS_PLUS] = ACTIONS(196), - [anon_sym_sizeof] = ACTIONS(198), - [sym_number_literal] = ACTIONS(198), - [sym_char_literal] = ACTIONS(198), - [sym_string_literal] = ACTIONS(196), - [sym_identifier] = ACTIONS(200), - [sym_true] = ACTIONS(196), - [sym_false] = ACTIONS(196), - [sym_null] = ACTIONS(198), + [894] = { + [sym_preproc_arg] = ACTIONS(2183), + [sym_comment] = ACTIONS(54), + }, + [895] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(202), + [anon_sym_LPAREN] = ACTIONS(200), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(202), + [sym_preproc_directive] = ACTIONS(204), + [anon_sym_SEMI] = ACTIONS(200), + [anon_sym_typedef] = ACTIONS(202), + [anon_sym_extern] = ACTIONS(202), + [anon_sym_LBRACE] = ACTIONS(200), + [anon_sym_STAR] = ACTIONS(200), + [anon_sym_static] = ACTIONS(202), + [anon_sym_auto] = ACTIONS(202), + [anon_sym_register] = ACTIONS(202), + [anon_sym_inline] = ACTIONS(202), + [anon_sym_const] = ACTIONS(202), + [anon_sym_restrict] = ACTIONS(202), + [anon_sym_volatile] = ACTIONS(202), + [anon_sym_unsigned] = ACTIONS(202), + [anon_sym_long] = ACTIONS(202), + [anon_sym_short] = ACTIONS(202), + [sym_primitive_type] = ACTIONS(202), + [anon_sym_enum] = ACTIONS(202), + [anon_sym_struct] = ACTIONS(202), + [anon_sym_union] = ACTIONS(202), + [anon_sym_if] = ACTIONS(202), + [anon_sym_switch] = ACTIONS(202), + [anon_sym_case] = ACTIONS(202), + [anon_sym_default] = ACTIONS(202), + [anon_sym_while] = ACTIONS(202), + [anon_sym_do] = ACTIONS(202), + [anon_sym_for] = ACTIONS(202), + [anon_sym_return] = ACTIONS(202), + [anon_sym_break] = ACTIONS(202), + [anon_sym_continue] = ACTIONS(202), + [anon_sym_goto] = ACTIONS(202), + [anon_sym_AMP] = ACTIONS(200), + [anon_sym_BANG] = ACTIONS(200), + [anon_sym_TILDE] = ACTIONS(200), + [anon_sym_PLUS] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(202), + [anon_sym_DASH_DASH] = ACTIONS(200), + [anon_sym_PLUS_PLUS] = ACTIONS(200), + [anon_sym_sizeof] = ACTIONS(202), + [sym_number_literal] = ACTIONS(202), + [sym_char_literal] = ACTIONS(202), + [sym_string_literal] = ACTIONS(200), + [sym_identifier] = ACTIONS(204), + [sym_true] = ACTIONS(200), + [sym_false] = ACTIONS(200), + [sym_null] = ACTIONS(202), [sym_comment] = ACTIONS(44), }, - [884] = { - [sym__type_declarator] = STATE(1056), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [896] = { + [sym__type_declarator] = STATE(1071), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [885] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(1057), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [897] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(1072), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [886] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [anon_sym_LPAREN] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [anon_sym_if] = ACTIONS(912), - [anon_sym_switch] = ACTIONS(912), - [anon_sym_case] = ACTIONS(912), - [anon_sym_default] = ACTIONS(912), - [anon_sym_while] = ACTIONS(912), - [anon_sym_do] = ACTIONS(912), - [anon_sym_for] = ACTIONS(912), - [anon_sym_return] = ACTIONS(912), - [anon_sym_break] = ACTIONS(912), - [anon_sym_continue] = ACTIONS(912), - [anon_sym_goto] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_sizeof] = ACTIONS(912), - [sym_number_literal] = ACTIONS(912), - [sym_char_literal] = ACTIONS(912), - [sym_string_literal] = ACTIONS(910), - [sym_identifier] = ACTIONS(914), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(912), + [898] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(932), + [sym_char_literal] = ACTIONS(932), + [sym_string_literal] = ACTIONS(930), + [sym_identifier] = ACTIONS(934), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(44), }, - [887] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [899] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -33561,54 +33705,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2149), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -33623,156 +33767,156 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [888] = { - [sym__expression] = STATE(1059), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [900] = { + [sym__expression] = STATE(1074), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [889] = { - [sym__expression] = STATE(1060), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [901] = { + [sym__expression] = STATE(1075), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [890] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2151), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [902] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2187), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [891] = { - [sym_declaration] = STATE(1063), - [sym_type_definition] = STATE(1063), - [sym__declaration_specifiers] = STATE(1064), - [sym_compound_statement] = STATE(1063), + [903] = { + [sym_declaration] = STATE(1078), + [sym_type_definition] = STATE(1078), + [sym__declaration_specifiers] = STATE(1079), + [sym_compound_statement] = STATE(1078), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -33780,46 +33924,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1063), - [sym_expression_statement] = STATE(1063), - [sym_if_statement] = STATE(1063), - [sym_switch_statement] = STATE(1063), - [sym_case_statement] = STATE(1063), - [sym_while_statement] = STATE(1063), - [sym_do_statement] = STATE(1063), - [sym_for_statement] = STATE(1063), - [sym_return_statement] = STATE(1063), - [sym_break_statement] = STATE(1063), - [sym_continue_statement] = STATE(1063), - [sym_goto_statement] = STATE(1063), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1078), + [sym_expression_statement] = STATE(1078), + [sym_if_statement] = STATE(1078), + [sym_switch_statement] = STATE(1078), + [sym_case_statement] = STATE(1078), + [sym_while_statement] = STATE(1078), + [sym_do_statement] = STATE(1078), + [sym_for_statement] = STATE(1078), + [sym_return_statement] = STATE(1078), + [sym_break_statement] = STATE(1078), + [sym_continue_statement] = STATE(1078), + [sym_goto_statement] = STATE(1078), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -33834,79 +33978,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2153), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2189), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [892] = { - [sym__expression] = STATE(1065), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [904] = { + [sym__expression] = STATE(1080), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [893] = { - [anon_sym_while] = ACTIONS(2155), + [905] = { + [anon_sym_while] = ACTIONS(2191), [sym_comment] = ACTIONS(44), }, - [894] = { - [sym_declaration] = STATE(1067), - [sym__declaration_specifiers] = STATE(710), + [906] = { + [sym_declaration] = STATE(1082), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -33914,31 +34058,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(1068), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(1083), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2157), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2193), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -33953,902 +34097,308 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [895] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1513), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1511), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_typedef] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_auto] = ACTIONS(1511), - [anon_sym_register] = ACTIONS(1511), - [anon_sym_inline] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_restrict] = ACTIONS(1511), - [anon_sym_volatile] = ACTIONS(1511), - [anon_sym_unsigned] = ACTIONS(1511), - [anon_sym_long] = ACTIONS(1511), - [anon_sym_short] = ACTIONS(1511), - [sym_primitive_type] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_switch] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_do] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_goto] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_sizeof] = ACTIONS(1511), - [sym_number_literal] = ACTIONS(1511), - [sym_char_literal] = ACTIONS(1511), - [sym_string_literal] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1511), - [sym_comment] = ACTIONS(44), - }, - [896] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2159), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [897] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1519), - [sym_char_literal] = ACTIONS(1519), - [sym_string_literal] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [sym_true] = ACTIONS(1521), - [sym_false] = ACTIONS(1521), - [sym_null] = ACTIONS(1519), - [sym_comment] = ACTIONS(44), - }, - [898] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1525), - [anon_sym_LPAREN] = ACTIONS(1527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1525), - [sym_char_literal] = ACTIONS(1525), - [sym_string_literal] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1525), - [sym_comment] = ACTIONS(44), - }, - [899] = { - [anon_sym_SEMI] = ACTIONS(2161), - [sym_comment] = ACTIONS(44), - }, - [900] = { - [sym_compound_statement] = STATE(1072), - [sym_labeled_statement] = STATE(1072), - [sym_expression_statement] = STATE(1072), - [sym_if_statement] = STATE(1072), - [sym_switch_statement] = STATE(1072), - [sym_case_statement] = STATE(1072), - [sym_while_statement] = STATE(1072), - [sym_do_statement] = STATE(1072), - [sym_for_statement] = STATE(1072), - [sym_return_statement] = STATE(1072), - [sym_break_statement] = STATE(1072), - [sym_continue_statement] = STATE(1072), - [sym_goto_statement] = STATE(1072), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [901] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2165), - [anon_sym_LPAREN] = ACTIONS(2167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2165), - [sym_preproc_directive] = ACTIONS(2169), - [anon_sym_SEMI] = ACTIONS(2167), - [anon_sym_typedef] = ACTIONS(2165), - [anon_sym_extern] = ACTIONS(2165), - [anon_sym_LBRACE] = ACTIONS(2167), - [anon_sym_RBRACE] = ACTIONS(2167), - [anon_sym_STAR] = ACTIONS(2167), - [anon_sym_static] = ACTIONS(2165), - [anon_sym_auto] = ACTIONS(2165), - [anon_sym_register] = ACTIONS(2165), - [anon_sym_inline] = ACTIONS(2165), - [anon_sym_const] = ACTIONS(2165), - [anon_sym_restrict] = ACTIONS(2165), - [anon_sym_volatile] = ACTIONS(2165), - [anon_sym_unsigned] = ACTIONS(2165), - [anon_sym_long] = ACTIONS(2165), - [anon_sym_short] = ACTIONS(2165), - [sym_primitive_type] = ACTIONS(2165), - [anon_sym_enum] = ACTIONS(2165), - [anon_sym_struct] = ACTIONS(2165), - [anon_sym_union] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2165), - [anon_sym_switch] = ACTIONS(2165), - [anon_sym_case] = ACTIONS(2165), - [anon_sym_default] = ACTIONS(2165), - [anon_sym_while] = ACTIONS(2165), - [anon_sym_do] = ACTIONS(2165), - [anon_sym_for] = ACTIONS(2165), - [anon_sym_return] = ACTIONS(2165), - [anon_sym_break] = ACTIONS(2165), - [anon_sym_continue] = ACTIONS(2165), - [anon_sym_goto] = ACTIONS(2165), - [anon_sym_AMP] = ACTIONS(2167), - [anon_sym_BANG] = ACTIONS(2167), - [anon_sym_TILDE] = ACTIONS(2167), - [anon_sym_PLUS] = ACTIONS(2165), - [anon_sym_DASH] = ACTIONS(2165), - [anon_sym_DASH_DASH] = ACTIONS(2167), - [anon_sym_PLUS_PLUS] = ACTIONS(2167), - [anon_sym_sizeof] = ACTIONS(2165), - [sym_number_literal] = ACTIONS(2165), - [sym_char_literal] = ACTIONS(2165), - [sym_string_literal] = ACTIONS(2167), - [sym_identifier] = ACTIONS(2169), - [sym_true] = ACTIONS(2167), - [sym_false] = ACTIONS(2167), - [sym_null] = ACTIONS(2165), - [sym_comment] = ACTIONS(44), - }, - [902] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2171), - [anon_sym_LPAREN] = ACTIONS(2173), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2171), - [sym_preproc_directive] = ACTIONS(2175), - [anon_sym_SEMI] = ACTIONS(2173), - [anon_sym_typedef] = ACTIONS(2171), - [anon_sym_extern] = ACTIONS(2171), - [anon_sym_LBRACE] = ACTIONS(2173), - [anon_sym_RBRACE] = ACTIONS(2173), - [anon_sym_STAR] = ACTIONS(2173), - [anon_sym_static] = ACTIONS(2171), - [anon_sym_auto] = ACTIONS(2171), - [anon_sym_register] = ACTIONS(2171), - [anon_sym_inline] = ACTIONS(2171), - [anon_sym_const] = ACTIONS(2171), - [anon_sym_restrict] = ACTIONS(2171), - [anon_sym_volatile] = ACTIONS(2171), - [anon_sym_unsigned] = ACTIONS(2171), - [anon_sym_long] = ACTIONS(2171), - [anon_sym_short] = ACTIONS(2171), - [sym_primitive_type] = ACTIONS(2171), - [anon_sym_enum] = ACTIONS(2171), - [anon_sym_struct] = ACTIONS(2171), - [anon_sym_union] = ACTIONS(2171), - [anon_sym_if] = ACTIONS(2171), - [anon_sym_switch] = ACTIONS(2171), - [anon_sym_case] = ACTIONS(2171), - [anon_sym_default] = ACTIONS(2171), - [anon_sym_while] = ACTIONS(2171), - [anon_sym_do] = ACTIONS(2171), - [anon_sym_for] = ACTIONS(2171), - [anon_sym_return] = ACTIONS(2171), - [anon_sym_break] = ACTIONS(2171), - [anon_sym_continue] = ACTIONS(2171), - [anon_sym_goto] = ACTIONS(2171), - [anon_sym_AMP] = ACTIONS(2173), - [anon_sym_BANG] = ACTIONS(2173), - [anon_sym_TILDE] = ACTIONS(2173), - [anon_sym_PLUS] = ACTIONS(2171), - [anon_sym_DASH] = ACTIONS(2171), - [anon_sym_DASH_DASH] = ACTIONS(2173), - [anon_sym_PLUS_PLUS] = ACTIONS(2173), - [anon_sym_sizeof] = ACTIONS(2171), - [sym_number_literal] = ACTIONS(2171), - [sym_char_literal] = ACTIONS(2171), - [sym_string_literal] = ACTIONS(2173), - [sym_identifier] = ACTIONS(2175), - [sym_true] = ACTIONS(2173), - [sym_false] = ACTIONS(2173), - [sym_null] = ACTIONS(2171), - [sym_comment] = ACTIONS(44), - }, - [903] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(282), - [anon_sym_LPAREN] = ACTIONS(280), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(282), - [sym_preproc_directive] = ACTIONS(284), - [anon_sym_SEMI] = ACTIONS(280), - [anon_sym_typedef] = ACTIONS(282), - [anon_sym_extern] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(280), - [anon_sym_STAR] = ACTIONS(280), - [anon_sym_static] = ACTIONS(282), - [anon_sym_auto] = ACTIONS(282), - [anon_sym_register] = ACTIONS(282), - [anon_sym_inline] = ACTIONS(282), - [anon_sym_const] = ACTIONS(282), - [anon_sym_restrict] = ACTIONS(282), - [anon_sym_volatile] = ACTIONS(282), - [anon_sym_unsigned] = ACTIONS(282), - [anon_sym_long] = ACTIONS(282), - [anon_sym_short] = ACTIONS(282), - [sym_primitive_type] = ACTIONS(282), - [anon_sym_enum] = ACTIONS(282), - [anon_sym_struct] = ACTIONS(282), - [anon_sym_union] = ACTIONS(282), - [anon_sym_if] = ACTIONS(282), - [anon_sym_switch] = ACTIONS(282), - [anon_sym_case] = ACTIONS(282), - [anon_sym_default] = ACTIONS(282), - [anon_sym_while] = ACTIONS(282), - [anon_sym_do] = ACTIONS(282), - [anon_sym_for] = ACTIONS(282), - [anon_sym_return] = ACTIONS(282), - [anon_sym_break] = ACTIONS(282), - [anon_sym_continue] = ACTIONS(282), - [anon_sym_goto] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(280), - [anon_sym_BANG] = ACTIONS(280), - [anon_sym_TILDE] = ACTIONS(280), - [anon_sym_PLUS] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(282), - [anon_sym_DASH_DASH] = ACTIONS(280), - [anon_sym_PLUS_PLUS] = ACTIONS(280), - [anon_sym_sizeof] = ACTIONS(282), - [sym_number_literal] = ACTIONS(282), - [sym_char_literal] = ACTIONS(282), - [sym_string_literal] = ACTIONS(280), - [sym_identifier] = ACTIONS(284), - [sym_true] = ACTIONS(280), - [sym_false] = ACTIONS(280), - [sym_null] = ACTIONS(282), - [sym_comment] = ACTIONS(44), - }, - [904] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(1074), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), - [sym_comment] = ACTIONS(44), - }, - [905] = { - [aux_sym_declaration_repeat1] = STATE(1074), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2177), - [sym_comment] = ACTIONS(44), - }, - [906] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1565), - [anon_sym_LPAREN] = ACTIONS(1567), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_auto] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1569), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1565), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [907] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2179), - [anon_sym_LPAREN] = ACTIONS(2181), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2179), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_SEMI] = ACTIONS(2181), - [anon_sym_typedef] = ACTIONS(2179), - [anon_sym_extern] = ACTIONS(2179), - [anon_sym_LBRACE] = ACTIONS(2181), - [anon_sym_RBRACE] = ACTIONS(2181), - [anon_sym_STAR] = ACTIONS(2181), - [anon_sym_static] = ACTIONS(2179), - [anon_sym_auto] = ACTIONS(2179), - [anon_sym_register] = ACTIONS(2179), - [anon_sym_inline] = ACTIONS(2179), - [anon_sym_const] = ACTIONS(2179), - [anon_sym_restrict] = ACTIONS(2179), - [anon_sym_volatile] = ACTIONS(2179), - [anon_sym_unsigned] = ACTIONS(2179), - [anon_sym_long] = ACTIONS(2179), - [anon_sym_short] = ACTIONS(2179), - [sym_primitive_type] = ACTIONS(2179), - [anon_sym_enum] = ACTIONS(2179), - [anon_sym_struct] = ACTIONS(2179), - [anon_sym_union] = ACTIONS(2179), - [anon_sym_if] = ACTIONS(2179), - [anon_sym_switch] = ACTIONS(2179), - [anon_sym_case] = ACTIONS(2179), - [anon_sym_default] = ACTIONS(2179), - [anon_sym_while] = ACTIONS(2179), - [anon_sym_do] = ACTIONS(2179), - [anon_sym_for] = ACTIONS(2179), - [anon_sym_return] = ACTIONS(2179), - [anon_sym_break] = ACTIONS(2179), - [anon_sym_continue] = ACTIONS(2179), - [anon_sym_goto] = ACTIONS(2179), - [anon_sym_AMP] = ACTIONS(2181), - [anon_sym_BANG] = ACTIONS(2181), - [anon_sym_TILDE] = ACTIONS(2181), - [anon_sym_PLUS] = ACTIONS(2179), - [anon_sym_DASH] = ACTIONS(2179), - [anon_sym_DASH_DASH] = ACTIONS(2181), - [anon_sym_PLUS_PLUS] = ACTIONS(2181), - [anon_sym_sizeof] = ACTIONS(2179), - [sym_number_literal] = ACTIONS(2179), - [sym_char_literal] = ACTIONS(2179), - [sym_string_literal] = ACTIONS(2181), - [sym_identifier] = ACTIONS(2183), - [sym_true] = ACTIONS(2181), - [sym_false] = ACTIONS(2181), - [sym_null] = ACTIONS(2179), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1537), + [anon_sym_LPAREN] = ACTIONS(1539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1537), + [sym_char_literal] = ACTIONS(1537), + [sym_string_literal] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1541), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(44), }, [908] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1585), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1583), - [sym_preproc_directive] = ACTIONS(1587), - [anon_sym_SEMI] = ACTIONS(1585), - [anon_sym_typedef] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1583), - [anon_sym_auto] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_inline] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [anon_sym_restrict] = ACTIONS(1583), - [anon_sym_volatile] = ACTIONS(1583), - [anon_sym_unsigned] = ACTIONS(1583), - [anon_sym_long] = ACTIONS(1583), - [anon_sym_short] = ACTIONS(1583), - [sym_primitive_type] = ACTIONS(1583), - [anon_sym_enum] = ACTIONS(1583), - [anon_sym_struct] = ACTIONS(1583), - [anon_sym_union] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_switch] = ACTIONS(1583), - [anon_sym_case] = ACTIONS(1583), - [anon_sym_default] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_goto] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_BANG] = ACTIONS(1585), - [anon_sym_TILDE] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_DASH_DASH] = ACTIONS(1585), - [anon_sym_PLUS_PLUS] = ACTIONS(1585), - [anon_sym_sizeof] = ACTIONS(1583), - [sym_number_literal] = ACTIONS(1583), - [sym_char_literal] = ACTIONS(1583), - [sym_string_literal] = ACTIONS(1585), - [sym_identifier] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1583), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2195), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [909] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1589), - [anon_sym_LPAREN] = ACTIONS(1591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_auto] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_AMP] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1589), - [sym_char_literal] = ACTIONS(1589), - [sym_string_literal] = ACTIONS(1591), - [sym_identifier] = ACTIONS(1593), - [sym_true] = ACTIONS(1591), - [sym_false] = ACTIONS(1591), - [sym_null] = ACTIONS(1589), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_auto] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_AMP] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1545), + [sym_char_literal] = ACTIONS(1545), + [sym_string_literal] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1549), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(44), }, [910] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1597), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1595), - [sym_preproc_directive] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_typedef] = ACTIONS(1595), - [anon_sym_extern] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_STAR] = ACTIONS(1597), - [anon_sym_static] = ACTIONS(1595), - [anon_sym_auto] = ACTIONS(1595), - [anon_sym_register] = ACTIONS(1595), - [anon_sym_inline] = ACTIONS(1595), - [anon_sym_const] = ACTIONS(1595), - [anon_sym_restrict] = ACTIONS(1595), - [anon_sym_volatile] = ACTIONS(1595), - [anon_sym_unsigned] = ACTIONS(1595), - [anon_sym_long] = ACTIONS(1595), - [anon_sym_short] = ACTIONS(1595), - [sym_primitive_type] = ACTIONS(1595), - [anon_sym_enum] = ACTIONS(1595), - [anon_sym_struct] = ACTIONS(1595), - [anon_sym_union] = ACTIONS(1595), - [anon_sym_if] = ACTIONS(1595), - [anon_sym_switch] = ACTIONS(1595), - [anon_sym_case] = ACTIONS(1595), - [anon_sym_default] = ACTIONS(1595), - [anon_sym_while] = ACTIONS(1595), - [anon_sym_do] = ACTIONS(1595), - [anon_sym_for] = ACTIONS(1595), - [anon_sym_return] = ACTIONS(1595), - [anon_sym_break] = ACTIONS(1595), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_goto] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1597), - [anon_sym_BANG] = ACTIONS(1597), - [anon_sym_TILDE] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_DASH_DASH] = ACTIONS(1597), - [anon_sym_PLUS_PLUS] = ACTIONS(1597), - [anon_sym_sizeof] = ACTIONS(1595), - [sym_number_literal] = ACTIONS(1595), - [sym_char_literal] = ACTIONS(1595), - [sym_string_literal] = ACTIONS(1597), - [sym_identifier] = ACTIONS(1599), - [sym_true] = ACTIONS(1597), - [sym_false] = ACTIONS(1597), - [sym_null] = ACTIONS(1595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1551), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1551), + [sym_preproc_directive] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_typedef] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_auto] = ACTIONS(1551), + [anon_sym_register] = ACTIONS(1551), + [anon_sym_inline] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_restrict] = ACTIONS(1551), + [anon_sym_volatile] = ACTIONS(1551), + [anon_sym_unsigned] = ACTIONS(1551), + [anon_sym_long] = ACTIONS(1551), + [anon_sym_short] = ACTIONS(1551), + [sym_primitive_type] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_do] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1553), + [anon_sym_sizeof] = ACTIONS(1551), + [sym_number_literal] = ACTIONS(1551), + [sym_char_literal] = ACTIONS(1551), + [sym_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1551), [sym_comment] = ACTIONS(44), }, [911] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2185), + [anon_sym_SEMI] = ACTIONS(2197), [sym_comment] = ACTIONS(44), }, [912] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2187), - [sym_comment] = ACTIONS(44), - }, - [913] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2189), - [anon_sym_LPAREN] = ACTIONS(2191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2189), - [sym_preproc_directive] = ACTIONS(2193), - [anon_sym_SEMI] = ACTIONS(2191), - [anon_sym_typedef] = ACTIONS(2189), - [anon_sym_extern] = ACTIONS(2189), - [anon_sym_LBRACE] = ACTIONS(2191), - [anon_sym_RBRACE] = ACTIONS(2191), - [anon_sym_STAR] = ACTIONS(2191), - [anon_sym_static] = ACTIONS(2189), - [anon_sym_auto] = ACTIONS(2189), - [anon_sym_register] = ACTIONS(2189), - [anon_sym_inline] = ACTIONS(2189), - [anon_sym_const] = ACTIONS(2189), - [anon_sym_restrict] = ACTIONS(2189), - [anon_sym_volatile] = ACTIONS(2189), - [anon_sym_unsigned] = ACTIONS(2189), - [anon_sym_long] = ACTIONS(2189), - [anon_sym_short] = ACTIONS(2189), - [sym_primitive_type] = ACTIONS(2189), - [anon_sym_enum] = ACTIONS(2189), - [anon_sym_struct] = ACTIONS(2189), - [anon_sym_union] = ACTIONS(2189), - [anon_sym_if] = ACTIONS(2189), - [anon_sym_switch] = ACTIONS(2189), - [anon_sym_case] = ACTIONS(2189), - [anon_sym_default] = ACTIONS(2189), - [anon_sym_while] = ACTIONS(2189), - [anon_sym_do] = ACTIONS(2189), - [anon_sym_for] = ACTIONS(2189), - [anon_sym_return] = ACTIONS(2189), - [anon_sym_break] = ACTIONS(2189), - [anon_sym_continue] = ACTIONS(2189), - [anon_sym_goto] = ACTIONS(2189), - [anon_sym_AMP] = ACTIONS(2191), - [anon_sym_BANG] = ACTIONS(2191), - [anon_sym_TILDE] = ACTIONS(2191), - [anon_sym_PLUS] = ACTIONS(2189), - [anon_sym_DASH] = ACTIONS(2189), - [anon_sym_DASH_DASH] = ACTIONS(2191), - [anon_sym_PLUS_PLUS] = ACTIONS(2191), - [anon_sym_sizeof] = ACTIONS(2189), - [sym_number_literal] = ACTIONS(2189), - [sym_char_literal] = ACTIONS(2189), - [sym_string_literal] = ACTIONS(2191), - [sym_identifier] = ACTIONS(2193), - [sym_true] = ACTIONS(2191), - [sym_false] = ACTIONS(2191), - [sym_null] = ACTIONS(2189), - [sym_comment] = ACTIONS(44), - }, - [914] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2195), - [anon_sym_LPAREN] = ACTIONS(2197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2195), - [sym_preproc_directive] = ACTIONS(2199), - [anon_sym_SEMI] = ACTIONS(2197), - [anon_sym_typedef] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(2195), - [anon_sym_LBRACE] = ACTIONS(2197), - [anon_sym_RBRACE] = ACTIONS(2197), - [anon_sym_STAR] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(2195), - [anon_sym_auto] = ACTIONS(2195), - [anon_sym_register] = ACTIONS(2195), - [anon_sym_inline] = ACTIONS(2195), - [anon_sym_const] = ACTIONS(2195), - [anon_sym_restrict] = ACTIONS(2195), - [anon_sym_volatile] = ACTIONS(2195), - [anon_sym_unsigned] = ACTIONS(2195), - [anon_sym_long] = ACTIONS(2195), - [anon_sym_short] = ACTIONS(2195), - [sym_primitive_type] = ACTIONS(2195), - [anon_sym_enum] = ACTIONS(2195), - [anon_sym_struct] = ACTIONS(2195), - [anon_sym_union] = ACTIONS(2195), - [anon_sym_if] = ACTIONS(2195), - [anon_sym_switch] = ACTIONS(2195), - [anon_sym_case] = ACTIONS(2195), - [anon_sym_default] = ACTIONS(2195), - [anon_sym_while] = ACTIONS(2195), - [anon_sym_do] = ACTIONS(2195), - [anon_sym_for] = ACTIONS(2195), - [anon_sym_return] = ACTIONS(2195), - [anon_sym_break] = ACTIONS(2195), - [anon_sym_continue] = ACTIONS(2195), - [anon_sym_goto] = ACTIONS(2195), - [anon_sym_AMP] = ACTIONS(2197), - [anon_sym_BANG] = ACTIONS(2197), - [anon_sym_TILDE] = ACTIONS(2197), - [anon_sym_PLUS] = ACTIONS(2195), - [anon_sym_DASH] = ACTIONS(2195), - [anon_sym_DASH_DASH] = ACTIONS(2197), - [anon_sym_PLUS_PLUS] = ACTIONS(2197), - [anon_sym_sizeof] = ACTIONS(2195), - [sym_number_literal] = ACTIONS(2195), - [sym_char_literal] = ACTIONS(2195), - [sym_string_literal] = ACTIONS(2197), + [sym_compound_statement] = STATE(1087), + [sym_labeled_statement] = STATE(1087), + [sym_expression_statement] = STATE(1087), + [sym_if_statement] = STATE(1087), + [sym_switch_statement] = STATE(1087), + [sym_case_statement] = STATE(1087), + [sym_while_statement] = STATE(1087), + [sym_do_statement] = STATE(1087), + [sym_for_statement] = STATE(1087), + [sym_return_statement] = STATE(1087), + [sym_break_statement] = STATE(1087), + [sym_continue_statement] = STATE(1087), + [sym_goto_statement] = STATE(1087), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), [sym_identifier] = ACTIONS(2199), - [sym_true] = ACTIONS(2197), - [sym_false] = ACTIONS(2197), - [sym_null] = ACTIONS(2195), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [915] = { + [913] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2201), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2201), [anon_sym_LPAREN] = ACTIONS(2203), @@ -34904,191 +34454,785 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(2201), [sym_comment] = ACTIONS(44), }, + [914] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2209), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2207), + [sym_preproc_directive] = ACTIONS(2211), + [anon_sym_SEMI] = ACTIONS(2209), + [anon_sym_typedef] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(2207), + [anon_sym_LBRACE] = ACTIONS(2209), + [anon_sym_RBRACE] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_auto] = ACTIONS(2207), + [anon_sym_register] = ACTIONS(2207), + [anon_sym_inline] = ACTIONS(2207), + [anon_sym_const] = ACTIONS(2207), + [anon_sym_restrict] = ACTIONS(2207), + [anon_sym_volatile] = ACTIONS(2207), + [anon_sym_unsigned] = ACTIONS(2207), + [anon_sym_long] = ACTIONS(2207), + [anon_sym_short] = ACTIONS(2207), + [sym_primitive_type] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_union] = ACTIONS(2207), + [anon_sym_if] = ACTIONS(2207), + [anon_sym_switch] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_default] = ACTIONS(2207), + [anon_sym_while] = ACTIONS(2207), + [anon_sym_do] = ACTIONS(2207), + [anon_sym_for] = ACTIONS(2207), + [anon_sym_return] = ACTIONS(2207), + [anon_sym_break] = ACTIONS(2207), + [anon_sym_continue] = ACTIONS(2207), + [anon_sym_goto] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2209), + [anon_sym_BANG] = ACTIONS(2209), + [anon_sym_TILDE] = ACTIONS(2209), + [anon_sym_PLUS] = ACTIONS(2207), + [anon_sym_DASH] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2209), + [anon_sym_sizeof] = ACTIONS(2207), + [sym_number_literal] = ACTIONS(2207), + [sym_char_literal] = ACTIONS(2207), + [sym_string_literal] = ACTIONS(2209), + [sym_identifier] = ACTIONS(2211), + [sym_true] = ACTIONS(2209), + [sym_false] = ACTIONS(2209), + [sym_null] = ACTIONS(2207), + [sym_comment] = ACTIONS(44), + }, + [915] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(286), + [anon_sym_LPAREN] = ACTIONS(284), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(286), + [sym_preproc_directive] = ACTIONS(288), + [anon_sym_SEMI] = ACTIONS(284), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(284), + [anon_sym_STAR] = ACTIONS(284), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_inline] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [anon_sym_unsigned] = ACTIONS(286), + [anon_sym_long] = ACTIONS(286), + [anon_sym_short] = ACTIONS(286), + [sym_primitive_type] = ACTIONS(286), + [anon_sym_enum] = ACTIONS(286), + [anon_sym_struct] = ACTIONS(286), + [anon_sym_union] = ACTIONS(286), + [anon_sym_if] = ACTIONS(286), + [anon_sym_switch] = ACTIONS(286), + [anon_sym_case] = ACTIONS(286), + [anon_sym_default] = ACTIONS(286), + [anon_sym_while] = ACTIONS(286), + [anon_sym_do] = ACTIONS(286), + [anon_sym_for] = ACTIONS(286), + [anon_sym_return] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_continue] = ACTIONS(286), + [anon_sym_goto] = ACTIONS(286), + [anon_sym_AMP] = ACTIONS(284), + [anon_sym_BANG] = ACTIONS(284), + [anon_sym_TILDE] = ACTIONS(284), + [anon_sym_PLUS] = ACTIONS(286), + [anon_sym_DASH] = ACTIONS(286), + [anon_sym_DASH_DASH] = ACTIONS(284), + [anon_sym_PLUS_PLUS] = ACTIONS(284), + [anon_sym_sizeof] = ACTIONS(286), + [sym_number_literal] = ACTIONS(286), + [sym_char_literal] = ACTIONS(286), + [sym_string_literal] = ACTIONS(284), + [sym_identifier] = ACTIONS(288), + [sym_true] = ACTIONS(284), + [sym_false] = ACTIONS(284), + [sym_null] = ACTIONS(286), + [sym_comment] = ACTIONS(44), + }, [916] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2207), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(1089), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2213), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [917] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2209), + [aux_sym_declaration_repeat1] = STATE(1089), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2213), + [sym_comment] = ACTIONS(44), + }, + [918] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1591), + [anon_sym_LPAREN] = ACTIONS(1593), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1591), + [sym_preproc_directive] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1591), + [anon_sym_extern] = ACTIONS(1591), + [anon_sym_LBRACE] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1591), + [anon_sym_auto] = ACTIONS(1591), + [anon_sym_register] = ACTIONS(1591), + [anon_sym_inline] = ACTIONS(1591), + [anon_sym_const] = ACTIONS(1591), + [anon_sym_restrict] = ACTIONS(1591), + [anon_sym_volatile] = ACTIONS(1591), + [anon_sym_unsigned] = ACTIONS(1591), + [anon_sym_long] = ACTIONS(1591), + [anon_sym_short] = ACTIONS(1591), + [sym_primitive_type] = ACTIONS(1591), + [anon_sym_enum] = ACTIONS(1591), + [anon_sym_struct] = ACTIONS(1591), + [anon_sym_union] = ACTIONS(1591), + [anon_sym_if] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1591), + [anon_sym_default] = ACTIONS(1591), + [anon_sym_while] = ACTIONS(1591), + [anon_sym_do] = ACTIONS(1591), + [anon_sym_for] = ACTIONS(1591), + [anon_sym_return] = ACTIONS(1591), + [anon_sym_break] = ACTIONS(1591), + [anon_sym_continue] = ACTIONS(1591), + [anon_sym_goto] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1593), + [anon_sym_sizeof] = ACTIONS(1591), + [sym_number_literal] = ACTIONS(1591), + [sym_char_literal] = ACTIONS(1591), + [sym_string_literal] = ACTIONS(1593), + [sym_identifier] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1591), + [sym_comment] = ACTIONS(44), + }, + [919] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2217), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2215), + [sym_preproc_directive] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2217), + [anon_sym_typedef] = ACTIONS(2215), + [anon_sym_extern] = ACTIONS(2215), + [anon_sym_LBRACE] = ACTIONS(2217), + [anon_sym_RBRACE] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_auto] = ACTIONS(2215), + [anon_sym_register] = ACTIONS(2215), + [anon_sym_inline] = ACTIONS(2215), + [anon_sym_const] = ACTIONS(2215), + [anon_sym_restrict] = ACTIONS(2215), + [anon_sym_volatile] = ACTIONS(2215), + [anon_sym_unsigned] = ACTIONS(2215), + [anon_sym_long] = ACTIONS(2215), + [anon_sym_short] = ACTIONS(2215), + [sym_primitive_type] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_union] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2215), + [anon_sym_switch] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_default] = ACTIONS(2215), + [anon_sym_while] = ACTIONS(2215), + [anon_sym_do] = ACTIONS(2215), + [anon_sym_for] = ACTIONS(2215), + [anon_sym_return] = ACTIONS(2215), + [anon_sym_break] = ACTIONS(2215), + [anon_sym_continue] = ACTIONS(2215), + [anon_sym_goto] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2217), + [anon_sym_BANG] = ACTIONS(2217), + [anon_sym_TILDE] = ACTIONS(2217), + [anon_sym_PLUS] = ACTIONS(2215), + [anon_sym_DASH] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2217), + [anon_sym_sizeof] = ACTIONS(2215), + [sym_number_literal] = ACTIONS(2215), + [sym_char_literal] = ACTIONS(2215), + [sym_string_literal] = ACTIONS(2217), + [sym_identifier] = ACTIONS(2219), + [sym_true] = ACTIONS(2217), + [sym_false] = ACTIONS(2217), + [sym_null] = ACTIONS(2215), + [sym_comment] = ACTIONS(44), + }, + [920] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1611), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1613), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_auto] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1609), + [sym_char_literal] = ACTIONS(1609), + [sym_string_literal] = ACTIONS(1611), + [sym_identifier] = ACTIONS(1613), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1609), + [sym_comment] = ACTIONS(44), + }, + [921] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1615), + [anon_sym_LPAREN] = ACTIONS(1617), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_auto] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_AMP] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1615), + [sym_char_literal] = ACTIONS(1615), + [sym_string_literal] = ACTIONS(1617), + [sym_identifier] = ACTIONS(1619), + [sym_true] = ACTIONS(1617), + [sym_false] = ACTIONS(1617), + [sym_null] = ACTIONS(1615), + [sym_comment] = ACTIONS(44), + }, + [922] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1621), + [anon_sym_LPAREN] = ACTIONS(1623), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_auto] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_AMP] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1621), + [sym_char_literal] = ACTIONS(1621), + [sym_string_literal] = ACTIONS(1623), + [sym_identifier] = ACTIONS(1625), + [sym_true] = ACTIONS(1623), + [sym_false] = ACTIONS(1623), + [sym_null] = ACTIONS(1621), + [sym_comment] = ACTIONS(44), + }, + [923] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2221), + [sym_comment] = ACTIONS(44), + }, + [924] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2223), + [sym_comment] = ACTIONS(44), + }, + [925] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2225), + [sym_preproc_directive] = ACTIONS(2229), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_typedef] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_STAR] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2225), + [anon_sym_auto] = ACTIONS(2225), + [anon_sym_register] = ACTIONS(2225), + [anon_sym_inline] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [anon_sym_restrict] = ACTIONS(2225), + [anon_sym_volatile] = ACTIONS(2225), + [anon_sym_unsigned] = ACTIONS(2225), + [anon_sym_long] = ACTIONS(2225), + [anon_sym_short] = ACTIONS(2225), + [sym_primitive_type] = ACTIONS(2225), + [anon_sym_enum] = ACTIONS(2225), + [anon_sym_struct] = ACTIONS(2225), + [anon_sym_union] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_switch] = ACTIONS(2225), + [anon_sym_case] = ACTIONS(2225), + [anon_sym_default] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_goto] = ACTIONS(2225), + [anon_sym_AMP] = ACTIONS(2227), + [anon_sym_BANG] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_sizeof] = ACTIONS(2225), + [sym_number_literal] = ACTIONS(2225), + [sym_char_literal] = ACTIONS(2225), + [sym_string_literal] = ACTIONS(2227), + [sym_identifier] = ACTIONS(2229), + [sym_true] = ACTIONS(2227), + [sym_false] = ACTIONS(2227), + [sym_null] = ACTIONS(2225), + [sym_comment] = ACTIONS(44), + }, + [926] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2231), + [sym_preproc_directive] = ACTIONS(2235), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_typedef] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_RBRACE] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_auto] = ACTIONS(2231), + [anon_sym_register] = ACTIONS(2231), + [anon_sym_inline] = ACTIONS(2231), + [anon_sym_const] = ACTIONS(2231), + [anon_sym_restrict] = ACTIONS(2231), + [anon_sym_volatile] = ACTIONS(2231), + [anon_sym_unsigned] = ACTIONS(2231), + [anon_sym_long] = ACTIONS(2231), + [anon_sym_short] = ACTIONS(2231), + [sym_primitive_type] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_union] = ACTIONS(2231), + [anon_sym_if] = ACTIONS(2231), + [anon_sym_switch] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_default] = ACTIONS(2231), + [anon_sym_while] = ACTIONS(2231), + [anon_sym_do] = ACTIONS(2231), + [anon_sym_for] = ACTIONS(2231), + [anon_sym_return] = ACTIONS(2231), + [anon_sym_break] = ACTIONS(2231), + [anon_sym_continue] = ACTIONS(2231), + [anon_sym_goto] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2233), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_TILDE] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2233), + [anon_sym_sizeof] = ACTIONS(2231), + [sym_number_literal] = ACTIONS(2231), + [sym_char_literal] = ACTIONS(2231), + [sym_string_literal] = ACTIONS(2233), + [sym_identifier] = ACTIONS(2235), + [sym_true] = ACTIONS(2233), + [sym_false] = ACTIONS(2233), + [sym_null] = ACTIONS(2231), + [sym_comment] = ACTIONS(44), + }, + [927] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2237), + [sym_preproc_directive] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_typedef] = ACTIONS(2237), + [anon_sym_extern] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_STAR] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2237), + [anon_sym_auto] = ACTIONS(2237), + [anon_sym_register] = ACTIONS(2237), + [anon_sym_inline] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [anon_sym_restrict] = ACTIONS(2237), + [anon_sym_volatile] = ACTIONS(2237), + [anon_sym_unsigned] = ACTIONS(2237), + [anon_sym_long] = ACTIONS(2237), + [anon_sym_short] = ACTIONS(2237), + [sym_primitive_type] = ACTIONS(2237), + [anon_sym_enum] = ACTIONS(2237), + [anon_sym_struct] = ACTIONS(2237), + [anon_sym_union] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_switch] = ACTIONS(2237), + [anon_sym_case] = ACTIONS(2237), + [anon_sym_default] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_goto] = ACTIONS(2237), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_BANG] = ACTIONS(2239), + [anon_sym_TILDE] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_sizeof] = ACTIONS(2237), + [sym_number_literal] = ACTIONS(2237), + [sym_char_literal] = ACTIONS(2237), + [sym_string_literal] = ACTIONS(2239), + [sym_identifier] = ACTIONS(2241), + [sym_true] = ACTIONS(2239), + [sym_false] = ACTIONS(2239), + [sym_null] = ACTIONS(2237), + [sym_comment] = ACTIONS(44), + }, + [928] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2243), + [sym_comment] = ACTIONS(44), + }, + [929] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2245), [sym_comment] = ACTIONS(44), }, - [918] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2211), - [anon_sym_LPAREN] = ACTIONS(2213), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2211), - [sym_preproc_directive] = ACTIONS(2215), - [anon_sym_SEMI] = ACTIONS(2213), - [anon_sym_typedef] = ACTIONS(2211), - [anon_sym_extern] = ACTIONS(2211), - [anon_sym_LBRACE] = ACTIONS(2213), - [anon_sym_RBRACE] = ACTIONS(2213), - [anon_sym_STAR] = ACTIONS(2213), - [anon_sym_static] = ACTIONS(2211), - [anon_sym_auto] = ACTIONS(2211), - [anon_sym_register] = ACTIONS(2211), - [anon_sym_inline] = ACTIONS(2211), - [anon_sym_const] = ACTIONS(2211), - [anon_sym_restrict] = ACTIONS(2211), - [anon_sym_volatile] = ACTIONS(2211), - [anon_sym_unsigned] = ACTIONS(2211), - [anon_sym_long] = ACTIONS(2211), - [anon_sym_short] = ACTIONS(2211), - [sym_primitive_type] = ACTIONS(2211), - [anon_sym_enum] = ACTIONS(2211), - [anon_sym_struct] = ACTIONS(2211), - [anon_sym_union] = ACTIONS(2211), - [anon_sym_if] = ACTIONS(2211), - [anon_sym_switch] = ACTIONS(2211), - [anon_sym_case] = ACTIONS(2211), - [anon_sym_default] = ACTIONS(2211), - [anon_sym_while] = ACTIONS(2211), - [anon_sym_do] = ACTIONS(2211), - [anon_sym_for] = ACTIONS(2211), - [anon_sym_return] = ACTIONS(2211), - [anon_sym_break] = ACTIONS(2211), - [anon_sym_continue] = ACTIONS(2211), - [anon_sym_goto] = ACTIONS(2211), - [anon_sym_AMP] = ACTIONS(2213), - [anon_sym_BANG] = ACTIONS(2213), - [anon_sym_TILDE] = ACTIONS(2213), - [anon_sym_PLUS] = ACTIONS(2211), - [anon_sym_DASH] = ACTIONS(2211), - [anon_sym_DASH_DASH] = ACTIONS(2213), - [anon_sym_PLUS_PLUS] = ACTIONS(2213), - [anon_sym_sizeof] = ACTIONS(2211), - [sym_number_literal] = ACTIONS(2211), - [sym_char_literal] = ACTIONS(2211), - [sym_string_literal] = ACTIONS(2213), - [sym_identifier] = ACTIONS(2215), - [sym_true] = ACTIONS(2213), - [sym_false] = ACTIONS(2213), - [sym_null] = ACTIONS(2211), + [930] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2247), + [sym_preproc_directive] = ACTIONS(2251), + [anon_sym_SEMI] = ACTIONS(2249), + [anon_sym_typedef] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2249), + [anon_sym_RBRACE] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_auto] = ACTIONS(2247), + [anon_sym_register] = ACTIONS(2247), + [anon_sym_inline] = ACTIONS(2247), + [anon_sym_const] = ACTIONS(2247), + [anon_sym_restrict] = ACTIONS(2247), + [anon_sym_volatile] = ACTIONS(2247), + [anon_sym_unsigned] = ACTIONS(2247), + [anon_sym_long] = ACTIONS(2247), + [anon_sym_short] = ACTIONS(2247), + [sym_primitive_type] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_union] = ACTIONS(2247), + [anon_sym_if] = ACTIONS(2247), + [anon_sym_switch] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_default] = ACTIONS(2247), + [anon_sym_while] = ACTIONS(2247), + [anon_sym_do] = ACTIONS(2247), + [anon_sym_for] = ACTIONS(2247), + [anon_sym_return] = ACTIONS(2247), + [anon_sym_break] = ACTIONS(2247), + [anon_sym_continue] = ACTIONS(2247), + [anon_sym_goto] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2249), + [anon_sym_BANG] = ACTIONS(2249), + [anon_sym_TILDE] = ACTIONS(2249), + [anon_sym_PLUS] = ACTIONS(2247), + [anon_sym_DASH] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2249), + [anon_sym_sizeof] = ACTIONS(2247), + [sym_number_literal] = ACTIONS(2247), + [sym_char_literal] = ACTIONS(2247), + [sym_string_literal] = ACTIONS(2249), + [sym_identifier] = ACTIONS(2251), + [sym_true] = ACTIONS(2249), + [sym_false] = ACTIONS(2249), + [sym_null] = ACTIONS(2247), [sym_comment] = ACTIONS(44), }, - [919] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2217), - [anon_sym_LPAREN] = ACTIONS(2219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2217), - [sym_preproc_directive] = ACTIONS(2221), - [anon_sym_SEMI] = ACTIONS(2219), - [anon_sym_typedef] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2217), - [anon_sym_LBRACE] = ACTIONS(2219), - [anon_sym_RBRACE] = ACTIONS(2219), - [anon_sym_STAR] = ACTIONS(2219), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_auto] = ACTIONS(2217), - [anon_sym_register] = ACTIONS(2217), - [anon_sym_inline] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_restrict] = ACTIONS(2217), - [anon_sym_volatile] = ACTIONS(2217), - [anon_sym_unsigned] = ACTIONS(2217), - [anon_sym_long] = ACTIONS(2217), - [anon_sym_short] = ACTIONS(2217), - [sym_primitive_type] = ACTIONS(2217), - [anon_sym_enum] = ACTIONS(2217), - [anon_sym_struct] = ACTIONS(2217), - [anon_sym_union] = ACTIONS(2217), - [anon_sym_if] = ACTIONS(2217), - [anon_sym_switch] = ACTIONS(2217), - [anon_sym_case] = ACTIONS(2217), - [anon_sym_default] = ACTIONS(2217), - [anon_sym_while] = ACTIONS(2217), - [anon_sym_do] = ACTIONS(2217), - [anon_sym_for] = ACTIONS(2217), - [anon_sym_return] = ACTIONS(2217), - [anon_sym_break] = ACTIONS(2217), - [anon_sym_continue] = ACTIONS(2217), - [anon_sym_goto] = ACTIONS(2217), - [anon_sym_AMP] = ACTIONS(2219), - [anon_sym_BANG] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2219), - [anon_sym_PLUS] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(2217), - [anon_sym_DASH_DASH] = ACTIONS(2219), - [anon_sym_PLUS_PLUS] = ACTIONS(2219), - [anon_sym_sizeof] = ACTIONS(2217), - [sym_number_literal] = ACTIONS(2217), - [sym_char_literal] = ACTIONS(2217), - [sym_string_literal] = ACTIONS(2219), - [sym_identifier] = ACTIONS(2221), - [sym_true] = ACTIONS(2219), - [sym_false] = ACTIONS(2219), - [sym_null] = ACTIONS(2217), + [931] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2253), + [sym_preproc_directive] = ACTIONS(2257), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym_typedef] = ACTIONS(2253), + [anon_sym_extern] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2255), + [anon_sym_RBRACE] = ACTIONS(2255), + [anon_sym_STAR] = ACTIONS(2255), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_auto] = ACTIONS(2253), + [anon_sym_register] = ACTIONS(2253), + [anon_sym_inline] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_restrict] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2253), + [anon_sym_unsigned] = ACTIONS(2253), + [anon_sym_long] = ACTIONS(2253), + [anon_sym_short] = ACTIONS(2253), + [sym_primitive_type] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), + [anon_sym_struct] = ACTIONS(2253), + [anon_sym_union] = ACTIONS(2253), + [anon_sym_if] = ACTIONS(2253), + [anon_sym_switch] = ACTIONS(2253), + [anon_sym_case] = ACTIONS(2253), + [anon_sym_default] = ACTIONS(2253), + [anon_sym_while] = ACTIONS(2253), + [anon_sym_do] = ACTIONS(2253), + [anon_sym_for] = ACTIONS(2253), + [anon_sym_return] = ACTIONS(2253), + [anon_sym_break] = ACTIONS(2253), + [anon_sym_continue] = ACTIONS(2253), + [anon_sym_goto] = ACTIONS(2253), + [anon_sym_AMP] = ACTIONS(2255), + [anon_sym_BANG] = ACTIONS(2255), + [anon_sym_TILDE] = ACTIONS(2255), + [anon_sym_PLUS] = ACTIONS(2253), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_DASH_DASH] = ACTIONS(2255), + [anon_sym_PLUS_PLUS] = ACTIONS(2255), + [anon_sym_sizeof] = ACTIONS(2253), + [sym_number_literal] = ACTIONS(2253), + [sym_char_literal] = ACTIONS(2253), + [sym_string_literal] = ACTIONS(2255), + [sym_identifier] = ACTIONS(2257), + [sym_true] = ACTIONS(2255), + [sym_false] = ACTIONS(2255), + [sym_null] = ACTIONS(2253), [sym_comment] = ACTIONS(44), }, - [920] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2223), - [anon_sym_LPAREN] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2223), - [sym_preproc_directive] = ACTIONS(2227), - [anon_sym_SEMI] = ACTIONS(2225), - [anon_sym_typedef] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2223), - [anon_sym_LBRACE] = ACTIONS(2225), - [anon_sym_RBRACE] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2225), - [anon_sym_static] = ACTIONS(2223), - [anon_sym_auto] = ACTIONS(2223), - [anon_sym_register] = ACTIONS(2223), - [anon_sym_inline] = ACTIONS(2223), - [anon_sym_const] = ACTIONS(2223), - [anon_sym_restrict] = ACTIONS(2223), - [anon_sym_volatile] = ACTIONS(2223), - [anon_sym_unsigned] = ACTIONS(2223), - [anon_sym_long] = ACTIONS(2223), - [anon_sym_short] = ACTIONS(2223), - [sym_primitive_type] = ACTIONS(2223), - [anon_sym_enum] = ACTIONS(2223), - [anon_sym_struct] = ACTIONS(2223), - [anon_sym_union] = ACTIONS(2223), - [anon_sym_if] = ACTIONS(2223), - [anon_sym_switch] = ACTIONS(2223), - [anon_sym_case] = ACTIONS(2223), - [anon_sym_default] = ACTIONS(2223), - [anon_sym_while] = ACTIONS(2223), - [anon_sym_do] = ACTIONS(2223), - [anon_sym_for] = ACTIONS(2223), - [anon_sym_return] = ACTIONS(2223), - [anon_sym_break] = ACTIONS(2223), - [anon_sym_continue] = ACTIONS(2223), - [anon_sym_goto] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2225), - [anon_sym_BANG] = ACTIONS(2225), - [anon_sym_TILDE] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2223), - [anon_sym_DASH_DASH] = ACTIONS(2225), - [anon_sym_PLUS_PLUS] = ACTIONS(2225), - [anon_sym_sizeof] = ACTIONS(2223), - [sym_number_literal] = ACTIONS(2223), - [sym_char_literal] = ACTIONS(2223), - [sym_string_literal] = ACTIONS(2225), - [sym_identifier] = ACTIONS(2227), - [sym_true] = ACTIONS(2225), - [sym_false] = ACTIONS(2225), - [sym_null] = ACTIONS(2223), + [932] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2259), + [anon_sym_LPAREN] = ACTIONS(2261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2259), + [sym_preproc_directive] = ACTIONS(2263), + [anon_sym_SEMI] = ACTIONS(2261), + [anon_sym_typedef] = ACTIONS(2259), + [anon_sym_extern] = ACTIONS(2259), + [anon_sym_LBRACE] = ACTIONS(2261), + [anon_sym_RBRACE] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_static] = ACTIONS(2259), + [anon_sym_auto] = ACTIONS(2259), + [anon_sym_register] = ACTIONS(2259), + [anon_sym_inline] = ACTIONS(2259), + [anon_sym_const] = ACTIONS(2259), + [anon_sym_restrict] = ACTIONS(2259), + [anon_sym_volatile] = ACTIONS(2259), + [anon_sym_unsigned] = ACTIONS(2259), + [anon_sym_long] = ACTIONS(2259), + [anon_sym_short] = ACTIONS(2259), + [sym_primitive_type] = ACTIONS(2259), + [anon_sym_enum] = ACTIONS(2259), + [anon_sym_struct] = ACTIONS(2259), + [anon_sym_union] = ACTIONS(2259), + [anon_sym_if] = ACTIONS(2259), + [anon_sym_switch] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2259), + [anon_sym_default] = ACTIONS(2259), + [anon_sym_while] = ACTIONS(2259), + [anon_sym_do] = ACTIONS(2259), + [anon_sym_for] = ACTIONS(2259), + [anon_sym_return] = ACTIONS(2259), + [anon_sym_break] = ACTIONS(2259), + [anon_sym_continue] = ACTIONS(2259), + [anon_sym_goto] = ACTIONS(2259), + [anon_sym_AMP] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2259), + [anon_sym_DASH] = ACTIONS(2259), + [anon_sym_DASH_DASH] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2261), + [anon_sym_sizeof] = ACTIONS(2259), + [sym_number_literal] = ACTIONS(2259), + [sym_char_literal] = ACTIONS(2259), + [sym_string_literal] = ACTIONS(2261), + [sym_identifier] = ACTIONS(2263), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2259), [sym_comment] = ACTIONS(44), }, - [921] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2229), + [933] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2265), [sym_comment] = ACTIONS(44), }, - [922] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2231), + [934] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2267), [sym_comment] = ACTIONS(44), }, - [923] = { + [935] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), [anon_sym_LPAREN] = ACTIONS(744), @@ -35144,3463 +35288,3341 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(746), [sym_comment] = ACTIONS(44), }, - [924] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2233), - [anon_sym_LBRACK] = ACTIONS(436), + [936] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_goto] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(762), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_sizeof] = ACTIONS(764), + [sym_number_literal] = ACTIONS(764), + [sym_char_literal] = ACTIONS(764), + [sym_string_literal] = ACTIONS(762), + [sym_identifier] = ACTIONS(766), + [sym_true] = ACTIONS(762), + [sym_false] = ACTIONS(762), + [sym_null] = ACTIONS(764), [sym_comment] = ACTIONS(44), }, - [925] = { - [anon_sym_RPAREN] = ACTIONS(2235), + [937] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [926] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(129), + [938] = { + [anon_sym_RPAREN] = ACTIONS(2271), + [sym_comment] = ACTIONS(44), + }, + [939] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(131), [sym_sized_type_specifier] = STATE(13), [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(396), - [sym_comma_expression] = STATE(397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_type_descriptor] = STATE(1083), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(402), + [sym_comma_expression] = STATE(403), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_type_descriptor] = STATE(1098), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), - [aux_sym_type_definition_repeat1] = STATE(131), - [aux_sym_sized_type_specifier_repeat1] = STATE(132), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), + [aux_sym_type_definition_repeat1] = STATE(133), + [aux_sym_sized_type_specifier_repeat1] = STATE(134), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), [sym_primitive_type] = ACTIONS(34), [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(892), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [927] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1547), - [anon_sym_QMARK] = ACTIONS(1545), - [anon_sym_STAR_EQ] = ACTIONS(1545), - [anon_sym_SLASH_EQ] = ACTIONS(1545), - [anon_sym_PERCENT_EQ] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1545), - [anon_sym_DASH_EQ] = ACTIONS(1545), - [anon_sym_LT_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_GT_EQ] = ACTIONS(1545), - [anon_sym_AMP_EQ] = ACTIONS(1545), - [anon_sym_CARET_EQ] = ACTIONS(1545), - [anon_sym_PIPE_EQ] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1547), - [anon_sym_CARET] = ACTIONS(1547), - [anon_sym_EQ_EQ] = ACTIONS(1545), - [anon_sym_BANG_EQ] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1545), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [928] = { - [sym_compound_statement] = STATE(1098), - [sym_labeled_statement] = STATE(1098), - [sym_expression_statement] = STATE(1098), - [sym_if_statement] = STATE(1098), - [sym_switch_statement] = STATE(1098), - [sym_case_statement] = STATE(1098), - [sym_while_statement] = STATE(1098), - [sym_do_statement] = STATE(1098), - [sym_for_statement] = STATE(1098), - [sym_return_statement] = STATE(1098), - [sym_break_statement] = STATE(1098), - [sym_continue_statement] = STATE(1098), - [sym_goto_statement] = STATE(1098), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [929] = { - [sym__expression] = STATE(724), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [930] = { - [sym__expression] = STATE(1101), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [931] = { - [sym__expression] = STATE(1102), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [932] = { - [sym__expression] = STATE(1103), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [933] = { - [sym__expression] = STATE(1104), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [934] = { - [sym__expression] = STATE(1105), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [935] = { - [sym__expression] = STATE(1106), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [936] = { - [sym__expression] = STATE(1107), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [937] = { - [sym__expression] = STATE(1108), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [938] = { - [sym__expression] = STATE(1109), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [939] = { - [sym__expression] = STATE(1110), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(910), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [940] = { - [sym__expression] = STATE(1111), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(1571), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1573), + [anon_sym_QMARK] = ACTIONS(1571), + [anon_sym_STAR_EQ] = ACTIONS(1571), + [anon_sym_SLASH_EQ] = ACTIONS(1571), + [anon_sym_PERCENT_EQ] = ACTIONS(1571), + [anon_sym_PLUS_EQ] = ACTIONS(1571), + [anon_sym_DASH_EQ] = ACTIONS(1571), + [anon_sym_LT_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_GT_EQ] = ACTIONS(1571), + [anon_sym_AMP_EQ] = ACTIONS(1571), + [anon_sym_CARET_EQ] = ACTIONS(1571), + [anon_sym_PIPE_EQ] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1573), + [anon_sym_PIPE_PIPE] = ACTIONS(1571), + [anon_sym_AMP_AMP] = ACTIONS(1571), + [anon_sym_PIPE] = ACTIONS(1573), + [anon_sym_CARET] = ACTIONS(1573), + [anon_sym_EQ_EQ] = ACTIONS(1571), + [anon_sym_BANG_EQ] = ACTIONS(1571), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_GT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1571), + [anon_sym_GT_EQ] = ACTIONS(1571), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [941] = { - [sym_compound_statement] = STATE(1112), - [sym_labeled_statement] = STATE(1112), - [sym_expression_statement] = STATE(1112), - [sym_if_statement] = STATE(1112), - [sym_switch_statement] = STATE(1112), - [sym_case_statement] = STATE(1112), - [sym_while_statement] = STATE(1112), - [sym_do_statement] = STATE(1112), - [sym_for_statement] = STATE(1112), - [sym_return_statement] = STATE(1112), - [sym_break_statement] = STATE(1112), - [sym_continue_statement] = STATE(1112), - [sym_goto_statement] = STATE(1112), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1113), + [sym_labeled_statement] = STATE(1113), + [sym_expression_statement] = STATE(1113), + [sym_if_statement] = STATE(1113), + [sym_switch_statement] = STATE(1113), + [sym_case_statement] = STATE(1113), + [sym_while_statement] = STATE(1113), + [sym_do_statement] = STATE(1113), + [sym_for_statement] = STATE(1113), + [sym_return_statement] = STATE(1113), + [sym_break_statement] = STATE(1113), + [sym_continue_statement] = STATE(1113), + [sym_goto_statement] = STATE(1113), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [942] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [943] = { - [anon_sym_RPAREN] = ACTIONS(2265), + [sym__expression] = STATE(1116), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [944] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(1975), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1117), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [945] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2269), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2267), - [sym_preproc_directive] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_typedef] = ACTIONS(2267), - [anon_sym_extern] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_RBRACE] = ACTIONS(2269), - [anon_sym_STAR] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_auto] = ACTIONS(2267), - [anon_sym_register] = ACTIONS(2267), - [anon_sym_inline] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_restrict] = ACTIONS(2267), - [anon_sym_volatile] = ACTIONS(2267), - [anon_sym_unsigned] = ACTIONS(2267), - [anon_sym_long] = ACTIONS(2267), - [anon_sym_short] = ACTIONS(2267), - [sym_primitive_type] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(2267), - [anon_sym_union] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_goto] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), - [anon_sym_sizeof] = ACTIONS(2267), - [sym_number_literal] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [sym_string_literal] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2267), + [sym__expression] = STATE(1118), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [946] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2273), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1119), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [947] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_COLON] = ACTIONS(1979), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1981), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1120), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [948] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_COLON] = ACTIONS(1983), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1121), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [949] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_COLON] = ACTIONS(1983), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1122), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [950] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_COLON] = ACTIONS(1979), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1123), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [951] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_COLON] = ACTIONS(1979), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1124), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [952] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_COLON] = ACTIONS(1987), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1125), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [953] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_COLON] = ACTIONS(1991), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_STAR_EQ] = ACTIONS(1991), - [anon_sym_SLASH_EQ] = ACTIONS(1991), - [anon_sym_PERCENT_EQ] = ACTIONS(1991), - [anon_sym_PLUS_EQ] = ACTIONS(1991), - [anon_sym_DASH_EQ] = ACTIONS(1991), - [anon_sym_LT_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_GT_EQ] = ACTIONS(1991), - [anon_sym_AMP_EQ] = ACTIONS(1991), - [anon_sym_CARET_EQ] = ACTIONS(1991), - [anon_sym_PIPE_EQ] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1993), - [anon_sym_PIPE_PIPE] = ACTIONS(1991), - [anon_sym_AMP_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1993), - [anon_sym_CARET] = ACTIONS(1993), - [anon_sym_EQ_EQ] = ACTIONS(1991), - [anon_sym_BANG_EQ] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1993), - [anon_sym_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1126), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [954] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_COLON] = ACTIONS(1995), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_compound_statement] = STATE(1127), + [sym_labeled_statement] = STATE(1127), + [sym_expression_statement] = STATE(1127), + [sym_if_statement] = STATE(1127), + [sym_switch_statement] = STATE(1127), + [sym_case_statement] = STATE(1127), + [sym_while_statement] = STATE(1127), + [sym_do_statement] = STATE(1127), + [sym_for_statement] = STATE(1127), + [sym_return_statement] = STATE(1127), + [sym_break_statement] = STATE(1127), + [sym_continue_statement] = STATE(1127), + [sym_goto_statement] = STATE(1127), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [955] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_COLON] = ACTIONS(1969), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [956] = { - [sym_compound_statement] = STATE(1115), - [sym_labeled_statement] = STATE(1115), - [sym_expression_statement] = STATE(1115), - [sym_if_statement] = STATE(1115), - [sym_switch_statement] = STATE(1115), - [sym_case_statement] = STATE(1115), - [sym_while_statement] = STATE(1115), - [sym_do_statement] = STATE(1115), - [sym_for_statement] = STATE(1115), - [sym_return_statement] = STATE(1115), - [sym_break_statement] = STATE(1115), - [sym_continue_statement] = STATE(1115), - [sym_goto_statement] = STATE(1115), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_RPAREN] = ACTIONS(2301), [sym_comment] = ACTIONS(44), }, [957] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2275), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2007), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [958] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2277), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2305), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2303), + [sym_preproc_directive] = ACTIONS(2307), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_typedef] = ACTIONS(2303), + [anon_sym_extern] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_RBRACE] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2303), + [anon_sym_auto] = ACTIONS(2303), + [anon_sym_register] = ACTIONS(2303), + [anon_sym_inline] = ACTIONS(2303), + [anon_sym_const] = ACTIONS(2303), + [anon_sym_restrict] = ACTIONS(2303), + [anon_sym_volatile] = ACTIONS(2303), + [anon_sym_unsigned] = ACTIONS(2303), + [anon_sym_long] = ACTIONS(2303), + [anon_sym_short] = ACTIONS(2303), + [sym_primitive_type] = ACTIONS(2303), + [anon_sym_enum] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2303), + [anon_sym_union] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2303), + [anon_sym_default] = ACTIONS(2303), + [anon_sym_while] = ACTIONS(2303), + [anon_sym_do] = ACTIONS(2303), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2303), + [anon_sym_break] = ACTIONS(2303), + [anon_sym_continue] = ACTIONS(2303), + [anon_sym_goto] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2303), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_sizeof] = ACTIONS(2303), + [sym_number_literal] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [sym_string_literal] = ACTIONS(2305), + [sym_identifier] = ACTIONS(2307), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2303), [sym_comment] = ACTIONS(44), }, [959] = { - [sym_declaration] = STATE(945), - [sym_type_definition] = STATE(945), - [sym__declaration_specifiers] = STATE(698), - [sym_compound_statement] = STATE(945), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(945), - [sym_expression_statement] = STATE(945), - [sym_if_statement] = STATE(945), - [sym_switch_statement] = STATE(945), - [sym_case_statement] = STATE(945), - [sym_while_statement] = STATE(945), - [sym_do_statement] = STATE(945), - [sym_for_statement] = STATE(945), - [sym_return_statement] = STATE(945), - [sym_break_statement] = STATE(945), - [sym_continue_statement] = STATE(945), - [sym_goto_statement] = STATE(945), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1923), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2309), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [960] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(1503), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_COLON] = ACTIONS(2011), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [961] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2279), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_COLON] = ACTIONS(2015), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [962] = { - [sym__expression] = STATE(1120), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2281), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_COLON] = ACTIONS(2015), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [963] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2283), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_COLON] = ACTIONS(2011), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [964] = { - [sym__expression] = STATE(1122), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_COLON] = ACTIONS(2011), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [965] = { - [sym__expression] = STATE(1124), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2285), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_COLON] = ACTIONS(2019), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [966] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_COLON] = ACTIONS(2023), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [967] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(1127), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2289), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_COLON] = ACTIONS(2027), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [968] = { - [aux_sym_declaration_repeat1] = STATE(1127), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2289), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_COLON] = ACTIONS(2001), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [969] = { - [sym__expression] = STATE(1128), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1130), + [sym_labeled_statement] = STATE(1130), + [sym_expression_statement] = STATE(1130), + [sym_if_statement] = STATE(1130), + [sym_switch_statement] = STATE(1130), + [sym_case_statement] = STATE(1130), + [sym_while_statement] = STATE(1130), + [sym_do_statement] = STATE(1130), + [sym_for_statement] = STATE(1130), + [sym_return_statement] = STATE(1130), + [sym_break_statement] = STATE(1130), + [sym_continue_statement] = STATE(1130), + [sym_goto_statement] = STATE(1130), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [970] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_COMMA] = ACTIONS(2291), - [anon_sym_SEMI] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2293), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2297), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2311), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [971] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [anon_sym_LPAREN] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_RBRACE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1117), - [anon_sym_switch] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(1117), - [anon_sym_default] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_return] = ACTIONS(1117), - [anon_sym_break] = ACTIONS(1117), - [anon_sym_continue] = ACTIONS(1117), - [anon_sym_goto] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2313), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [972] = { - [sym__expression] = STATE(1129), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_declaration] = STATE(958), + [sym_type_definition] = STATE(958), + [sym__declaration_specifiers] = STATE(708), + [sym_compound_statement] = STATE(958), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_case_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_goto_statement] = STATE(958), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1955), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [973] = { - [anon_sym_LPAREN] = ACTIONS(2299), - [anon_sym_COMMA] = ACTIONS(2299), - [anon_sym_RPAREN] = ACTIONS(2299), - [anon_sym_SEMI] = ACTIONS(2299), - [anon_sym_RBRACE] = ACTIONS(2299), - [anon_sym_STAR] = ACTIONS(2301), - [anon_sym_LBRACK] = ACTIONS(2299), - [anon_sym_RBRACK] = ACTIONS(2299), - [anon_sym_EQ] = ACTIONS(2301), - [anon_sym_COLON] = ACTIONS(2299), - [anon_sym_QMARK] = ACTIONS(2299), - [anon_sym_STAR_EQ] = ACTIONS(2299), - [anon_sym_SLASH_EQ] = ACTIONS(2299), - [anon_sym_PERCENT_EQ] = ACTIONS(2299), - [anon_sym_PLUS_EQ] = ACTIONS(2299), - [anon_sym_DASH_EQ] = ACTIONS(2299), - [anon_sym_LT_LT_EQ] = ACTIONS(2299), - [anon_sym_GT_GT_EQ] = ACTIONS(2299), - [anon_sym_AMP_EQ] = ACTIONS(2299), - [anon_sym_CARET_EQ] = ACTIONS(2299), - [anon_sym_PIPE_EQ] = ACTIONS(2299), - [anon_sym_AMP] = ACTIONS(2301), - [anon_sym_PIPE_PIPE] = ACTIONS(2299), - [anon_sym_AMP_AMP] = ACTIONS(2299), - [anon_sym_PIPE] = ACTIONS(2301), - [anon_sym_CARET] = ACTIONS(2301), - [anon_sym_EQ_EQ] = ACTIONS(2299), - [anon_sym_BANG_EQ] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(2301), - [anon_sym_GT] = ACTIONS(2301), - [anon_sym_LT_EQ] = ACTIONS(2299), - [anon_sym_GT_EQ] = ACTIONS(2299), - [anon_sym_LT_LT] = ACTIONS(2301), - [anon_sym_GT_GT] = ACTIONS(2301), - [anon_sym_PLUS] = ACTIONS(2301), - [anon_sym_DASH] = ACTIONS(2301), - [anon_sym_SLASH] = ACTIONS(2301), - [anon_sym_PERCENT] = ACTIONS(2301), - [anon_sym_DASH_DASH] = ACTIONS(2299), - [anon_sym_PLUS_PLUS] = ACTIONS(2299), - [anon_sym_DOT] = ACTIONS(2299), - [anon_sym_DASH_GT] = ACTIONS(2299), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(1529), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [974] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2305), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [975] = { - [anon_sym_LPAREN] = ACTIONS(2307), - [anon_sym_COMMA] = ACTIONS(2307), - [anon_sym_RPAREN] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_RBRACE] = ACTIONS(2307), - [anon_sym_STAR] = ACTIONS(2309), - [anon_sym_LBRACK] = ACTIONS(2307), - [anon_sym_RBRACK] = ACTIONS(2307), - [anon_sym_EQ] = ACTIONS(2309), - [anon_sym_COLON] = ACTIONS(2307), - [anon_sym_QMARK] = ACTIONS(2307), - [anon_sym_STAR_EQ] = ACTIONS(2307), - [anon_sym_SLASH_EQ] = ACTIONS(2307), - [anon_sym_PERCENT_EQ] = ACTIONS(2307), - [anon_sym_PLUS_EQ] = ACTIONS(2307), - [anon_sym_DASH_EQ] = ACTIONS(2307), - [anon_sym_LT_LT_EQ] = ACTIONS(2307), - [anon_sym_GT_GT_EQ] = ACTIONS(2307), - [anon_sym_AMP_EQ] = ACTIONS(2307), - [anon_sym_CARET_EQ] = ACTIONS(2307), - [anon_sym_PIPE_EQ] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2309), - [anon_sym_PIPE_PIPE] = ACTIONS(2307), - [anon_sym_AMP_AMP] = ACTIONS(2307), - [anon_sym_PIPE] = ACTIONS(2309), - [anon_sym_CARET] = ACTIONS(2309), - [anon_sym_EQ_EQ] = ACTIONS(2307), - [anon_sym_BANG_EQ] = ACTIONS(2307), - [anon_sym_LT] = ACTIONS(2309), - [anon_sym_GT] = ACTIONS(2309), - [anon_sym_LT_EQ] = ACTIONS(2307), - [anon_sym_GT_EQ] = ACTIONS(2307), - [anon_sym_LT_LT] = ACTIONS(2309), - [anon_sym_GT_GT] = ACTIONS(2309), - [anon_sym_PLUS] = ACTIONS(2309), - [anon_sym_DASH] = ACTIONS(2309), - [anon_sym_SLASH] = ACTIONS(2309), - [anon_sym_PERCENT] = ACTIONS(2309), - [anon_sym_DASH_DASH] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2307), - [anon_sym_DOT] = ACTIONS(2307), - [anon_sym_DASH_GT] = ACTIONS(2307), + [sym__expression] = STATE(1135), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2317), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [976] = { - [sym__expression] = STATE(1132), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [977] = { - [anon_sym_LPAREN] = ACTIONS(764), - [anon_sym_extern] = ACTIONS(766), - [anon_sym_STAR] = ACTIONS(764), - [anon_sym_RBRACK] = ACTIONS(764), - [anon_sym_static] = ACTIONS(766), - [anon_sym_auto] = ACTIONS(766), - [anon_sym_register] = ACTIONS(766), - [anon_sym_inline] = ACTIONS(766), - [anon_sym_const] = ACTIONS(766), - [anon_sym_restrict] = ACTIONS(766), - [anon_sym_volatile] = ACTIONS(766), - [anon_sym_AMP] = ACTIONS(764), - [anon_sym_BANG] = ACTIONS(764), - [anon_sym_TILDE] = ACTIONS(764), - [anon_sym_PLUS] = ACTIONS(766), - [anon_sym_DASH] = ACTIONS(766), - [anon_sym_DASH_DASH] = ACTIONS(764), - [anon_sym_PLUS_PLUS] = ACTIONS(764), - [anon_sym_sizeof] = ACTIONS(766), - [sym_number_literal] = ACTIONS(766), - [sym_char_literal] = ACTIONS(766), - [sym_string_literal] = ACTIONS(764), - [sym_identifier] = ACTIONS(768), - [sym_true] = ACTIONS(764), - [sym_false] = ACTIONS(764), - [sym_null] = ACTIONS(766), + [sym__expression] = STATE(1137), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [978] = { - [sym_enumerator] = STATE(354), - [anon_sym_RBRACE] = ACTIONS(2311), - [sym_identifier] = ACTIONS(238), + [sym__expression] = STATE(1139), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2321), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [979] = { - [anon_sym_COMMA] = ACTIONS(2313), - [anon_sym_RBRACE] = ACTIONS(2311), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [980] = { - [anon_sym_LPAREN] = ACTIONS(826), - [anon_sym_extern] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(826), - [anon_sym_RBRACK] = ACTIONS(826), - [anon_sym_static] = ACTIONS(828), - [anon_sym_auto] = ACTIONS(828), - [anon_sym_register] = ACTIONS(828), - [anon_sym_inline] = ACTIONS(828), - [anon_sym_const] = ACTIONS(828), - [anon_sym_restrict] = ACTIONS(828), - [anon_sym_volatile] = ACTIONS(828), - [anon_sym_AMP] = ACTIONS(826), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_DASH_DASH] = ACTIONS(826), - [anon_sym_PLUS_PLUS] = ACTIONS(826), - [anon_sym_sizeof] = ACTIONS(828), - [sym_number_literal] = ACTIONS(828), - [sym_char_literal] = ACTIONS(828), - [sym_string_literal] = ACTIONS(826), - [sym_identifier] = ACTIONS(830), - [sym_true] = ACTIONS(826), - [sym_false] = ACTIONS(826), - [sym_null] = ACTIONS(828), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(1142), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2325), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [981] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(2315), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_RBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2315), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2317), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_declaration_repeat1] = STATE(1142), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2325), [sym_comment] = ACTIONS(44), }, [982] = { - [anon_sym_LPAREN] = ACTIONS(850), - [anon_sym_extern] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(850), - [anon_sym_RBRACK] = ACTIONS(850), - [anon_sym_static] = ACTIONS(852), - [anon_sym_auto] = ACTIONS(852), - [anon_sym_register] = ACTIONS(852), - [anon_sym_inline] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [anon_sym_restrict] = ACTIONS(852), - [anon_sym_volatile] = ACTIONS(852), - [anon_sym_AMP] = ACTIONS(850), - [anon_sym_BANG] = ACTIONS(850), - [anon_sym_TILDE] = ACTIONS(850), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(850), - [anon_sym_PLUS_PLUS] = ACTIONS(850), - [anon_sym_sizeof] = ACTIONS(852), - [sym_number_literal] = ACTIONS(852), - [sym_char_literal] = ACTIONS(852), - [sym_string_literal] = ACTIONS(850), - [sym_identifier] = ACTIONS(854), - [sym_true] = ACTIONS(850), - [sym_false] = ACTIONS(850), - [sym_null] = ACTIONS(852), + [sym__expression] = STATE(1143), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [983] = { - [sym__expression] = STATE(1135), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(604), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_AMP] = ACTIONS(606), - [anon_sym_BANG] = ACTIONS(620), - [anon_sym_TILDE] = ACTIONS(622), - [anon_sym_PLUS] = ACTIONS(624), - [anon_sym_DASH] = ACTIONS(624), - [anon_sym_DASH_DASH] = ACTIONS(626), - [anon_sym_PLUS_PLUS] = ACTIONS(626), - [anon_sym_sizeof] = ACTIONS(628), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2329), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [984] = { - [anon_sym_LBRACK] = ACTIONS(2319), - [anon_sym_EQ] = ACTIONS(2319), - [anon_sym_DOT] = ACTIONS(2319), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_RBRACE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [anon_sym_if] = ACTIONS(1137), + [anon_sym_switch] = ACTIONS(1137), + [anon_sym_case] = ACTIONS(1137), + [anon_sym_default] = ACTIONS(1137), + [anon_sym_while] = ACTIONS(1137), + [anon_sym_do] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1137), + [anon_sym_break] = ACTIONS(1137), + [anon_sym_continue] = ACTIONS(1137), + [anon_sym_goto] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, [985] = { - [anon_sym_LPAREN] = ACTIONS(2321), - [anon_sym_COMMA] = ACTIONS(2321), - [anon_sym_RPAREN] = ACTIONS(2321), - [anon_sym_SEMI] = ACTIONS(2321), - [anon_sym_RBRACE] = ACTIONS(2321), - [anon_sym_STAR] = ACTIONS(2323), - [anon_sym_LBRACK] = ACTIONS(2321), - [anon_sym_RBRACK] = ACTIONS(2321), - [anon_sym_EQ] = ACTIONS(2323), - [anon_sym_COLON] = ACTIONS(2321), - [anon_sym_QMARK] = ACTIONS(2321), - [anon_sym_STAR_EQ] = ACTIONS(2321), - [anon_sym_SLASH_EQ] = ACTIONS(2321), - [anon_sym_PERCENT_EQ] = ACTIONS(2321), - [anon_sym_PLUS_EQ] = ACTIONS(2321), - [anon_sym_DASH_EQ] = ACTIONS(2321), - [anon_sym_LT_LT_EQ] = ACTIONS(2321), - [anon_sym_GT_GT_EQ] = ACTIONS(2321), - [anon_sym_AMP_EQ] = ACTIONS(2321), - [anon_sym_CARET_EQ] = ACTIONS(2321), - [anon_sym_PIPE_EQ] = ACTIONS(2321), - [anon_sym_AMP] = ACTIONS(2323), - [anon_sym_PIPE_PIPE] = ACTIONS(2321), - [anon_sym_AMP_AMP] = ACTIONS(2321), - [anon_sym_PIPE] = ACTIONS(2323), - [anon_sym_CARET] = ACTIONS(2323), - [anon_sym_EQ_EQ] = ACTIONS(2321), - [anon_sym_BANG_EQ] = ACTIONS(2321), - [anon_sym_LT] = ACTIONS(2323), - [anon_sym_GT] = ACTIONS(2323), - [anon_sym_LT_EQ] = ACTIONS(2321), - [anon_sym_GT_EQ] = ACTIONS(2321), - [anon_sym_LT_LT] = ACTIONS(2323), - [anon_sym_GT_GT] = ACTIONS(2323), - [anon_sym_PLUS] = ACTIONS(2323), - [anon_sym_DASH] = ACTIONS(2323), - [anon_sym_SLASH] = ACTIONS(2323), - [anon_sym_PERCENT] = ACTIONS(2323), - [anon_sym_DASH_DASH] = ACTIONS(2321), - [anon_sym_PLUS_PLUS] = ACTIONS(2321), - [anon_sym_DOT] = ACTIONS(2321), - [anon_sym_DASH_GT] = ACTIONS(2321), + [sym__expression] = STATE(1144), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [986] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2325), - [anon_sym_RBRACE] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1237), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2335), + [anon_sym_COMMA] = ACTIONS(2335), + [anon_sym_RPAREN] = ACTIONS(2335), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(2337), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_RBRACK] = ACTIONS(2335), + [anon_sym_EQ] = ACTIONS(2337), + [anon_sym_COLON] = ACTIONS(2335), + [anon_sym_QMARK] = ACTIONS(2335), + [anon_sym_STAR_EQ] = ACTIONS(2335), + [anon_sym_SLASH_EQ] = ACTIONS(2335), + [anon_sym_PERCENT_EQ] = ACTIONS(2335), + [anon_sym_PLUS_EQ] = ACTIONS(2335), + [anon_sym_DASH_EQ] = ACTIONS(2335), + [anon_sym_LT_LT_EQ] = ACTIONS(2335), + [anon_sym_GT_GT_EQ] = ACTIONS(2335), + [anon_sym_AMP_EQ] = ACTIONS(2335), + [anon_sym_CARET_EQ] = ACTIONS(2335), + [anon_sym_PIPE_EQ] = ACTIONS(2335), + [anon_sym_AMP] = ACTIONS(2337), + [anon_sym_PIPE_PIPE] = ACTIONS(2335), + [anon_sym_AMP_AMP] = ACTIONS(2335), + [anon_sym_PIPE] = ACTIONS(2337), + [anon_sym_CARET] = ACTIONS(2337), + [anon_sym_EQ_EQ] = ACTIONS(2335), + [anon_sym_BANG_EQ] = ACTIONS(2335), + [anon_sym_LT] = ACTIONS(2337), + [anon_sym_GT] = ACTIONS(2337), + [anon_sym_LT_EQ] = ACTIONS(2335), + [anon_sym_GT_EQ] = ACTIONS(2335), + [anon_sym_LT_LT] = ACTIONS(2337), + [anon_sym_GT_GT] = ACTIONS(2337), + [anon_sym_PLUS] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2337), + [anon_sym_SLASH] = ACTIONS(2337), + [anon_sym_PERCENT] = ACTIONS(2337), + [anon_sym_DASH_DASH] = ACTIONS(2335), + [anon_sym_PLUS_PLUS] = ACTIONS(2335), + [anon_sym_DOT] = ACTIONS(2335), + [anon_sym_DASH_GT] = ACTIONS(2335), [sym_comment] = ACTIONS(44), }, [987] = { - [anon_sym_COMMA] = ACTIONS(2325), - [anon_sym_RBRACE] = ACTIONS(2325), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2341), [sym_comment] = ACTIONS(44), }, [988] = { - [sym_designator] = STATE(768), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_EQ] = ACTIONS(2327), - [anon_sym_DOT] = ACTIONS(1111), + [anon_sym_LPAREN] = ACTIONS(2343), + [anon_sym_COMMA] = ACTIONS(2343), + [anon_sym_RPAREN] = ACTIONS(2343), + [anon_sym_SEMI] = ACTIONS(2343), + [anon_sym_RBRACE] = ACTIONS(2343), + [anon_sym_STAR] = ACTIONS(2345), + [anon_sym_LBRACK] = ACTIONS(2343), + [anon_sym_RBRACK] = ACTIONS(2343), + [anon_sym_EQ] = ACTIONS(2345), + [anon_sym_COLON] = ACTIONS(2343), + [anon_sym_QMARK] = ACTIONS(2343), + [anon_sym_STAR_EQ] = ACTIONS(2343), + [anon_sym_SLASH_EQ] = ACTIONS(2343), + [anon_sym_PERCENT_EQ] = ACTIONS(2343), + [anon_sym_PLUS_EQ] = ACTIONS(2343), + [anon_sym_DASH_EQ] = ACTIONS(2343), + [anon_sym_LT_LT_EQ] = ACTIONS(2343), + [anon_sym_GT_GT_EQ] = ACTIONS(2343), + [anon_sym_AMP_EQ] = ACTIONS(2343), + [anon_sym_CARET_EQ] = ACTIONS(2343), + [anon_sym_PIPE_EQ] = ACTIONS(2343), + [anon_sym_AMP] = ACTIONS(2345), + [anon_sym_PIPE_PIPE] = ACTIONS(2343), + [anon_sym_AMP_AMP] = ACTIONS(2343), + [anon_sym_PIPE] = ACTIONS(2345), + [anon_sym_CARET] = ACTIONS(2345), + [anon_sym_EQ_EQ] = ACTIONS(2343), + [anon_sym_BANG_EQ] = ACTIONS(2343), + [anon_sym_LT] = ACTIONS(2345), + [anon_sym_GT] = ACTIONS(2345), + [anon_sym_LT_EQ] = ACTIONS(2343), + [anon_sym_GT_EQ] = ACTIONS(2343), + [anon_sym_LT_LT] = ACTIONS(2345), + [anon_sym_GT_GT] = ACTIONS(2345), + [anon_sym_PLUS] = ACTIONS(2345), + [anon_sym_DASH] = ACTIONS(2345), + [anon_sym_SLASH] = ACTIONS(2345), + [anon_sym_PERCENT] = ACTIONS(2345), + [anon_sym_DASH_DASH] = ACTIONS(2343), + [anon_sym_PLUS_PLUS] = ACTIONS(2343), + [anon_sym_DOT] = ACTIONS(2343), + [anon_sym_DASH_GT] = ACTIONS(2343), [sym_comment] = ACTIONS(44), }, [989] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1123), - [sym_preproc_directive] = ACTIONS(1125), - [anon_sym_typedef] = ACTIONS(1123), - [anon_sym_extern] = ACTIONS(1123), - [anon_sym_static] = ACTIONS(1123), - [anon_sym_auto] = ACTIONS(1123), - [anon_sym_register] = ACTIONS(1123), - [anon_sym_inline] = ACTIONS(1123), - [anon_sym_const] = ACTIONS(1123), - [anon_sym_restrict] = ACTIONS(1123), - [anon_sym_volatile] = ACTIONS(1123), - [anon_sym_unsigned] = ACTIONS(1123), - [anon_sym_long] = ACTIONS(1123), - [anon_sym_short] = ACTIONS(1123), - [sym_primitive_type] = ACTIONS(1123), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_struct] = ACTIONS(1123), - [anon_sym_union] = ACTIONS(1123), - [sym_identifier] = ACTIONS(1125), + [sym__expression] = STATE(1147), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [990] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1141), - [anon_sym_typedef] = ACTIONS(1139), - [anon_sym_extern] = ACTIONS(1139), - [anon_sym_static] = ACTIONS(1139), - [anon_sym_auto] = ACTIONS(1139), - [anon_sym_register] = ACTIONS(1139), - [anon_sym_inline] = ACTIONS(1139), - [anon_sym_const] = ACTIONS(1139), - [anon_sym_restrict] = ACTIONS(1139), - [anon_sym_volatile] = ACTIONS(1139), - [anon_sym_unsigned] = ACTIONS(1139), - [anon_sym_long] = ACTIONS(1139), - [anon_sym_short] = ACTIONS(1139), - [sym_primitive_type] = ACTIONS(1139), - [anon_sym_enum] = ACTIONS(1139), - [anon_sym_struct] = ACTIONS(1139), - [anon_sym_union] = ACTIONS(1139), - [sym_identifier] = ACTIONS(1141), + [anon_sym_LPAREN] = ACTIONS(782), + [anon_sym_extern] = ACTIONS(784), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_RBRACK] = ACTIONS(782), + [anon_sym_static] = ACTIONS(784), + [anon_sym_auto] = ACTIONS(784), + [anon_sym_register] = ACTIONS(784), + [anon_sym_inline] = ACTIONS(784), + [anon_sym_const] = ACTIONS(784), + [anon_sym_restrict] = ACTIONS(784), + [anon_sym_volatile] = ACTIONS(784), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(782), + [anon_sym_TILDE] = ACTIONS(782), + [anon_sym_PLUS] = ACTIONS(784), + [anon_sym_DASH] = ACTIONS(784), + [anon_sym_DASH_DASH] = ACTIONS(782), + [anon_sym_PLUS_PLUS] = ACTIONS(782), + [anon_sym_sizeof] = ACTIONS(784), + [sym_number_literal] = ACTIONS(784), + [sym_char_literal] = ACTIONS(784), + [sym_string_literal] = ACTIONS(782), + [sym_identifier] = ACTIONS(786), + [sym_true] = ACTIONS(782), + [sym_false] = ACTIONS(782), + [sym_null] = ACTIONS(784), [sym_comment] = ACTIONS(44), }, [991] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1191), - [sym_preproc_directive] = ACTIONS(1193), - [anon_sym_typedef] = ACTIONS(1191), - [anon_sym_extern] = ACTIONS(1191), - [anon_sym_static] = ACTIONS(1191), - [anon_sym_auto] = ACTIONS(1191), - [anon_sym_register] = ACTIONS(1191), - [anon_sym_inline] = ACTIONS(1191), - [anon_sym_const] = ACTIONS(1191), - [anon_sym_restrict] = ACTIONS(1191), - [anon_sym_volatile] = ACTIONS(1191), - [anon_sym_unsigned] = ACTIONS(1191), - [anon_sym_long] = ACTIONS(1191), - [anon_sym_short] = ACTIONS(1191), - [sym_primitive_type] = ACTIONS(1191), - [anon_sym_enum] = ACTIONS(1191), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_union] = ACTIONS(1191), - [sym_identifier] = ACTIONS(1193), + [sym_enumerator] = STATE(360), + [anon_sym_RBRACE] = ACTIONS(2347), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [992] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1197), - [sym_preproc_directive] = ACTIONS(1199), - [anon_sym_typedef] = ACTIONS(1197), - [anon_sym_extern] = ACTIONS(1197), - [anon_sym_static] = ACTIONS(1197), - [anon_sym_auto] = ACTIONS(1197), - [anon_sym_register] = ACTIONS(1197), - [anon_sym_inline] = ACTIONS(1197), - [anon_sym_const] = ACTIONS(1197), - [anon_sym_restrict] = ACTIONS(1197), - [anon_sym_volatile] = ACTIONS(1197), - [anon_sym_unsigned] = ACTIONS(1197), - [anon_sym_long] = ACTIONS(1197), - [anon_sym_short] = ACTIONS(1197), - [sym_primitive_type] = ACTIONS(1197), - [anon_sym_enum] = ACTIONS(1197), - [anon_sym_struct] = ACTIONS(1197), - [anon_sym_union] = ACTIONS(1197), - [sym_identifier] = ACTIONS(1199), + [anon_sym_COMMA] = ACTIONS(2349), + [anon_sym_RBRACE] = ACTIONS(2347), [sym_comment] = ACTIONS(44), }, [993] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1203), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1203), - [sym_preproc_directive] = ACTIONS(1205), - [anon_sym_typedef] = ACTIONS(1203), - [anon_sym_extern] = ACTIONS(1203), - [anon_sym_static] = ACTIONS(1203), - [anon_sym_auto] = ACTIONS(1203), - [anon_sym_register] = ACTIONS(1203), - [anon_sym_inline] = ACTIONS(1203), - [anon_sym_const] = ACTIONS(1203), - [anon_sym_restrict] = ACTIONS(1203), - [anon_sym_volatile] = ACTIONS(1203), - [anon_sym_unsigned] = ACTIONS(1203), - [anon_sym_long] = ACTIONS(1203), - [anon_sym_short] = ACTIONS(1203), - [sym_primitive_type] = ACTIONS(1203), - [anon_sym_enum] = ACTIONS(1203), - [anon_sym_struct] = ACTIONS(1203), - [anon_sym_union] = ACTIONS(1203), - [sym_identifier] = ACTIONS(1205), + [anon_sym_LPAREN] = ACTIONS(844), + [anon_sym_extern] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(844), + [anon_sym_RBRACK] = ACTIONS(844), + [anon_sym_static] = ACTIONS(846), + [anon_sym_auto] = ACTIONS(846), + [anon_sym_register] = ACTIONS(846), + [anon_sym_inline] = ACTIONS(846), + [anon_sym_const] = ACTIONS(846), + [anon_sym_restrict] = ACTIONS(846), + [anon_sym_volatile] = ACTIONS(846), + [anon_sym_AMP] = ACTIONS(844), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_DASH_DASH] = ACTIONS(844), + [anon_sym_PLUS_PLUS] = ACTIONS(844), + [anon_sym_sizeof] = ACTIONS(846), + [sym_number_literal] = ACTIONS(846), + [sym_char_literal] = ACTIONS(846), + [sym_string_literal] = ACTIONS(844), + [sym_identifier] = ACTIONS(848), + [sym_true] = ACTIONS(844), + [sym_false] = ACTIONS(844), + [sym_null] = ACTIONS(846), [sym_comment] = ACTIONS(44), }, [994] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [sym_identifier] = ACTIONS(1221), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(2351), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_RBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2351), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2353), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [995] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1225), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1225), - [anon_sym_extern] = ACTIONS(1225), - [anon_sym_static] = ACTIONS(1225), - [anon_sym_auto] = ACTIONS(1225), - [anon_sym_register] = ACTIONS(1225), - [anon_sym_inline] = ACTIONS(1225), - [anon_sym_const] = ACTIONS(1225), - [anon_sym_restrict] = ACTIONS(1225), - [anon_sym_volatile] = ACTIONS(1225), - [anon_sym_unsigned] = ACTIONS(1225), - [anon_sym_long] = ACTIONS(1225), - [anon_sym_short] = ACTIONS(1225), - [sym_primitive_type] = ACTIONS(1225), - [anon_sym_enum] = ACTIONS(1225), - [anon_sym_struct] = ACTIONS(1225), - [anon_sym_union] = ACTIONS(1225), - [sym_identifier] = ACTIONS(1227), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_extern] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_RBRACK] = ACTIONS(868), + [anon_sym_static] = ACTIONS(870), + [anon_sym_auto] = ACTIONS(870), + [anon_sym_register] = ACTIONS(870), + [anon_sym_inline] = ACTIONS(870), + [anon_sym_const] = ACTIONS(870), + [anon_sym_restrict] = ACTIONS(870), + [anon_sym_volatile] = ACTIONS(870), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_BANG] = ACTIONS(868), + [anon_sym_TILDE] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(870), + [anon_sym_DASH] = ACTIONS(870), + [anon_sym_DASH_DASH] = ACTIONS(868), + [anon_sym_PLUS_PLUS] = ACTIONS(868), + [anon_sym_sizeof] = ACTIONS(870), + [sym_number_literal] = ACTIONS(870), + [sym_char_literal] = ACTIONS(870), + [sym_string_literal] = ACTIONS(868), + [sym_identifier] = ACTIONS(872), + [sym_true] = ACTIONS(868), + [sym_false] = ACTIONS(868), + [sym_null] = ACTIONS(870), [sym_comment] = ACTIONS(44), }, [996] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [sym_identifier] = ACTIONS(1581), + [sym__expression] = STATE(1150), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_AMP] = ACTIONS(614), + [anon_sym_BANG] = ACTIONS(628), + [anon_sym_TILDE] = ACTIONS(630), + [anon_sym_PLUS] = ACTIONS(632), + [anon_sym_DASH] = ACTIONS(632), + [anon_sym_DASH_DASH] = ACTIONS(634), + [anon_sym_PLUS_PLUS] = ACTIONS(634), + [anon_sym_sizeof] = ACTIONS(636), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [997] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_COMMA] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_RBRACE] = ACTIONS(2291), - [anon_sym_STAR] = ACTIONS(2329), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2329), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2331), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LBRACK] = ACTIONS(2355), + [anon_sym_EQ] = ACTIONS(2355), + [anon_sym_DOT] = ACTIONS(2355), [sym_comment] = ACTIONS(44), }, [998] = { - [sym__expression] = STATE(1137), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(2357), + [anon_sym_COMMA] = ACTIONS(2357), + [anon_sym_RPAREN] = ACTIONS(2357), + [anon_sym_SEMI] = ACTIONS(2357), + [anon_sym_RBRACE] = ACTIONS(2357), + [anon_sym_STAR] = ACTIONS(2359), + [anon_sym_LBRACK] = ACTIONS(2357), + [anon_sym_RBRACK] = ACTIONS(2357), + [anon_sym_EQ] = ACTIONS(2359), + [anon_sym_COLON] = ACTIONS(2357), + [anon_sym_QMARK] = ACTIONS(2357), + [anon_sym_STAR_EQ] = ACTIONS(2357), + [anon_sym_SLASH_EQ] = ACTIONS(2357), + [anon_sym_PERCENT_EQ] = ACTIONS(2357), + [anon_sym_PLUS_EQ] = ACTIONS(2357), + [anon_sym_DASH_EQ] = ACTIONS(2357), + [anon_sym_LT_LT_EQ] = ACTIONS(2357), + [anon_sym_GT_GT_EQ] = ACTIONS(2357), + [anon_sym_AMP_EQ] = ACTIONS(2357), + [anon_sym_CARET_EQ] = ACTIONS(2357), + [anon_sym_PIPE_EQ] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2359), + [anon_sym_PIPE_PIPE] = ACTIONS(2357), + [anon_sym_AMP_AMP] = ACTIONS(2357), + [anon_sym_PIPE] = ACTIONS(2359), + [anon_sym_CARET] = ACTIONS(2359), + [anon_sym_EQ_EQ] = ACTIONS(2357), + [anon_sym_BANG_EQ] = ACTIONS(2357), + [anon_sym_LT] = ACTIONS(2359), + [anon_sym_GT] = ACTIONS(2359), + [anon_sym_LT_EQ] = ACTIONS(2357), + [anon_sym_GT_EQ] = ACTIONS(2357), + [anon_sym_LT_LT] = ACTIONS(2359), + [anon_sym_GT_GT] = ACTIONS(2359), + [anon_sym_PLUS] = ACTIONS(2359), + [anon_sym_DASH] = ACTIONS(2359), + [anon_sym_SLASH] = ACTIONS(2359), + [anon_sym_PERCENT] = ACTIONS(2359), + [anon_sym_DASH_DASH] = ACTIONS(2357), + [anon_sym_PLUS_PLUS] = ACTIONS(2357), + [anon_sym_DOT] = ACTIONS(2357), + [anon_sym_DASH_GT] = ACTIONS(2357), [sym_comment] = ACTIONS(44), }, [999] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(2333), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2333), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2335), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2361), + [anon_sym_RBRACE] = ACTIONS(2361), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1000] = { - [sym__expression] = STATE(1138), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2361), + [anon_sym_RBRACE] = ACTIONS(2361), [sym_comment] = ACTIONS(44), }, [1001] = { - [anon_sym_LPAREN] = ACTIONS(2337), - [anon_sym_COMMA] = ACTIONS(2337), - [anon_sym_RPAREN] = ACTIONS(2337), - [anon_sym_SEMI] = ACTIONS(2337), - [anon_sym_LBRACK] = ACTIONS(2337), - [anon_sym_COLON] = ACTIONS(2337), + [sym_designator] = STATE(778), + [anon_sym_LBRACK] = ACTIONS(1129), + [anon_sym_EQ] = ACTIONS(2363), + [anon_sym_DOT] = ACTIONS(1131), [sym_comment] = ACTIONS(44), }, [1002] = { - [anon_sym_extern] = ACTIONS(2339), - [anon_sym_RBRACE] = ACTIONS(2341), - [anon_sym_static] = ACTIONS(2339), - [anon_sym_auto] = ACTIONS(2339), - [anon_sym_register] = ACTIONS(2339), - [anon_sym_inline] = ACTIONS(2339), - [anon_sym_const] = ACTIONS(2339), - [anon_sym_restrict] = ACTIONS(2339), - [anon_sym_volatile] = ACTIONS(2339), - [anon_sym_unsigned] = ACTIONS(2339), - [anon_sym_long] = ACTIONS(2339), - [anon_sym_short] = ACTIONS(2339), - [sym_primitive_type] = ACTIONS(2339), - [anon_sym_enum] = ACTIONS(2339), - [anon_sym_struct] = ACTIONS(2339), - [anon_sym_union] = ACTIONS(2339), - [sym_identifier] = ACTIONS(2343), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1145), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_inline] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [anon_sym_unsigned] = ACTIONS(1143), + [anon_sym_long] = ACTIONS(1143), + [anon_sym_short] = ACTIONS(1143), + [sym_primitive_type] = ACTIONS(1143), + [anon_sym_enum] = ACTIONS(1143), + [anon_sym_struct] = ACTIONS(1143), + [anon_sym_union] = ACTIONS(1143), + [sym_identifier] = ACTIONS(1145), [sym_comment] = ACTIONS(44), }, [1003] = { - [anon_sym_LPAREN] = ACTIONS(2345), - [anon_sym_COMMA] = ACTIONS(2345), - [anon_sym_RPAREN] = ACTIONS(2345), - [anon_sym_LBRACK] = ACTIONS(2345), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1159), + [sym_preproc_directive] = ACTIONS(1161), + [anon_sym_typedef] = ACTIONS(1159), + [anon_sym_extern] = ACTIONS(1159), + [anon_sym_static] = ACTIONS(1159), + [anon_sym_auto] = ACTIONS(1159), + [anon_sym_register] = ACTIONS(1159), + [anon_sym_inline] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1159), + [anon_sym_restrict] = ACTIONS(1159), + [anon_sym_volatile] = ACTIONS(1159), + [anon_sym_unsigned] = ACTIONS(1159), + [anon_sym_long] = ACTIONS(1159), + [anon_sym_short] = ACTIONS(1159), + [sym_primitive_type] = ACTIONS(1159), + [anon_sym_enum] = ACTIONS(1159), + [anon_sym_struct] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1159), + [sym_identifier] = ACTIONS(1161), [sym_comment] = ACTIONS(44), }, [1004] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1123), - [anon_sym_LPAREN] = ACTIONS(1121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1123), - [sym_preproc_directive] = ACTIONS(1125), - [anon_sym_SEMI] = ACTIONS(1121), - [anon_sym_typedef] = ACTIONS(1123), - [anon_sym_extern] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_RBRACE] = ACTIONS(1121), - [anon_sym_STAR] = ACTIONS(1121), - [anon_sym_static] = ACTIONS(1123), - [anon_sym_auto] = ACTIONS(1123), - [anon_sym_register] = ACTIONS(1123), - [anon_sym_inline] = ACTIONS(1123), - [anon_sym_const] = ACTIONS(1123), - [anon_sym_restrict] = ACTIONS(1123), - [anon_sym_volatile] = ACTIONS(1123), - [anon_sym_unsigned] = ACTIONS(1123), - [anon_sym_long] = ACTIONS(1123), - [anon_sym_short] = ACTIONS(1123), - [sym_primitive_type] = ACTIONS(1123), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_struct] = ACTIONS(1123), - [anon_sym_union] = ACTIONS(1123), - [anon_sym_if] = ACTIONS(1123), - [anon_sym_switch] = ACTIONS(1123), - [anon_sym_case] = ACTIONS(1123), - [anon_sym_default] = ACTIONS(1123), - [anon_sym_while] = ACTIONS(1123), - [anon_sym_do] = ACTIONS(1123), - [anon_sym_for] = ACTIONS(1123), - [anon_sym_return] = ACTIONS(1123), - [anon_sym_break] = ACTIONS(1123), - [anon_sym_continue] = ACTIONS(1123), - [anon_sym_goto] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_TILDE] = ACTIONS(1121), - [anon_sym_PLUS] = ACTIONS(1123), - [anon_sym_DASH] = ACTIONS(1123), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_sizeof] = ACTIONS(1123), - [sym_number_literal] = ACTIONS(1123), - [sym_char_literal] = ACTIONS(1123), - [sym_string_literal] = ACTIONS(1121), - [sym_identifier] = ACTIONS(1125), - [sym_true] = ACTIONS(1121), - [sym_false] = ACTIONS(1121), - [sym_null] = ACTIONS(1123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1215), + [sym_preproc_directive] = ACTIONS(1217), + [anon_sym_typedef] = ACTIONS(1215), + [anon_sym_extern] = ACTIONS(1215), + [anon_sym_static] = ACTIONS(1215), + [anon_sym_auto] = ACTIONS(1215), + [anon_sym_register] = ACTIONS(1215), + [anon_sym_inline] = ACTIONS(1215), + [anon_sym_const] = ACTIONS(1215), + [anon_sym_restrict] = ACTIONS(1215), + [anon_sym_volatile] = ACTIONS(1215), + [anon_sym_unsigned] = ACTIONS(1215), + [anon_sym_long] = ACTIONS(1215), + [anon_sym_short] = ACTIONS(1215), + [sym_primitive_type] = ACTIONS(1215), + [anon_sym_enum] = ACTIONS(1215), + [anon_sym_struct] = ACTIONS(1215), + [anon_sym_union] = ACTIONS(1215), + [sym_identifier] = ACTIONS(1217), [sym_comment] = ACTIONS(44), }, [1005] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1139), - [anon_sym_LPAREN] = ACTIONS(1137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1141), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_typedef] = ACTIONS(1139), - [anon_sym_extern] = ACTIONS(1139), - [anon_sym_LBRACE] = ACTIONS(1137), - [anon_sym_RBRACE] = ACTIONS(1137), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_static] = ACTIONS(1139), - [anon_sym_auto] = ACTIONS(1139), - [anon_sym_register] = ACTIONS(1139), - [anon_sym_inline] = ACTIONS(1139), - [anon_sym_const] = ACTIONS(1139), - [anon_sym_restrict] = ACTIONS(1139), - [anon_sym_volatile] = ACTIONS(1139), - [anon_sym_unsigned] = ACTIONS(1139), - [anon_sym_long] = ACTIONS(1139), - [anon_sym_short] = ACTIONS(1139), - [sym_primitive_type] = ACTIONS(1139), - [anon_sym_enum] = ACTIONS(1139), - [anon_sym_struct] = ACTIONS(1139), - [anon_sym_union] = ACTIONS(1139), - [anon_sym_if] = ACTIONS(1139), - [anon_sym_switch] = ACTIONS(1139), - [anon_sym_case] = ACTIONS(1139), - [anon_sym_default] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1139), - [anon_sym_do] = ACTIONS(1139), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_return] = ACTIONS(1139), - [anon_sym_break] = ACTIONS(1139), - [anon_sym_continue] = ACTIONS(1139), - [anon_sym_goto] = ACTIONS(1139), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1137), - [anon_sym_TILDE] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_sizeof] = ACTIONS(1139), - [sym_number_literal] = ACTIONS(1139), - [sym_char_literal] = ACTIONS(1139), - [sym_string_literal] = ACTIONS(1137), - [sym_identifier] = ACTIONS(1141), - [sym_true] = ACTIONS(1137), - [sym_false] = ACTIONS(1137), - [sym_null] = ACTIONS(1139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1221), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1221), + [anon_sym_extern] = ACTIONS(1221), + [anon_sym_static] = ACTIONS(1221), + [anon_sym_auto] = ACTIONS(1221), + [anon_sym_register] = ACTIONS(1221), + [anon_sym_inline] = ACTIONS(1221), + [anon_sym_const] = ACTIONS(1221), + [anon_sym_restrict] = ACTIONS(1221), + [anon_sym_volatile] = ACTIONS(1221), + [anon_sym_unsigned] = ACTIONS(1221), + [anon_sym_long] = ACTIONS(1221), + [anon_sym_short] = ACTIONS(1221), + [sym_primitive_type] = ACTIONS(1221), + [anon_sym_enum] = ACTIONS(1221), + [anon_sym_struct] = ACTIONS(1221), + [anon_sym_union] = ACTIONS(1221), + [sym_identifier] = ACTIONS(1223), [sym_comment] = ACTIONS(44), }, [1006] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_COMMA] = ACTIONS(2291), - [anon_sym_RPAREN] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(2347), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2347), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2349), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1229), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1229), [sym_comment] = ACTIONS(44), }, [1007] = { - [sym__expression] = STATE(1139), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [sym_identifier] = ACTIONS(1245), [sym_comment] = ACTIONS(44), }, [1008] = { - [sym_preproc_arg] = ACTIONS(2351), - [sym_comment] = ACTIONS(54), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1249), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1249), + [anon_sym_extern] = ACTIONS(1249), + [anon_sym_static] = ACTIONS(1249), + [anon_sym_auto] = ACTIONS(1249), + [anon_sym_register] = ACTIONS(1249), + [anon_sym_inline] = ACTIONS(1249), + [anon_sym_const] = ACTIONS(1249), + [anon_sym_restrict] = ACTIONS(1249), + [anon_sym_volatile] = ACTIONS(1249), + [anon_sym_unsigned] = ACTIONS(1249), + [anon_sym_long] = ACTIONS(1249), + [anon_sym_short] = ACTIONS(1249), + [sym_primitive_type] = ACTIONS(1249), + [anon_sym_enum] = ACTIONS(1249), + [anon_sym_struct] = ACTIONS(1249), + [anon_sym_union] = ACTIONS(1249), + [sym_identifier] = ACTIONS(1251), + [sym_comment] = ACTIONS(44), }, [1009] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), - [anon_sym_LPAREN] = ACTIONS(340), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(342), - [sym_preproc_directive] = ACTIONS(344), - [anon_sym_SEMI] = ACTIONS(340), - [anon_sym_typedef] = ACTIONS(342), - [anon_sym_extern] = ACTIONS(342), - [anon_sym_LBRACE] = ACTIONS(340), - [anon_sym_STAR] = ACTIONS(340), - [anon_sym_static] = ACTIONS(342), - [anon_sym_auto] = ACTIONS(342), - [anon_sym_register] = ACTIONS(342), - [anon_sym_inline] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_restrict] = ACTIONS(342), - [anon_sym_volatile] = ACTIONS(342), - [anon_sym_unsigned] = ACTIONS(342), - [anon_sym_long] = ACTIONS(342), - [anon_sym_short] = ACTIONS(342), - [sym_primitive_type] = ACTIONS(342), - [anon_sym_enum] = ACTIONS(342), - [anon_sym_struct] = ACTIONS(342), - [anon_sym_union] = ACTIONS(342), - [anon_sym_if] = ACTIONS(342), - [anon_sym_switch] = ACTIONS(342), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(342), - [anon_sym_while] = ACTIONS(342), - [anon_sym_do] = ACTIONS(342), - [anon_sym_for] = ACTIONS(342), - [anon_sym_return] = ACTIONS(342), - [anon_sym_break] = ACTIONS(342), - [anon_sym_continue] = ACTIONS(342), - [anon_sym_goto] = ACTIONS(342), - [anon_sym_AMP] = ACTIONS(340), - [anon_sym_BANG] = ACTIONS(340), - [anon_sym_TILDE] = ACTIONS(340), - [anon_sym_PLUS] = ACTIONS(342), - [anon_sym_DASH] = ACTIONS(342), - [anon_sym_DASH_DASH] = ACTIONS(340), - [anon_sym_PLUS_PLUS] = ACTIONS(340), - [anon_sym_sizeof] = ACTIONS(342), - [sym_number_literal] = ACTIONS(342), - [sym_char_literal] = ACTIONS(342), - [sym_string_literal] = ACTIONS(340), - [sym_identifier] = ACTIONS(344), - [sym_true] = ACTIONS(340), - [sym_false] = ACTIONS(340), - [sym_null] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1607), [sym_comment] = ACTIONS(44), }, [1010] = { - [anon_sym_LF] = ACTIONS(2353), - [sym_preproc_arg] = ACTIONS(2355), - [sym_comment] = ACTIONS(54), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_STAR] = ACTIONS(2365), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2365), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2367), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), }, [1011] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1763), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1761), - [sym_preproc_directive] = ACTIONS(1765), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_typedef] = ACTIONS(1761), - [anon_sym_extern] = ACTIONS(1761), - [anon_sym_LBRACE] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1761), - [anon_sym_auto] = ACTIONS(1761), - [anon_sym_register] = ACTIONS(1761), - [anon_sym_inline] = ACTIONS(1761), - [anon_sym_const] = ACTIONS(1761), - [anon_sym_restrict] = ACTIONS(1761), - [anon_sym_volatile] = ACTIONS(1761), - [anon_sym_unsigned] = ACTIONS(1761), - [anon_sym_long] = ACTIONS(1761), - [anon_sym_short] = ACTIONS(1761), - [sym_primitive_type] = ACTIONS(1761), - [anon_sym_enum] = ACTIONS(1761), - [anon_sym_struct] = ACTIONS(1761), - [anon_sym_union] = ACTIONS(1761), - [anon_sym_if] = ACTIONS(1761), - [anon_sym_switch] = ACTIONS(1761), - [anon_sym_case] = ACTIONS(1761), - [anon_sym_default] = ACTIONS(1761), - [anon_sym_while] = ACTIONS(1761), - [anon_sym_do] = ACTIONS(1761), - [anon_sym_for] = ACTIONS(1761), - [anon_sym_return] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1761), - [anon_sym_continue] = ACTIONS(1761), - [anon_sym_goto] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_BANG] = ACTIONS(1763), - [anon_sym_TILDE] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1761), - [anon_sym_DASH_DASH] = ACTIONS(1763), - [anon_sym_PLUS_PLUS] = ACTIONS(1763), - [anon_sym_sizeof] = ACTIONS(1761), - [sym_number_literal] = ACTIONS(1761), - [sym_char_literal] = ACTIONS(1761), - [sym_string_literal] = ACTIONS(1763), - [sym_identifier] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1761), + [sym__expression] = STATE(1152), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1012] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2357), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(2369), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2369), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2371), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1013] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2359), + [sym__expression] = STATE(1153), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1014] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1146), - [sym_preproc_else_in_compound_statement] = STATE(1147), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), - [sym_macro_type_specifier] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(2373), + [anon_sym_COMMA] = ACTIONS(2373), + [anon_sym_RPAREN] = ACTIONS(2373), + [anon_sym_SEMI] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2373), + [anon_sym_COLON] = ACTIONS(2373), [sym_comment] = ACTIONS(44), }, [1015] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1851), - [anon_sym_LPAREN] = ACTIONS(1853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_auto] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_AMP] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1851), - [sym_char_literal] = ACTIONS(1851), - [sym_string_literal] = ACTIONS(1853), - [sym_identifier] = ACTIONS(1855), - [sym_true] = ACTIONS(1853), - [sym_false] = ACTIONS(1853), - [sym_null] = ACTIONS(1851), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2377), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_auto] = ACTIONS(2375), + [anon_sym_register] = ACTIONS(2375), + [anon_sym_inline] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_restrict] = ACTIONS(2375), + [anon_sym_volatile] = ACTIONS(2375), + [anon_sym_unsigned] = ACTIONS(2375), + [anon_sym_long] = ACTIONS(2375), + [anon_sym_short] = ACTIONS(2375), + [sym_primitive_type] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_union] = ACTIONS(2375), + [sym_identifier] = ACTIONS(2379), [sym_comment] = ACTIONS(44), }, [1016] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2363), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_RPAREN] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), [sym_comment] = ACTIONS(44), }, [1017] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2365), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(1141), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1145), + [anon_sym_SEMI] = ACTIONS(1141), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_LBRACE] = ACTIONS(1141), + [anon_sym_RBRACE] = ACTIONS(1141), + [anon_sym_STAR] = ACTIONS(1141), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_inline] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [anon_sym_unsigned] = ACTIONS(1143), + [anon_sym_long] = ACTIONS(1143), + [anon_sym_short] = ACTIONS(1143), + [sym_primitive_type] = ACTIONS(1143), + [anon_sym_enum] = ACTIONS(1143), + [anon_sym_struct] = ACTIONS(1143), + [anon_sym_union] = ACTIONS(1143), + [anon_sym_if] = ACTIONS(1143), + [anon_sym_switch] = ACTIONS(1143), + [anon_sym_case] = ACTIONS(1143), + [anon_sym_default] = ACTIONS(1143), + [anon_sym_while] = ACTIONS(1143), + [anon_sym_do] = ACTIONS(1143), + [anon_sym_for] = ACTIONS(1143), + [anon_sym_return] = ACTIONS(1143), + [anon_sym_break] = ACTIONS(1143), + [anon_sym_continue] = ACTIONS(1143), + [anon_sym_goto] = ACTIONS(1143), + [anon_sym_AMP] = ACTIONS(1141), + [anon_sym_BANG] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1141), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_DASH_DASH] = ACTIONS(1141), + [anon_sym_PLUS_PLUS] = ACTIONS(1141), + [anon_sym_sizeof] = ACTIONS(1143), + [sym_number_literal] = ACTIONS(1143), + [sym_char_literal] = ACTIONS(1143), + [sym_string_literal] = ACTIONS(1141), + [sym_identifier] = ACTIONS(1145), + [sym_true] = ACTIONS(1141), + [sym_false] = ACTIONS(1141), + [sym_null] = ACTIONS(1143), [sym_comment] = ACTIONS(44), }, [1018] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1151), - [sym_preproc_else_in_compound_statement] = STATE(1152), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1159), + [sym_preproc_directive] = ACTIONS(1161), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_typedef] = ACTIONS(1159), + [anon_sym_extern] = ACTIONS(1159), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_RBRACE] = ACTIONS(1157), + [anon_sym_STAR] = ACTIONS(1157), + [anon_sym_static] = ACTIONS(1159), + [anon_sym_auto] = ACTIONS(1159), + [anon_sym_register] = ACTIONS(1159), + [anon_sym_inline] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1159), + [anon_sym_restrict] = ACTIONS(1159), + [anon_sym_volatile] = ACTIONS(1159), + [anon_sym_unsigned] = ACTIONS(1159), + [anon_sym_long] = ACTIONS(1159), + [anon_sym_short] = ACTIONS(1159), + [sym_primitive_type] = ACTIONS(1159), + [anon_sym_enum] = ACTIONS(1159), + [anon_sym_struct] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1159), + [anon_sym_if] = ACTIONS(1159), + [anon_sym_switch] = ACTIONS(1159), + [anon_sym_case] = ACTIONS(1159), + [anon_sym_default] = ACTIONS(1159), + [anon_sym_while] = ACTIONS(1159), + [anon_sym_do] = ACTIONS(1159), + [anon_sym_for] = ACTIONS(1159), + [anon_sym_return] = ACTIONS(1159), + [anon_sym_break] = ACTIONS(1159), + [anon_sym_continue] = ACTIONS(1159), + [anon_sym_goto] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1157), + [anon_sym_BANG] = ACTIONS(1157), + [anon_sym_TILDE] = ACTIONS(1157), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1157), + [anon_sym_PLUS_PLUS] = ACTIONS(1157), + [anon_sym_sizeof] = ACTIONS(1159), + [sym_number_literal] = ACTIONS(1159), + [sym_char_literal] = ACTIONS(1159), + [sym_string_literal] = ACTIONS(1157), + [sym_identifier] = ACTIONS(1161), + [sym_true] = ACTIONS(1157), + [sym_false] = ACTIONS(1157), + [sym_null] = ACTIONS(1159), + [sym_comment] = ACTIONS(44), + }, + [1019] = { + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_COMMA] = ACTIONS(2327), + [anon_sym_RPAREN] = ACTIONS(2327), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(2383), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2383), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2385), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1020] = { + [sym__expression] = STATE(1154), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1021] = { + [sym_preproc_arg] = ACTIONS(2387), + [sym_comment] = ACTIONS(54), + }, + [1022] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(346), + [anon_sym_LPAREN] = ACTIONS(344), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(346), + [sym_preproc_directive] = ACTIONS(348), + [anon_sym_SEMI] = ACTIONS(344), + [anon_sym_typedef] = ACTIONS(346), + [anon_sym_extern] = ACTIONS(346), + [anon_sym_LBRACE] = ACTIONS(344), + [anon_sym_STAR] = ACTIONS(344), + [anon_sym_static] = ACTIONS(346), + [anon_sym_auto] = ACTIONS(346), + [anon_sym_register] = ACTIONS(346), + [anon_sym_inline] = ACTIONS(346), + [anon_sym_const] = ACTIONS(346), + [anon_sym_restrict] = ACTIONS(346), + [anon_sym_volatile] = ACTIONS(346), + [anon_sym_unsigned] = ACTIONS(346), + [anon_sym_long] = ACTIONS(346), + [anon_sym_short] = ACTIONS(346), + [sym_primitive_type] = ACTIONS(346), + [anon_sym_enum] = ACTIONS(346), + [anon_sym_struct] = ACTIONS(346), + [anon_sym_union] = ACTIONS(346), + [anon_sym_if] = ACTIONS(346), + [anon_sym_switch] = ACTIONS(346), + [anon_sym_case] = ACTIONS(346), + [anon_sym_default] = ACTIONS(346), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(346), + [anon_sym_for] = ACTIONS(346), + [anon_sym_return] = ACTIONS(346), + [anon_sym_break] = ACTIONS(346), + [anon_sym_continue] = ACTIONS(346), + [anon_sym_goto] = ACTIONS(346), + [anon_sym_AMP] = ACTIONS(344), + [anon_sym_BANG] = ACTIONS(344), + [anon_sym_TILDE] = ACTIONS(344), + [anon_sym_PLUS] = ACTIONS(346), + [anon_sym_DASH] = ACTIONS(346), + [anon_sym_DASH_DASH] = ACTIONS(344), + [anon_sym_PLUS_PLUS] = ACTIONS(344), + [anon_sym_sizeof] = ACTIONS(346), + [sym_number_literal] = ACTIONS(346), + [sym_char_literal] = ACTIONS(346), + [sym_string_literal] = ACTIONS(344), + [sym_identifier] = ACTIONS(348), + [sym_true] = ACTIONS(344), + [sym_false] = ACTIONS(344), + [sym_null] = ACTIONS(346), + [sym_comment] = ACTIONS(44), + }, + [1023] = { + [anon_sym_LF] = ACTIONS(2389), + [sym_preproc_arg] = ACTIONS(2391), + [sym_comment] = ACTIONS(54), + }, + [1024] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1789), + [anon_sym_LPAREN] = ACTIONS(1791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1789), + [sym_preproc_directive] = ACTIONS(1793), + [anon_sym_SEMI] = ACTIONS(1791), + [anon_sym_typedef] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1789), + [anon_sym_LBRACE] = ACTIONS(1791), + [anon_sym_STAR] = ACTIONS(1791), + [anon_sym_static] = ACTIONS(1789), + [anon_sym_auto] = ACTIONS(1789), + [anon_sym_register] = ACTIONS(1789), + [anon_sym_inline] = ACTIONS(1789), + [anon_sym_const] = ACTIONS(1789), + [anon_sym_restrict] = ACTIONS(1789), + [anon_sym_volatile] = ACTIONS(1789), + [anon_sym_unsigned] = ACTIONS(1789), + [anon_sym_long] = ACTIONS(1789), + [anon_sym_short] = ACTIONS(1789), + [sym_primitive_type] = ACTIONS(1789), + [anon_sym_enum] = ACTIONS(1789), + [anon_sym_struct] = ACTIONS(1789), + [anon_sym_union] = ACTIONS(1789), + [anon_sym_if] = ACTIONS(1789), + [anon_sym_switch] = ACTIONS(1789), + [anon_sym_case] = ACTIONS(1789), + [anon_sym_default] = ACTIONS(1789), + [anon_sym_while] = ACTIONS(1789), + [anon_sym_do] = ACTIONS(1789), + [anon_sym_for] = ACTIONS(1789), + [anon_sym_return] = ACTIONS(1789), + [anon_sym_break] = ACTIONS(1789), + [anon_sym_continue] = ACTIONS(1789), + [anon_sym_goto] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1791), + [anon_sym_BANG] = ACTIONS(1791), + [anon_sym_TILDE] = ACTIONS(1791), + [anon_sym_PLUS] = ACTIONS(1789), + [anon_sym_DASH] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1791), + [anon_sym_PLUS_PLUS] = ACTIONS(1791), + [anon_sym_sizeof] = ACTIONS(1789), + [sym_number_literal] = ACTIONS(1789), + [sym_char_literal] = ACTIONS(1789), + [sym_string_literal] = ACTIONS(1791), + [sym_identifier] = ACTIONS(1793), + [sym_true] = ACTIONS(1791), + [sym_false] = ACTIONS(1791), + [sym_null] = ACTIONS(1789), + [sym_comment] = ACTIONS(44), + }, + [1025] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2393), + [sym_comment] = ACTIONS(44), + }, + [1026] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2395), + [sym_comment] = ACTIONS(44), + }, + [1027] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1161), + [sym_preproc_else_in_compound_statement] = STATE(1162), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -38608,56 +38630,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -38672,113 +38694,113 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1019] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1863), - [anon_sym_LPAREN] = ACTIONS(1865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_auto] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_AMP] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1863), - [sym_char_literal] = ACTIONS(1863), - [sym_string_literal] = ACTIONS(1865), - [sym_identifier] = ACTIONS(1867), - [sym_true] = ACTIONS(1865), - [sym_false] = ACTIONS(1865), - [sym_null] = ACTIONS(1863), + [1028] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(1883), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1881), + [sym_preproc_directive] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1883), + [anon_sym_typedef] = ACTIONS(1881), + [anon_sym_extern] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1883), + [anon_sym_STAR] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1881), + [anon_sym_auto] = ACTIONS(1881), + [anon_sym_register] = ACTIONS(1881), + [anon_sym_inline] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1881), + [anon_sym_restrict] = ACTIONS(1881), + [anon_sym_volatile] = ACTIONS(1881), + [anon_sym_unsigned] = ACTIONS(1881), + [anon_sym_long] = ACTIONS(1881), + [anon_sym_short] = ACTIONS(1881), + [sym_primitive_type] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_union] = ACTIONS(1881), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_switch] = ACTIONS(1881), + [anon_sym_case] = ACTIONS(1881), + [anon_sym_default] = ACTIONS(1881), + [anon_sym_while] = ACTIONS(1881), + [anon_sym_do] = ACTIONS(1881), + [anon_sym_for] = ACTIONS(1881), + [anon_sym_return] = ACTIONS(1881), + [anon_sym_break] = ACTIONS(1881), + [anon_sym_continue] = ACTIONS(1881), + [anon_sym_goto] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_BANG] = ACTIONS(1883), + [anon_sym_TILDE] = ACTIONS(1883), + [anon_sym_PLUS] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1883), + [anon_sym_PLUS_PLUS] = ACTIONS(1883), + [anon_sym_sizeof] = ACTIONS(1881), + [sym_number_literal] = ACTIONS(1881), + [sym_char_literal] = ACTIONS(1881), + [sym_string_literal] = ACTIONS(1883), + [sym_identifier] = ACTIONS(1885), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [sym_null] = ACTIONS(1881), [sym_comment] = ACTIONS(44), }, - [1020] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2369), + [1029] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2399), [sym_comment] = ACTIONS(44), }, - [1021] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2371), + [1030] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2401), [sym_comment] = ACTIONS(44), }, - [1022] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1156), - [sym_preproc_else_in_compound_statement] = STATE(1157), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [1031] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1166), + [sym_preproc_else_in_compound_statement] = STATE(1167), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -38786,56 +38808,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2373), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -38850,55 +38872,113 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1023] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2375), + [1032] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(1895), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1897), + [anon_sym_SEMI] = ACTIONS(1895), + [anon_sym_typedef] = ACTIONS(1893), + [anon_sym_extern] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1893), + [anon_sym_auto] = ACTIONS(1893), + [anon_sym_register] = ACTIONS(1893), + [anon_sym_inline] = ACTIONS(1893), + [anon_sym_const] = ACTIONS(1893), + [anon_sym_restrict] = ACTIONS(1893), + [anon_sym_volatile] = ACTIONS(1893), + [anon_sym_unsigned] = ACTIONS(1893), + [anon_sym_long] = ACTIONS(1893), + [anon_sym_short] = ACTIONS(1893), + [sym_primitive_type] = ACTIONS(1893), + [anon_sym_enum] = ACTIONS(1893), + [anon_sym_struct] = ACTIONS(1893), + [anon_sym_union] = ACTIONS(1893), + [anon_sym_if] = ACTIONS(1893), + [anon_sym_switch] = ACTIONS(1893), + [anon_sym_case] = ACTIONS(1893), + [anon_sym_default] = ACTIONS(1893), + [anon_sym_while] = ACTIONS(1893), + [anon_sym_do] = ACTIONS(1893), + [anon_sym_for] = ACTIONS(1893), + [anon_sym_return] = ACTIONS(1893), + [anon_sym_break] = ACTIONS(1893), + [anon_sym_continue] = ACTIONS(1893), + [anon_sym_goto] = ACTIONS(1893), + [anon_sym_AMP] = ACTIONS(1895), + [anon_sym_BANG] = ACTIONS(1895), + [anon_sym_TILDE] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1893), + [anon_sym_DASH] = ACTIONS(1893), + [anon_sym_DASH_DASH] = ACTIONS(1895), + [anon_sym_PLUS_PLUS] = ACTIONS(1895), + [anon_sym_sizeof] = ACTIONS(1893), + [sym_number_literal] = ACTIONS(1893), + [sym_char_literal] = ACTIONS(1893), + [sym_string_literal] = ACTIONS(1895), + [sym_identifier] = ACTIONS(1897), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [sym_null] = ACTIONS(1893), [sym_comment] = ACTIONS(44), }, - [1024] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2377), + [1033] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2405), [sym_comment] = ACTIONS(44), }, - [1025] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1158), - [sym_preproc_else_in_compound_statement] = STATE(1159), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [1034] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2407), + [sym_comment] = ACTIONS(44), + }, + [1035] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1171), + [sym_preproc_else_in_compound_statement] = STATE(1172), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -38906,56 +38986,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2379), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2409), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -38970,110 +39050,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1026] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(160), - [anon_sym_LPAREN] = ACTIONS(158), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(160), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(160), - [sym_preproc_directive] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(158), - [anon_sym_typedef] = ACTIONS(160), - [anon_sym_extern] = ACTIONS(160), - [anon_sym_LBRACE] = ACTIONS(158), - [anon_sym_STAR] = ACTIONS(158), - [anon_sym_static] = ACTIONS(160), - [anon_sym_auto] = ACTIONS(160), - [anon_sym_register] = ACTIONS(160), - [anon_sym_inline] = ACTIONS(160), - [anon_sym_const] = ACTIONS(160), - [anon_sym_restrict] = ACTIONS(160), - [anon_sym_volatile] = ACTIONS(160), - [anon_sym_unsigned] = ACTIONS(160), - [anon_sym_long] = ACTIONS(160), - [anon_sym_short] = ACTIONS(160), - [sym_primitive_type] = ACTIONS(160), - [anon_sym_enum] = ACTIONS(160), - [anon_sym_struct] = ACTIONS(160), - [anon_sym_union] = ACTIONS(160), - [anon_sym_if] = ACTIONS(160), - [anon_sym_switch] = ACTIONS(160), - [anon_sym_case] = ACTIONS(160), - [anon_sym_default] = ACTIONS(160), - [anon_sym_while] = ACTIONS(160), - [anon_sym_do] = ACTIONS(160), - [anon_sym_for] = ACTIONS(160), - [anon_sym_return] = ACTIONS(160), - [anon_sym_break] = ACTIONS(160), - [anon_sym_continue] = ACTIONS(160), - [anon_sym_goto] = ACTIONS(160), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_BANG] = ACTIONS(158), - [anon_sym_TILDE] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(160), - [anon_sym_DASH] = ACTIONS(160), - [anon_sym_DASH_DASH] = ACTIONS(158), - [anon_sym_PLUS_PLUS] = ACTIONS(158), - [anon_sym_sizeof] = ACTIONS(160), - [sym_number_literal] = ACTIONS(160), - [sym_char_literal] = ACTIONS(160), - [sym_string_literal] = ACTIONS(158), - [sym_identifier] = ACTIONS(162), - [sym_true] = ACTIONS(158), - [sym_false] = ACTIONS(158), - [sym_null] = ACTIONS(160), + [1036] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2411), [sym_comment] = ACTIONS(44), }, - [1027] = { - [sym_preproc_params] = STATE(1162), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2381), - [anon_sym_LF] = ACTIONS(2383), - [anon_sym_LPAREN] = ACTIONS(168), - [sym_comment] = ACTIONS(54), + [1037] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2413), + [sym_comment] = ACTIONS(44), }, - [1028] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1164), - [sym_preproc_else_in_compound_statement] = STATE(1165), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [1038] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1173), + [sym_preproc_else_in_compound_statement] = STATE(1174), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -39081,57 +39106,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1166), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2385), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -39146,47 +39170,110 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1029] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1168), - [sym_preproc_else_in_compound_statement] = STATE(1169), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [1039] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(162), + [anon_sym_LPAREN] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(162), + [sym_preproc_directive] = ACTIONS(164), + [anon_sym_SEMI] = ACTIONS(160), + [anon_sym_typedef] = ACTIONS(162), + [anon_sym_extern] = ACTIONS(162), + [anon_sym_LBRACE] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(160), + [anon_sym_static] = ACTIONS(162), + [anon_sym_auto] = ACTIONS(162), + [anon_sym_register] = ACTIONS(162), + [anon_sym_inline] = ACTIONS(162), + [anon_sym_const] = ACTIONS(162), + [anon_sym_restrict] = ACTIONS(162), + [anon_sym_volatile] = ACTIONS(162), + [anon_sym_unsigned] = ACTIONS(162), + [anon_sym_long] = ACTIONS(162), + [anon_sym_short] = ACTIONS(162), + [sym_primitive_type] = ACTIONS(162), + [anon_sym_enum] = ACTIONS(162), + [anon_sym_struct] = ACTIONS(162), + [anon_sym_union] = ACTIONS(162), + [anon_sym_if] = ACTIONS(162), + [anon_sym_switch] = ACTIONS(162), + [anon_sym_case] = ACTIONS(162), + [anon_sym_default] = ACTIONS(162), + [anon_sym_while] = ACTIONS(162), + [anon_sym_do] = ACTIONS(162), + [anon_sym_for] = ACTIONS(162), + [anon_sym_return] = ACTIONS(162), + [anon_sym_break] = ACTIONS(162), + [anon_sym_continue] = ACTIONS(162), + [anon_sym_goto] = ACTIONS(162), + [anon_sym_AMP] = ACTIONS(160), + [anon_sym_BANG] = ACTIONS(160), + [anon_sym_TILDE] = ACTIONS(160), + [anon_sym_PLUS] = ACTIONS(162), + [anon_sym_DASH] = ACTIONS(162), + [anon_sym_DASH_DASH] = ACTIONS(160), + [anon_sym_PLUS_PLUS] = ACTIONS(160), + [anon_sym_sizeof] = ACTIONS(162), + [sym_number_literal] = ACTIONS(162), + [sym_char_literal] = ACTIONS(162), + [sym_string_literal] = ACTIONS(160), + [sym_identifier] = ACTIONS(164), + [sym_true] = ACTIONS(160), + [sym_false] = ACTIONS(160), + [sym_null] = ACTIONS(162), + [sym_comment] = ACTIONS(44), + }, + [1040] = { + [sym_preproc_params] = STATE(1177), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2417), + [anon_sym_LF] = ACTIONS(2419), + [anon_sym_LPAREN] = ACTIONS(170), + [sym_comment] = ACTIONS(54), + }, + [1041] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1179), + [sym_preproc_else_in_compound_statement] = STATE(1180), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -39194,57 +39281,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1170), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1181), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -39259,47 +39346,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1030] = { - [sym_preproc_include] = STATE(652), - [sym_preproc_def] = STATE(652), - [sym_preproc_function_def] = STATE(652), - [sym_preproc_call] = STATE(652), - [sym_preproc_if_in_compound_statement] = STATE(653), - [sym_preproc_ifdef_in_compound_statement] = STATE(654), - [sym_preproc_elif_in_compound_statement] = STATE(1172), - [sym_preproc_else_in_compound_statement] = STATE(1173), - [sym_declaration] = STATE(652), - [sym_type_definition] = STATE(652), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(652), + [1042] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1183), + [sym_preproc_else_in_compound_statement] = STATE(1184), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -39307,57 +39394,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(652), - [sym_expression_statement] = STATE(652), - [sym_if_statement] = STATE(652), - [sym_switch_statement] = STATE(652), - [sym_case_statement] = STATE(652), - [sym_while_statement] = STATE(652), - [sym_do_statement] = STATE(652), - [sym_for_statement] = STATE(652), - [sym_return_statement] = STATE(652), - [sym_break_statement] = STATE(652), - [sym_continue_statement] = STATE(652), - [sym_goto_statement] = STATE(652), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(652), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1174), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1185), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2389), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -39372,189 +39459,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1031] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(198), - [anon_sym_LPAREN] = ACTIONS(196), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(198), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(198), - [sym_preproc_directive] = ACTIONS(200), - [anon_sym_SEMI] = ACTIONS(196), - [anon_sym_typedef] = ACTIONS(198), - [anon_sym_extern] = ACTIONS(198), - [anon_sym_LBRACE] = ACTIONS(196), - [anon_sym_STAR] = ACTIONS(196), - [anon_sym_static] = ACTIONS(198), - [anon_sym_auto] = ACTIONS(198), - [anon_sym_register] = ACTIONS(198), - [anon_sym_inline] = ACTIONS(198), - [anon_sym_const] = ACTIONS(198), - [anon_sym_restrict] = ACTIONS(198), - [anon_sym_volatile] = ACTIONS(198), - [anon_sym_unsigned] = ACTIONS(198), - [anon_sym_long] = ACTIONS(198), - [anon_sym_short] = ACTIONS(198), - [sym_primitive_type] = ACTIONS(198), - [anon_sym_enum] = ACTIONS(198), - [anon_sym_struct] = ACTIONS(198), - [anon_sym_union] = ACTIONS(198), - [anon_sym_if] = ACTIONS(198), - [anon_sym_switch] = ACTIONS(198), - [anon_sym_case] = ACTIONS(198), - [anon_sym_default] = ACTIONS(198), - [anon_sym_while] = ACTIONS(198), - [anon_sym_do] = ACTIONS(198), - [anon_sym_for] = ACTIONS(198), - [anon_sym_return] = ACTIONS(198), - [anon_sym_break] = ACTIONS(198), - [anon_sym_continue] = ACTIONS(198), - [anon_sym_goto] = ACTIONS(198), - [anon_sym_AMP] = ACTIONS(196), - [anon_sym_BANG] = ACTIONS(196), - [anon_sym_TILDE] = ACTIONS(196), - [anon_sym_PLUS] = ACTIONS(198), - [anon_sym_DASH] = ACTIONS(198), - [anon_sym_DASH_DASH] = ACTIONS(196), - [anon_sym_PLUS_PLUS] = ACTIONS(196), - [anon_sym_sizeof] = ACTIONS(198), - [sym_number_literal] = ACTIONS(198), - [sym_char_literal] = ACTIONS(198), - [sym_string_literal] = ACTIONS(196), - [sym_identifier] = ACTIONS(200), - [sym_true] = ACTIONS(196), - [sym_false] = ACTIONS(196), - [sym_null] = ACTIONS(198), - [sym_comment] = ACTIONS(44), - }, - [1032] = { - [sym__type_declarator] = STATE(1175), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), - [sym_comment] = ACTIONS(44), - }, - [1033] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(1176), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1034] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [anon_sym_LPAREN] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [anon_sym_if] = ACTIONS(912), - [anon_sym_switch] = ACTIONS(912), - [anon_sym_case] = ACTIONS(912), - [anon_sym_default] = ACTIONS(912), - [anon_sym_while] = ACTIONS(912), - [anon_sym_do] = ACTIONS(912), - [anon_sym_for] = ACTIONS(912), - [anon_sym_return] = ACTIONS(912), - [anon_sym_break] = ACTIONS(912), - [anon_sym_continue] = ACTIONS(912), - [anon_sym_goto] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_sizeof] = ACTIONS(912), - [sym_number_literal] = ACTIONS(912), - [sym_char_literal] = ACTIONS(912), - [sym_string_literal] = ACTIONS(910), - [sym_identifier] = ACTIONS(914), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(912), - [sym_comment] = ACTIONS(44), - }, - [1035] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [1043] = { + [sym_preproc_include] = STATE(661), + [sym_preproc_def] = STATE(661), + [sym_preproc_function_def] = STATE(661), + [sym_preproc_call] = STATE(661), + [sym_preproc_if_in_compound_statement] = STATE(662), + [sym_preproc_ifdef_in_compound_statement] = STATE(663), + [sym_preproc_elif_in_compound_statement] = STATE(1187), + [sym_preproc_else_in_compound_statement] = STATE(1188), + [sym_declaration] = STATE(661), + [sym_type_definition] = STATE(661), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(661), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -39562,54 +39507,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(661), + [sym_expression_statement] = STATE(661), + [sym_if_statement] = STATE(661), + [sym_switch_statement] = STATE(661), + [sym_case_statement] = STATE(661), + [sym_while_statement] = STATE(661), + [sym_do_statement] = STATE(661), + [sym_for_statement] = STATE(661), + [sym_return_statement] = STATE(661), + [sym_break_statement] = STATE(661), + [sym_continue_statement] = STATE(661), + [sym_goto_statement] = STATE(661), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(661), [sym_macro_type_specifier] = STATE(13), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1189), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2425), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2391), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -39624,156 +39572,193 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1036] = { - [sym__expression] = STATE(1178), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1044] = { + [sym_preproc_arg] = ACTIONS(2427), + [sym_comment] = ACTIONS(54), + }, + [1045] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(202), + [anon_sym_LPAREN] = ACTIONS(200), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(202), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(202), + [sym_preproc_directive] = ACTIONS(204), + [anon_sym_SEMI] = ACTIONS(200), + [anon_sym_typedef] = ACTIONS(202), + [anon_sym_extern] = ACTIONS(202), + [anon_sym_LBRACE] = ACTIONS(200), + [anon_sym_STAR] = ACTIONS(200), + [anon_sym_static] = ACTIONS(202), + [anon_sym_auto] = ACTIONS(202), + [anon_sym_register] = ACTIONS(202), + [anon_sym_inline] = ACTIONS(202), + [anon_sym_const] = ACTIONS(202), + [anon_sym_restrict] = ACTIONS(202), + [anon_sym_volatile] = ACTIONS(202), + [anon_sym_unsigned] = ACTIONS(202), + [anon_sym_long] = ACTIONS(202), + [anon_sym_short] = ACTIONS(202), + [sym_primitive_type] = ACTIONS(202), + [anon_sym_enum] = ACTIONS(202), + [anon_sym_struct] = ACTIONS(202), + [anon_sym_union] = ACTIONS(202), + [anon_sym_if] = ACTIONS(202), + [anon_sym_switch] = ACTIONS(202), + [anon_sym_case] = ACTIONS(202), + [anon_sym_default] = ACTIONS(202), + [anon_sym_while] = ACTIONS(202), + [anon_sym_do] = ACTIONS(202), + [anon_sym_for] = ACTIONS(202), + [anon_sym_return] = ACTIONS(202), + [anon_sym_break] = ACTIONS(202), + [anon_sym_continue] = ACTIONS(202), + [anon_sym_goto] = ACTIONS(202), + [anon_sym_AMP] = ACTIONS(200), + [anon_sym_BANG] = ACTIONS(200), + [anon_sym_TILDE] = ACTIONS(200), + [anon_sym_PLUS] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(202), + [anon_sym_DASH_DASH] = ACTIONS(200), + [anon_sym_PLUS_PLUS] = ACTIONS(200), + [anon_sym_sizeof] = ACTIONS(202), + [sym_number_literal] = ACTIONS(202), + [sym_char_literal] = ACTIONS(202), + [sym_string_literal] = ACTIONS(200), + [sym_identifier] = ACTIONS(204), + [sym_true] = ACTIONS(200), + [sym_false] = ACTIONS(200), + [sym_null] = ACTIONS(202), [sym_comment] = ACTIONS(44), }, - [1037] = { - [sym__expression] = STATE(1179), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1046] = { + [sym__type_declarator] = STATE(1191), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [1038] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2393), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1047] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(1192), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [1039] = { - [sym_declaration] = STATE(1182), - [sym_type_definition] = STATE(1182), - [sym__declaration_specifiers] = STATE(1183), - [sym_compound_statement] = STATE(1182), + [1048] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(932), + [sym_char_literal] = ACTIONS(932), + [sym_string_literal] = ACTIONS(930), + [sym_identifier] = ACTIONS(934), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(932), + [sym_comment] = ACTIONS(44), + }, + [1049] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -39781,46 +39766,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1182), - [sym_expression_statement] = STATE(1182), - [sym_if_statement] = STATE(1182), - [sym_switch_statement] = STATE(1182), - [sym_case_statement] = STATE(1182), - [sym_while_statement] = STATE(1182), - [sym_do_statement] = STATE(1182), - [sym_for_statement] = STATE(1182), - [sym_return_statement] = STATE(1182), - [sym_break_statement] = STATE(1182), - [sym_continue_statement] = STATE(1182), - [sym_goto_statement] = STATE(1182), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_typedef] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -39835,79 +39828,156 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2395), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1040] = { - [sym__expression] = STATE(1184), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1050] = { + [sym__expression] = STATE(1194), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1041] = { - [anon_sym_while] = ACTIONS(2397), + [1051] = { + [sym__expression] = STATE(1195), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1042] = { - [sym_declaration] = STATE(1186), - [sym__declaration_specifiers] = STATE(710), + [1052] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2431), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1053] = { + [sym_declaration] = STATE(1198), + [sym_type_definition] = STATE(1198), + [sym__declaration_specifiers] = STATE(1199), + [sym_compound_statement] = STATE(1198), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -39915,31 +39985,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(1187), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1198), + [sym_expression_statement] = STATE(1198), + [sym_if_statement] = STATE(1198), + [sym_switch_statement] = STATE(1198), + [sym_case_statement] = STATE(1198), + [sym_while_statement] = STATE(1198), + [sym_do_statement] = STATE(1198), + [sym_for_statement] = STATE(1198), + [sym_return_statement] = STATE(1198), + [sym_break_statement] = STATE(1198), + [sym_continue_statement] = STATE(1198), + [sym_goto_statement] = STATE(1198), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1817), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -39954,806 +40039,111 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1043] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1513), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1511), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_typedef] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_auto] = ACTIONS(1511), - [anon_sym_register] = ACTIONS(1511), - [anon_sym_inline] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_restrict] = ACTIONS(1511), - [anon_sym_volatile] = ACTIONS(1511), - [anon_sym_unsigned] = ACTIONS(1511), - [anon_sym_long] = ACTIONS(1511), - [anon_sym_short] = ACTIONS(1511), - [sym_primitive_type] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_switch] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_do] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_goto] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_sizeof] = ACTIONS(1511), - [sym_number_literal] = ACTIONS(1511), - [sym_char_literal] = ACTIONS(1511), - [sym_string_literal] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1511), - [sym_comment] = ACTIONS(44), - }, - [1044] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2401), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1045] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1519), - [sym_char_literal] = ACTIONS(1519), - [sym_string_literal] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [sym_true] = ACTIONS(1521), - [sym_false] = ACTIONS(1521), - [sym_null] = ACTIONS(1519), - [sym_comment] = ACTIONS(44), - }, - [1046] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1525), - [anon_sym_LPAREN] = ACTIONS(1527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1525), - [sym_char_literal] = ACTIONS(1525), - [sym_string_literal] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1525), - [sym_comment] = ACTIONS(44), - }, - [1047] = { - [anon_sym_SEMI] = ACTIONS(2403), - [sym_comment] = ACTIONS(44), - }, - [1048] = { - [sym_compound_statement] = STATE(1191), - [sym_labeled_statement] = STATE(1191), - [sym_expression_statement] = STATE(1191), - [sym_if_statement] = STATE(1191), - [sym_switch_statement] = STATE(1191), - [sym_case_statement] = STATE(1191), - [sym_while_statement] = STATE(1191), - [sym_do_statement] = STATE(1191), - [sym_for_statement] = STATE(1191), - [sym_return_statement] = STATE(1191), - [sym_break_statement] = STATE(1191), - [sym_continue_statement] = STATE(1191), - [sym_goto_statement] = STATE(1191), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1049] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(282), - [anon_sym_LPAREN] = ACTIONS(280), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(282), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(282), - [sym_preproc_directive] = ACTIONS(284), - [anon_sym_SEMI] = ACTIONS(280), - [anon_sym_typedef] = ACTIONS(282), - [anon_sym_extern] = ACTIONS(282), - [anon_sym_LBRACE] = ACTIONS(280), - [anon_sym_STAR] = ACTIONS(280), - [anon_sym_static] = ACTIONS(282), - [anon_sym_auto] = ACTIONS(282), - [anon_sym_register] = ACTIONS(282), - [anon_sym_inline] = ACTIONS(282), - [anon_sym_const] = ACTIONS(282), - [anon_sym_restrict] = ACTIONS(282), - [anon_sym_volatile] = ACTIONS(282), - [anon_sym_unsigned] = ACTIONS(282), - [anon_sym_long] = ACTIONS(282), - [anon_sym_short] = ACTIONS(282), - [sym_primitive_type] = ACTIONS(282), - [anon_sym_enum] = ACTIONS(282), - [anon_sym_struct] = ACTIONS(282), - [anon_sym_union] = ACTIONS(282), - [anon_sym_if] = ACTIONS(282), - [anon_sym_switch] = ACTIONS(282), - [anon_sym_case] = ACTIONS(282), - [anon_sym_default] = ACTIONS(282), - [anon_sym_while] = ACTIONS(282), - [anon_sym_do] = ACTIONS(282), - [anon_sym_for] = ACTIONS(282), - [anon_sym_return] = ACTIONS(282), - [anon_sym_break] = ACTIONS(282), - [anon_sym_continue] = ACTIONS(282), - [anon_sym_goto] = ACTIONS(282), - [anon_sym_AMP] = ACTIONS(280), - [anon_sym_BANG] = ACTIONS(280), - [anon_sym_TILDE] = ACTIONS(280), - [anon_sym_PLUS] = ACTIONS(282), - [anon_sym_DASH] = ACTIONS(282), - [anon_sym_DASH_DASH] = ACTIONS(280), - [anon_sym_PLUS_PLUS] = ACTIONS(280), - [anon_sym_sizeof] = ACTIONS(282), - [sym_number_literal] = ACTIONS(282), - [sym_char_literal] = ACTIONS(282), - [sym_string_literal] = ACTIONS(280), - [sym_identifier] = ACTIONS(284), - [sym_true] = ACTIONS(280), - [sym_false] = ACTIONS(280), - [sym_null] = ACTIONS(282), - [sym_comment] = ACTIONS(44), - }, - [1050] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(1193), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2407), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), - [sym_comment] = ACTIONS(44), - }, - [1051] = { - [aux_sym_declaration_repeat1] = STATE(1193), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2407), - [sym_comment] = ACTIONS(44), - }, - [1052] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1565), - [anon_sym_LPAREN] = ACTIONS(1567), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_auto] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1569), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(44), - }, - [1053] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1585), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1583), - [sym_preproc_directive] = ACTIONS(1587), - [anon_sym_SEMI] = ACTIONS(1585), - [anon_sym_typedef] = ACTIONS(1583), - [anon_sym_extern] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1585), - [anon_sym_STAR] = ACTIONS(1585), - [anon_sym_static] = ACTIONS(1583), - [anon_sym_auto] = ACTIONS(1583), - [anon_sym_register] = ACTIONS(1583), - [anon_sym_inline] = ACTIONS(1583), - [anon_sym_const] = ACTIONS(1583), - [anon_sym_restrict] = ACTIONS(1583), - [anon_sym_volatile] = ACTIONS(1583), - [anon_sym_unsigned] = ACTIONS(1583), - [anon_sym_long] = ACTIONS(1583), - [anon_sym_short] = ACTIONS(1583), - [sym_primitive_type] = ACTIONS(1583), - [anon_sym_enum] = ACTIONS(1583), - [anon_sym_struct] = ACTIONS(1583), - [anon_sym_union] = ACTIONS(1583), - [anon_sym_if] = ACTIONS(1583), - [anon_sym_switch] = ACTIONS(1583), - [anon_sym_case] = ACTIONS(1583), - [anon_sym_default] = ACTIONS(1583), - [anon_sym_while] = ACTIONS(1583), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1583), - [anon_sym_return] = ACTIONS(1583), - [anon_sym_break] = ACTIONS(1583), - [anon_sym_continue] = ACTIONS(1583), - [anon_sym_goto] = ACTIONS(1583), - [anon_sym_AMP] = ACTIONS(1585), - [anon_sym_BANG] = ACTIONS(1585), - [anon_sym_TILDE] = ACTIONS(1585), - [anon_sym_PLUS] = ACTIONS(1583), - [anon_sym_DASH] = ACTIONS(1583), - [anon_sym_DASH_DASH] = ACTIONS(1585), - [anon_sym_PLUS_PLUS] = ACTIONS(1585), - [anon_sym_sizeof] = ACTIONS(1583), - [sym_number_literal] = ACTIONS(1583), - [sym_char_literal] = ACTIONS(1583), - [sym_string_literal] = ACTIONS(1585), - [sym_identifier] = ACTIONS(1587), - [sym_true] = ACTIONS(1585), - [sym_false] = ACTIONS(1585), - [sym_null] = ACTIONS(1583), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2433), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1054] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1589), - [anon_sym_LPAREN] = ACTIONS(1591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1589), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1589), - [sym_preproc_directive] = ACTIONS(1593), - [anon_sym_SEMI] = ACTIONS(1591), - [anon_sym_typedef] = ACTIONS(1589), - [anon_sym_extern] = ACTIONS(1589), - [anon_sym_LBRACE] = ACTIONS(1591), - [anon_sym_STAR] = ACTIONS(1591), - [anon_sym_static] = ACTIONS(1589), - [anon_sym_auto] = ACTIONS(1589), - [anon_sym_register] = ACTIONS(1589), - [anon_sym_inline] = ACTIONS(1589), - [anon_sym_const] = ACTIONS(1589), - [anon_sym_restrict] = ACTIONS(1589), - [anon_sym_volatile] = ACTIONS(1589), - [anon_sym_unsigned] = ACTIONS(1589), - [anon_sym_long] = ACTIONS(1589), - [anon_sym_short] = ACTIONS(1589), - [sym_primitive_type] = ACTIONS(1589), - [anon_sym_enum] = ACTIONS(1589), - [anon_sym_struct] = ACTIONS(1589), - [anon_sym_union] = ACTIONS(1589), - [anon_sym_if] = ACTIONS(1589), - [anon_sym_switch] = ACTIONS(1589), - [anon_sym_case] = ACTIONS(1589), - [anon_sym_default] = ACTIONS(1589), - [anon_sym_while] = ACTIONS(1589), - [anon_sym_do] = ACTIONS(1589), - [anon_sym_for] = ACTIONS(1589), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1589), - [anon_sym_continue] = ACTIONS(1589), - [anon_sym_goto] = ACTIONS(1589), - [anon_sym_AMP] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1591), - [anon_sym_TILDE] = ACTIONS(1591), - [anon_sym_PLUS] = ACTIONS(1589), - [anon_sym_DASH] = ACTIONS(1589), - [anon_sym_DASH_DASH] = ACTIONS(1591), - [anon_sym_PLUS_PLUS] = ACTIONS(1591), - [anon_sym_sizeof] = ACTIONS(1589), - [sym_number_literal] = ACTIONS(1589), - [sym_char_literal] = ACTIONS(1589), - [sym_string_literal] = ACTIONS(1591), - [sym_identifier] = ACTIONS(1593), - [sym_true] = ACTIONS(1591), - [sym_false] = ACTIONS(1591), - [sym_null] = ACTIONS(1589), + [sym__expression] = STATE(1200), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1055] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1595), - [anon_sym_LPAREN] = ACTIONS(1597), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1595), - [sym_preproc_directive] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_typedef] = ACTIONS(1595), - [anon_sym_extern] = ACTIONS(1595), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_STAR] = ACTIONS(1597), - [anon_sym_static] = ACTIONS(1595), - [anon_sym_auto] = ACTIONS(1595), - [anon_sym_register] = ACTIONS(1595), - [anon_sym_inline] = ACTIONS(1595), - [anon_sym_const] = ACTIONS(1595), - [anon_sym_restrict] = ACTIONS(1595), - [anon_sym_volatile] = ACTIONS(1595), - [anon_sym_unsigned] = ACTIONS(1595), - [anon_sym_long] = ACTIONS(1595), - [anon_sym_short] = ACTIONS(1595), - [sym_primitive_type] = ACTIONS(1595), - [anon_sym_enum] = ACTIONS(1595), - [anon_sym_struct] = ACTIONS(1595), - [anon_sym_union] = ACTIONS(1595), - [anon_sym_if] = ACTIONS(1595), - [anon_sym_switch] = ACTIONS(1595), - [anon_sym_case] = ACTIONS(1595), - [anon_sym_default] = ACTIONS(1595), - [anon_sym_while] = ACTIONS(1595), - [anon_sym_do] = ACTIONS(1595), - [anon_sym_for] = ACTIONS(1595), - [anon_sym_return] = ACTIONS(1595), - [anon_sym_break] = ACTIONS(1595), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_goto] = ACTIONS(1595), - [anon_sym_AMP] = ACTIONS(1597), - [anon_sym_BANG] = ACTIONS(1597), - [anon_sym_TILDE] = ACTIONS(1597), - [anon_sym_PLUS] = ACTIONS(1595), - [anon_sym_DASH] = ACTIONS(1595), - [anon_sym_DASH_DASH] = ACTIONS(1597), - [anon_sym_PLUS_PLUS] = ACTIONS(1597), - [anon_sym_sizeof] = ACTIONS(1595), - [sym_number_literal] = ACTIONS(1595), - [sym_char_literal] = ACTIONS(1595), - [sym_string_literal] = ACTIONS(1597), - [sym_identifier] = ACTIONS(1599), - [sym_true] = ACTIONS(1597), - [sym_false] = ACTIONS(1597), - [sym_null] = ACTIONS(1595), - [sym_comment] = ACTIONS(44), - }, - [1056] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_LBRACK] = ACTIONS(436), - [sym_comment] = ACTIONS(44), - }, - [1057] = { - [sym__type_declarator] = STATE(1195), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), - [sym_comment] = ACTIONS(44), - }, - [1058] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_switch] = ACTIONS(1579), - [anon_sym_case] = ACTIONS(1579), - [anon_sym_default] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_goto] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_BANG] = ACTIONS(1577), - [anon_sym_TILDE] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_DASH_DASH] = ACTIONS(1577), - [anon_sym_PLUS_PLUS] = ACTIONS(1577), - [anon_sym_sizeof] = ACTIONS(1579), - [sym_number_literal] = ACTIONS(1579), - [sym_char_literal] = ACTIONS(1579), - [sym_string_literal] = ACTIONS(1577), - [sym_identifier] = ACTIONS(1581), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1579), - [sym_comment] = ACTIONS(44), - }, - [1059] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1060] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2413), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(2435), [sym_comment] = ACTIONS(44), }, - [1061] = { - [sym_declaration] = STATE(1198), - [sym_type_definition] = STATE(1198), - [sym__declaration_specifiers] = STATE(1064), - [sym_compound_statement] = STATE(1198), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1198), - [sym_expression_statement] = STATE(1198), - [sym_if_statement] = STATE(1198), - [sym_switch_statement] = STATE(1198), - [sym_case_statement] = STATE(1198), - [sym_while_statement] = STATE(1198), - [sym_do_statement] = STATE(1198), - [sym_for_statement] = STATE(1198), - [sym_return_statement] = STATE(1198), - [sym_break_statement] = STATE(1198), - [sym_continue_statement] = STATE(1198), - [sym_goto_statement] = STATE(1198), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [1056] = { + [sym_declaration] = STATE(1202), + [sym__declaration_specifiers] = STATE(720), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym__expression] = STATE(1203), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2437), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -40768,3492 +40158,4012 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2153), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1057] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1537), + [anon_sym_LPAREN] = ACTIONS(1539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1537), + [sym_char_literal] = ACTIONS(1537), + [sym_string_literal] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1541), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1537), + [sym_comment] = ACTIONS(44), + }, + [1058] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2439), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1059] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_auto] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_AMP] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1545), + [sym_char_literal] = ACTIONS(1545), + [sym_string_literal] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1549), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [sym_null] = ACTIONS(1545), + [sym_comment] = ACTIONS(44), + }, + [1060] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1551), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1551), + [sym_preproc_directive] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_typedef] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_auto] = ACTIONS(1551), + [anon_sym_register] = ACTIONS(1551), + [anon_sym_inline] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_restrict] = ACTIONS(1551), + [anon_sym_volatile] = ACTIONS(1551), + [anon_sym_unsigned] = ACTIONS(1551), + [anon_sym_long] = ACTIONS(1551), + [anon_sym_short] = ACTIONS(1551), + [sym_primitive_type] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_do] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1553), + [anon_sym_sizeof] = ACTIONS(1551), + [sym_number_literal] = ACTIONS(1551), + [sym_char_literal] = ACTIONS(1551), + [sym_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1551), + [sym_comment] = ACTIONS(44), + }, + [1061] = { + [anon_sym_SEMI] = ACTIONS(2441), [sym_comment] = ACTIONS(44), }, [1062] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(1839), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [sym_compound_statement] = STATE(1207), + [sym_labeled_statement] = STATE(1207), + [sym_expression_statement] = STATE(1207), + [sym_if_statement] = STATE(1207), + [sym_switch_statement] = STATE(1207), + [sym_case_statement] = STATE(1207), + [sym_while_statement] = STATE(1207), + [sym_do_statement] = STATE(1207), + [sym_for_statement] = STATE(1207), + [sym_return_statement] = STATE(1207), + [sym_break_statement] = STATE(1207), + [sym_continue_statement] = STATE(1207), + [sym_goto_statement] = STATE(1207), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1063] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1913), - [sym_preproc_directive] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_typedef] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_auto] = ACTIONS(1913), - [anon_sym_register] = ACTIONS(1913), - [anon_sym_inline] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_restrict] = ACTIONS(1913), - [anon_sym_volatile] = ACTIONS(1913), - [anon_sym_unsigned] = ACTIONS(1913), - [anon_sym_long] = ACTIONS(1913), - [anon_sym_short] = ACTIONS(1913), - [sym_primitive_type] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_switch] = ACTIONS(1913), - [anon_sym_case] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_do] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_goto] = ACTIONS(1913), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_TILDE] = ACTIONS(1915), - [anon_sym_PLUS] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1913), - [anon_sym_DASH_DASH] = ACTIONS(1915), - [anon_sym_PLUS_PLUS] = ACTIONS(1915), - [anon_sym_sizeof] = ACTIONS(1913), - [sym_number_literal] = ACTIONS(1913), - [sym_char_literal] = ACTIONS(1913), - [sym_string_literal] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [sym_true] = ACTIONS(1915), - [sym_false] = ACTIONS(1915), - [sym_null] = ACTIONS(1913), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(286), + [anon_sym_LPAREN] = ACTIONS(284), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(286), + [sym_preproc_directive] = ACTIONS(288), + [anon_sym_SEMI] = ACTIONS(284), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(284), + [anon_sym_STAR] = ACTIONS(284), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_inline] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [anon_sym_unsigned] = ACTIONS(286), + [anon_sym_long] = ACTIONS(286), + [anon_sym_short] = ACTIONS(286), + [sym_primitive_type] = ACTIONS(286), + [anon_sym_enum] = ACTIONS(286), + [anon_sym_struct] = ACTIONS(286), + [anon_sym_union] = ACTIONS(286), + [anon_sym_if] = ACTIONS(286), + [anon_sym_switch] = ACTIONS(286), + [anon_sym_case] = ACTIONS(286), + [anon_sym_default] = ACTIONS(286), + [anon_sym_while] = ACTIONS(286), + [anon_sym_do] = ACTIONS(286), + [anon_sym_for] = ACTIONS(286), + [anon_sym_return] = ACTIONS(286), + [anon_sym_break] = ACTIONS(286), + [anon_sym_continue] = ACTIONS(286), + [anon_sym_goto] = ACTIONS(286), + [anon_sym_AMP] = ACTIONS(284), + [anon_sym_BANG] = ACTIONS(284), + [anon_sym_TILDE] = ACTIONS(284), + [anon_sym_PLUS] = ACTIONS(286), + [anon_sym_DASH] = ACTIONS(286), + [anon_sym_DASH_DASH] = ACTIONS(284), + [anon_sym_PLUS_PLUS] = ACTIONS(284), + [anon_sym_sizeof] = ACTIONS(286), + [sym_number_literal] = ACTIONS(286), + [sym_char_literal] = ACTIONS(286), + [sym_string_literal] = ACTIONS(284), + [sym_identifier] = ACTIONS(288), + [sym_true] = ACTIONS(284), + [sym_false] = ACTIONS(284), + [sym_null] = ACTIONS(286), [sym_comment] = ACTIONS(44), }, [1064] = { - [sym__declarator] = STATE(904), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(905), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(1209), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2445), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [1065] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_declaration_repeat1] = STATE(1209), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2445), [sym_comment] = ACTIONS(44), }, [1066] = { - [anon_sym_LPAREN] = ACTIONS(2417), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1591), + [anon_sym_LPAREN] = ACTIONS(1593), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1591), + [sym_preproc_directive] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1591), + [anon_sym_extern] = ACTIONS(1591), + [anon_sym_LBRACE] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1591), + [anon_sym_auto] = ACTIONS(1591), + [anon_sym_register] = ACTIONS(1591), + [anon_sym_inline] = ACTIONS(1591), + [anon_sym_const] = ACTIONS(1591), + [anon_sym_restrict] = ACTIONS(1591), + [anon_sym_volatile] = ACTIONS(1591), + [anon_sym_unsigned] = ACTIONS(1591), + [anon_sym_long] = ACTIONS(1591), + [anon_sym_short] = ACTIONS(1591), + [sym_primitive_type] = ACTIONS(1591), + [anon_sym_enum] = ACTIONS(1591), + [anon_sym_struct] = ACTIONS(1591), + [anon_sym_union] = ACTIONS(1591), + [anon_sym_if] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1591), + [anon_sym_default] = ACTIONS(1591), + [anon_sym_while] = ACTIONS(1591), + [anon_sym_do] = ACTIONS(1591), + [anon_sym_for] = ACTIONS(1591), + [anon_sym_return] = ACTIONS(1591), + [anon_sym_break] = ACTIONS(1591), + [anon_sym_continue] = ACTIONS(1591), + [anon_sym_goto] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1593), + [anon_sym_sizeof] = ACTIONS(1591), + [sym_number_literal] = ACTIONS(1591), + [sym_char_literal] = ACTIONS(1591), + [sym_string_literal] = ACTIONS(1593), + [sym_identifier] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1591), [sym_comment] = ACTIONS(44), }, [1067] = { - [sym__expression] = STATE(1202), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2419), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1609), + [anon_sym_LPAREN] = ACTIONS(1611), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1609), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1609), + [sym_preproc_directive] = ACTIONS(1613), + [anon_sym_SEMI] = ACTIONS(1611), + [anon_sym_typedef] = ACTIONS(1609), + [anon_sym_extern] = ACTIONS(1609), + [anon_sym_LBRACE] = ACTIONS(1611), + [anon_sym_STAR] = ACTIONS(1611), + [anon_sym_static] = ACTIONS(1609), + [anon_sym_auto] = ACTIONS(1609), + [anon_sym_register] = ACTIONS(1609), + [anon_sym_inline] = ACTIONS(1609), + [anon_sym_const] = ACTIONS(1609), + [anon_sym_restrict] = ACTIONS(1609), + [anon_sym_volatile] = ACTIONS(1609), + [anon_sym_unsigned] = ACTIONS(1609), + [anon_sym_long] = ACTIONS(1609), + [anon_sym_short] = ACTIONS(1609), + [sym_primitive_type] = ACTIONS(1609), + [anon_sym_enum] = ACTIONS(1609), + [anon_sym_struct] = ACTIONS(1609), + [anon_sym_union] = ACTIONS(1609), + [anon_sym_if] = ACTIONS(1609), + [anon_sym_switch] = ACTIONS(1609), + [anon_sym_case] = ACTIONS(1609), + [anon_sym_default] = ACTIONS(1609), + [anon_sym_while] = ACTIONS(1609), + [anon_sym_do] = ACTIONS(1609), + [anon_sym_for] = ACTIONS(1609), + [anon_sym_return] = ACTIONS(1609), + [anon_sym_break] = ACTIONS(1609), + [anon_sym_continue] = ACTIONS(1609), + [anon_sym_goto] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_BANG] = ACTIONS(1611), + [anon_sym_TILDE] = ACTIONS(1611), + [anon_sym_PLUS] = ACTIONS(1609), + [anon_sym_DASH] = ACTIONS(1609), + [anon_sym_DASH_DASH] = ACTIONS(1611), + [anon_sym_PLUS_PLUS] = ACTIONS(1611), + [anon_sym_sizeof] = ACTIONS(1609), + [sym_number_literal] = ACTIONS(1609), + [sym_char_literal] = ACTIONS(1609), + [sym_string_literal] = ACTIONS(1611), + [sym_identifier] = ACTIONS(1613), + [sym_true] = ACTIONS(1611), + [sym_false] = ACTIONS(1611), + [sym_null] = ACTIONS(1609), [sym_comment] = ACTIONS(44), }, [1068] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2421), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1615), + [anon_sym_LPAREN] = ACTIONS(1617), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1615), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1615), + [sym_preproc_directive] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1617), + [anon_sym_typedef] = ACTIONS(1615), + [anon_sym_extern] = ACTIONS(1615), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_static] = ACTIONS(1615), + [anon_sym_auto] = ACTIONS(1615), + [anon_sym_register] = ACTIONS(1615), + [anon_sym_inline] = ACTIONS(1615), + [anon_sym_const] = ACTIONS(1615), + [anon_sym_restrict] = ACTIONS(1615), + [anon_sym_volatile] = ACTIONS(1615), + [anon_sym_unsigned] = ACTIONS(1615), + [anon_sym_long] = ACTIONS(1615), + [anon_sym_short] = ACTIONS(1615), + [sym_primitive_type] = ACTIONS(1615), + [anon_sym_enum] = ACTIONS(1615), + [anon_sym_struct] = ACTIONS(1615), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_if] = ACTIONS(1615), + [anon_sym_switch] = ACTIONS(1615), + [anon_sym_case] = ACTIONS(1615), + [anon_sym_default] = ACTIONS(1615), + [anon_sym_while] = ACTIONS(1615), + [anon_sym_do] = ACTIONS(1615), + [anon_sym_for] = ACTIONS(1615), + [anon_sym_return] = ACTIONS(1615), + [anon_sym_break] = ACTIONS(1615), + [anon_sym_continue] = ACTIONS(1615), + [anon_sym_goto] = ACTIONS(1615), + [anon_sym_AMP] = ACTIONS(1617), + [anon_sym_BANG] = ACTIONS(1617), + [anon_sym_TILDE] = ACTIONS(1617), + [anon_sym_PLUS] = ACTIONS(1615), + [anon_sym_DASH] = ACTIONS(1615), + [anon_sym_DASH_DASH] = ACTIONS(1617), + [anon_sym_PLUS_PLUS] = ACTIONS(1617), + [anon_sym_sizeof] = ACTIONS(1615), + [sym_number_literal] = ACTIONS(1615), + [sym_char_literal] = ACTIONS(1615), + [sym_string_literal] = ACTIONS(1617), + [sym_identifier] = ACTIONS(1619), + [sym_true] = ACTIONS(1617), + [sym_false] = ACTIONS(1617), + [sym_null] = ACTIONS(1615), [sym_comment] = ACTIONS(44), }, [1069] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1935), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1933), - [sym_preproc_directive] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_typedef] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_auto] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_inline] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_restrict] = ACTIONS(1933), - [anon_sym_volatile] = ACTIONS(1933), - [anon_sym_unsigned] = ACTIONS(1933), - [anon_sym_long] = ACTIONS(1933), - [anon_sym_short] = ACTIONS(1933), - [sym_primitive_type] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1933), - [anon_sym_case] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_goto] = ACTIONS(1933), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_PLUS] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1933), - [anon_sym_DASH_DASH] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(1935), - [anon_sym_sizeof] = ACTIONS(1933), - [sym_number_literal] = ACTIONS(1933), - [sym_char_literal] = ACTIONS(1933), - [sym_string_literal] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [sym_true] = ACTIONS(1935), - [sym_false] = ACTIONS(1935), - [sym_null] = ACTIONS(1933), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1621), + [anon_sym_LPAREN] = ACTIONS(1623), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1621), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1621), + [sym_preproc_directive] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1623), + [anon_sym_typedef] = ACTIONS(1621), + [anon_sym_extern] = ACTIONS(1621), + [anon_sym_LBRACE] = ACTIONS(1623), + [anon_sym_STAR] = ACTIONS(1623), + [anon_sym_static] = ACTIONS(1621), + [anon_sym_auto] = ACTIONS(1621), + [anon_sym_register] = ACTIONS(1621), + [anon_sym_inline] = ACTIONS(1621), + [anon_sym_const] = ACTIONS(1621), + [anon_sym_restrict] = ACTIONS(1621), + [anon_sym_volatile] = ACTIONS(1621), + [anon_sym_unsigned] = ACTIONS(1621), + [anon_sym_long] = ACTIONS(1621), + [anon_sym_short] = ACTIONS(1621), + [sym_primitive_type] = ACTIONS(1621), + [anon_sym_enum] = ACTIONS(1621), + [anon_sym_struct] = ACTIONS(1621), + [anon_sym_union] = ACTIONS(1621), + [anon_sym_if] = ACTIONS(1621), + [anon_sym_switch] = ACTIONS(1621), + [anon_sym_case] = ACTIONS(1621), + [anon_sym_default] = ACTIONS(1621), + [anon_sym_while] = ACTIONS(1621), + [anon_sym_do] = ACTIONS(1621), + [anon_sym_for] = ACTIONS(1621), + [anon_sym_return] = ACTIONS(1621), + [anon_sym_break] = ACTIONS(1621), + [anon_sym_continue] = ACTIONS(1621), + [anon_sym_goto] = ACTIONS(1621), + [anon_sym_AMP] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_TILDE] = ACTIONS(1623), + [anon_sym_PLUS] = ACTIONS(1621), + [anon_sym_DASH] = ACTIONS(1621), + [anon_sym_DASH_DASH] = ACTIONS(1623), + [anon_sym_PLUS_PLUS] = ACTIONS(1623), + [anon_sym_sizeof] = ACTIONS(1621), + [sym_number_literal] = ACTIONS(1621), + [sym_char_literal] = ACTIONS(1621), + [sym_string_literal] = ACTIONS(1623), + [sym_identifier] = ACTIONS(1625), + [sym_true] = ACTIONS(1623), + [sym_false] = ACTIONS(1623), + [sym_null] = ACTIONS(1621), [sym_comment] = ACTIONS(44), }, [1070] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1939), - [sym_preproc_directive] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_typedef] = ACTIONS(1939), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_STAR] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1939), - [anon_sym_restrict] = ACTIONS(1939), - [anon_sym_volatile] = ACTIONS(1939), - [anon_sym_unsigned] = ACTIONS(1939), - [anon_sym_long] = ACTIONS(1939), - [anon_sym_short] = ACTIONS(1939), - [sym_primitive_type] = ACTIONS(1939), - [anon_sym_enum] = ACTIONS(1939), - [anon_sym_struct] = ACTIONS(1939), - [anon_sym_union] = ACTIONS(1939), - [anon_sym_if] = ACTIONS(1939), - [anon_sym_switch] = ACTIONS(1939), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1939), - [anon_sym_while] = ACTIONS(1939), - [anon_sym_do] = ACTIONS(1939), - [anon_sym_for] = ACTIONS(1939), - [anon_sym_return] = ACTIONS(1939), - [anon_sym_break] = ACTIONS(1939), - [anon_sym_continue] = ACTIONS(1939), - [anon_sym_goto] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1939), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_sizeof] = ACTIONS(1939), - [sym_number_literal] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [sym_string_literal] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [sym_true] = ACTIONS(1941), - [sym_false] = ACTIONS(1941), - [sym_null] = ACTIONS(1939), - [sym_comment] = ACTIONS(44), + [anon_sym_LF] = ACTIONS(2447), + [sym_comment] = ACTIONS(54), }, [1071] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(1839), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1072] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1953), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1951), - [sym_preproc_directive] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_typedef] = ACTIONS(1951), - [anon_sym_extern] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_STAR] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_auto] = ACTIONS(1951), - [anon_sym_register] = ACTIONS(1951), - [anon_sym_inline] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_restrict] = ACTIONS(1951), - [anon_sym_volatile] = ACTIONS(1951), - [anon_sym_unsigned] = ACTIONS(1951), - [anon_sym_long] = ACTIONS(1951), - [anon_sym_short] = ACTIONS(1951), - [sym_primitive_type] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), - [anon_sym_struct] = ACTIONS(1951), - [anon_sym_union] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_goto] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_sizeof] = ACTIONS(1951), - [sym_number_literal] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [sym_string_literal] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [sym_true] = ACTIONS(1953), - [sym_false] = ACTIONS(1953), - [sym_null] = ACTIONS(1951), + [sym__type_declarator] = STATE(1212), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [1073] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [anon_sym_LPAREN] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_LBRACE] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [anon_sym_if] = ACTIONS(536), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_case] = ACTIONS(536), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(536), - [anon_sym_do] = ACTIONS(536), - [anon_sym_for] = ACTIONS(536), - [anon_sym_return] = ACTIONS(536), - [anon_sym_break] = ACTIONS(536), - [anon_sym_continue] = ACTIONS(536), - [anon_sym_goto] = ACTIONS(536), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1605), + [sym_char_literal] = ACTIONS(1605), + [sym_string_literal] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1607), + [sym_true] = ACTIONS(1603), + [sym_false] = ACTIONS(1603), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(44), }, [1074] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(2423), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1075] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2425), - [anon_sym_LPAREN] = ACTIONS(2427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2429), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_RBRACE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_auto] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [anon_sym_if] = ACTIONS(2425), - [anon_sym_switch] = ACTIONS(2425), - [anon_sym_case] = ACTIONS(2425), - [anon_sym_default] = ACTIONS(2425), - [anon_sym_while] = ACTIONS(2425), - [anon_sym_do] = ACTIONS(2425), - [anon_sym_for] = ACTIONS(2425), - [anon_sym_return] = ACTIONS(2425), - [anon_sym_break] = ACTIONS(2425), - [anon_sym_continue] = ACTIONS(2425), - [anon_sym_goto] = ACTIONS(2425), - [anon_sym_AMP] = ACTIONS(2427), - [anon_sym_BANG] = ACTIONS(2427), - [anon_sym_TILDE] = ACTIONS(2427), - [anon_sym_PLUS] = ACTIONS(2425), - [anon_sym_DASH] = ACTIONS(2425), - [anon_sym_DASH_DASH] = ACTIONS(2427), - [anon_sym_PLUS_PLUS] = ACTIONS(2427), - [anon_sym_sizeof] = ACTIONS(2425), - [sym_number_literal] = ACTIONS(2425), - [sym_char_literal] = ACTIONS(2425), - [sym_string_literal] = ACTIONS(2427), - [sym_identifier] = ACTIONS(2429), - [sym_true] = ACTIONS(2427), - [sym_false] = ACTIONS(2427), - [sym_null] = ACTIONS(2425), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2453), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1076] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2431), - [anon_sym_LPAREN] = ACTIONS(2433), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2431), - [sym_preproc_directive] = ACTIONS(2435), - [anon_sym_SEMI] = ACTIONS(2433), - [anon_sym_typedef] = ACTIONS(2431), - [anon_sym_extern] = ACTIONS(2431), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_RBRACE] = ACTIONS(2433), - [anon_sym_STAR] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2431), - [anon_sym_auto] = ACTIONS(2431), - [anon_sym_register] = ACTIONS(2431), - [anon_sym_inline] = ACTIONS(2431), - [anon_sym_const] = ACTIONS(2431), - [anon_sym_restrict] = ACTIONS(2431), - [anon_sym_volatile] = ACTIONS(2431), - [anon_sym_unsigned] = ACTIONS(2431), - [anon_sym_long] = ACTIONS(2431), - [anon_sym_short] = ACTIONS(2431), - [sym_primitive_type] = ACTIONS(2431), - [anon_sym_enum] = ACTIONS(2431), - [anon_sym_struct] = ACTIONS(2431), - [anon_sym_union] = ACTIONS(2431), - [anon_sym_if] = ACTIONS(2431), - [anon_sym_switch] = ACTIONS(2431), - [anon_sym_case] = ACTIONS(2431), - [anon_sym_default] = ACTIONS(2431), - [anon_sym_while] = ACTIONS(2431), - [anon_sym_do] = ACTIONS(2431), - [anon_sym_for] = ACTIONS(2431), - [anon_sym_return] = ACTIONS(2431), - [anon_sym_break] = ACTIONS(2431), - [anon_sym_continue] = ACTIONS(2431), - [anon_sym_goto] = ACTIONS(2431), - [anon_sym_AMP] = ACTIONS(2433), - [anon_sym_BANG] = ACTIONS(2433), - [anon_sym_TILDE] = ACTIONS(2433), - [anon_sym_PLUS] = ACTIONS(2431), - [anon_sym_DASH] = ACTIONS(2431), - [anon_sym_DASH_DASH] = ACTIONS(2433), - [anon_sym_PLUS_PLUS] = ACTIONS(2433), - [anon_sym_sizeof] = ACTIONS(2431), - [sym_number_literal] = ACTIONS(2431), - [sym_char_literal] = ACTIONS(2431), - [sym_string_literal] = ACTIONS(2433), - [sym_identifier] = ACTIONS(2435), - [sym_true] = ACTIONS(2433), - [sym_false] = ACTIONS(2433), - [sym_null] = ACTIONS(2431), + [sym_declaration] = STATE(1215), + [sym_type_definition] = STATE(1215), + [sym__declaration_specifiers] = STATE(1079), + [sym_compound_statement] = STATE(1215), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(1215), + [sym_expression_statement] = STATE(1215), + [sym_if_statement] = STATE(1215), + [sym_switch_statement] = STATE(1215), + [sym_case_statement] = STATE(1215), + [sym_while_statement] = STATE(1215), + [sym_do_statement] = STATE(1215), + [sym_for_statement] = STATE(1215), + [sym_return_statement] = STATE(1215), + [sym_break_statement] = STATE(1215), + [sym_continue_statement] = STATE(1215), + [sym_goto_statement] = STATE(1215), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2189), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1077] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2437), - [anon_sym_LPAREN] = ACTIONS(2439), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2437), - [sym_preproc_directive] = ACTIONS(2441), - [anon_sym_SEMI] = ACTIONS(2439), - [anon_sym_typedef] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_RBRACE] = ACTIONS(2439), - [anon_sym_STAR] = ACTIONS(2439), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_auto] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_restrict] = ACTIONS(2437), - [anon_sym_volatile] = ACTIONS(2437), - [anon_sym_unsigned] = ACTIONS(2437), - [anon_sym_long] = ACTIONS(2437), - [anon_sym_short] = ACTIONS(2437), - [sym_primitive_type] = ACTIONS(2437), - [anon_sym_enum] = ACTIONS(2437), - [anon_sym_struct] = ACTIONS(2437), - [anon_sym_union] = ACTIONS(2437), - [anon_sym_if] = ACTIONS(2437), - [anon_sym_switch] = ACTIONS(2437), - [anon_sym_case] = ACTIONS(2437), - [anon_sym_default] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2437), - [anon_sym_do] = ACTIONS(2437), - [anon_sym_for] = ACTIONS(2437), - [anon_sym_return] = ACTIONS(2437), - [anon_sym_break] = ACTIONS(2437), - [anon_sym_continue] = ACTIONS(2437), - [anon_sym_goto] = ACTIONS(2437), - [anon_sym_AMP] = ACTIONS(2439), - [anon_sym_BANG] = ACTIONS(2439), - [anon_sym_TILDE] = ACTIONS(2439), - [anon_sym_PLUS] = ACTIONS(2437), - [anon_sym_DASH] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2439), - [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_sizeof] = ACTIONS(2437), - [sym_number_literal] = ACTIONS(2437), - [sym_char_literal] = ACTIONS(2437), - [sym_string_literal] = ACTIONS(2439), - [sym_identifier] = ACTIONS(2441), - [sym_true] = ACTIONS(2439), - [sym_false] = ACTIONS(2439), - [sym_null] = ACTIONS(2437), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(1869), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [1078] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2443), - [anon_sym_LPAREN] = ACTIONS(2445), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2443), - [sym_preproc_directive] = ACTIONS(2447), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_typedef] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_RBRACE] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2445), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_auto] = ACTIONS(2443), - [anon_sym_register] = ACTIONS(2443), - [anon_sym_inline] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_restrict] = ACTIONS(2443), - [anon_sym_volatile] = ACTIONS(2443), - [anon_sym_unsigned] = ACTIONS(2443), - [anon_sym_long] = ACTIONS(2443), - [anon_sym_short] = ACTIONS(2443), - [sym_primitive_type] = ACTIONS(2443), - [anon_sym_enum] = ACTIONS(2443), - [anon_sym_struct] = ACTIONS(2443), - [anon_sym_union] = ACTIONS(2443), - [anon_sym_if] = ACTIONS(2443), - [anon_sym_switch] = ACTIONS(2443), - [anon_sym_case] = ACTIONS(2443), - [anon_sym_default] = ACTIONS(2443), - [anon_sym_while] = ACTIONS(2443), - [anon_sym_do] = ACTIONS(2443), - [anon_sym_for] = ACTIONS(2443), - [anon_sym_return] = ACTIONS(2443), - [anon_sym_break] = ACTIONS(2443), - [anon_sym_continue] = ACTIONS(2443), - [anon_sym_goto] = ACTIONS(2443), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_BANG] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2445), - [anon_sym_PLUS] = ACTIONS(2443), - [anon_sym_DASH] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2445), - [anon_sym_PLUS_PLUS] = ACTIONS(2445), - [anon_sym_sizeof] = ACTIONS(2443), - [sym_number_literal] = ACTIONS(2443), - [sym_char_literal] = ACTIONS(2443), - [sym_string_literal] = ACTIONS(2445), - [sym_identifier] = ACTIONS(2447), - [sym_true] = ACTIONS(2445), - [sym_false] = ACTIONS(2445), - [sym_null] = ACTIONS(2443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1945), + [sym_preproc_directive] = ACTIONS(1949), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_typedef] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_STAR] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1945), + [anon_sym_auto] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_inline] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_restrict] = ACTIONS(1945), + [anon_sym_volatile] = ACTIONS(1945), + [anon_sym_unsigned] = ACTIONS(1945), + [anon_sym_long] = ACTIONS(1945), + [anon_sym_short] = ACTIONS(1945), + [sym_primitive_type] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_switch] = ACTIONS(1945), + [anon_sym_case] = ACTIONS(1945), + [anon_sym_default] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1947), + [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_PLUS_PLUS] = ACTIONS(1947), + [anon_sym_sizeof] = ACTIONS(1945), + [sym_number_literal] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [sym_string_literal] = ACTIONS(1947), + [sym_identifier] = ACTIONS(1949), + [sym_true] = ACTIONS(1947), + [sym_false] = ACTIONS(1947), + [sym_null] = ACTIONS(1945), [sym_comment] = ACTIONS(44), }, [1079] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), - [anon_sym_LPAREN] = ACTIONS(2451), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), - [sym_preproc_directive] = ACTIONS(2453), - [anon_sym_SEMI] = ACTIONS(2451), - [anon_sym_typedef] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2451), - [anon_sym_RBRACE] = ACTIONS(2451), - [anon_sym_STAR] = ACTIONS(2451), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_auto] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_unsigned] = ACTIONS(2449), - [anon_sym_long] = ACTIONS(2449), - [anon_sym_short] = ACTIONS(2449), - [sym_primitive_type] = ACTIONS(2449), - [anon_sym_enum] = ACTIONS(2449), - [anon_sym_struct] = ACTIONS(2449), - [anon_sym_union] = ACTIONS(2449), - [anon_sym_if] = ACTIONS(2449), - [anon_sym_switch] = ACTIONS(2449), - [anon_sym_case] = ACTIONS(2449), - [anon_sym_default] = ACTIONS(2449), - [anon_sym_while] = ACTIONS(2449), - [anon_sym_do] = ACTIONS(2449), - [anon_sym_for] = ACTIONS(2449), - [anon_sym_return] = ACTIONS(2449), - [anon_sym_break] = ACTIONS(2449), - [anon_sym_continue] = ACTIONS(2449), - [anon_sym_goto] = ACTIONS(2449), - [anon_sym_AMP] = ACTIONS(2451), - [anon_sym_BANG] = ACTIONS(2451), - [anon_sym_TILDE] = ACTIONS(2451), - [anon_sym_PLUS] = ACTIONS(2449), - [anon_sym_DASH] = ACTIONS(2449), - [anon_sym_DASH_DASH] = ACTIONS(2451), - [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_sizeof] = ACTIONS(2449), - [sym_number_literal] = ACTIONS(2449), - [sym_char_literal] = ACTIONS(2449), - [sym_string_literal] = ACTIONS(2451), - [sym_identifier] = ACTIONS(2453), - [sym_true] = ACTIONS(2451), - [sym_false] = ACTIONS(2451), - [sym_null] = ACTIONS(2449), + [sym__declarator] = STATE(916), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(917), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [1080] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), - [anon_sym_LPAREN] = ACTIONS(2457), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), - [sym_preproc_directive] = ACTIONS(2459), - [anon_sym_SEMI] = ACTIONS(2457), - [anon_sym_typedef] = ACTIONS(2455), - [anon_sym_extern] = ACTIONS(2455), - [anon_sym_LBRACE] = ACTIONS(2457), - [anon_sym_RBRACE] = ACTIONS(2457), - [anon_sym_STAR] = ACTIONS(2457), - [anon_sym_static] = ACTIONS(2455), - [anon_sym_auto] = ACTIONS(2455), - [anon_sym_register] = ACTIONS(2455), - [anon_sym_inline] = ACTIONS(2455), - [anon_sym_const] = ACTIONS(2455), - [anon_sym_restrict] = ACTIONS(2455), - [anon_sym_volatile] = ACTIONS(2455), - [anon_sym_unsigned] = ACTIONS(2455), - [anon_sym_long] = ACTIONS(2455), - [anon_sym_short] = ACTIONS(2455), - [sym_primitive_type] = ACTIONS(2455), - [anon_sym_enum] = ACTIONS(2455), - [anon_sym_struct] = ACTIONS(2455), - [anon_sym_union] = ACTIONS(2455), - [anon_sym_if] = ACTIONS(2455), - [anon_sym_switch] = ACTIONS(2455), - [anon_sym_case] = ACTIONS(2455), - [anon_sym_default] = ACTIONS(2455), - [anon_sym_while] = ACTIONS(2455), - [anon_sym_do] = ACTIONS(2455), - [anon_sym_for] = ACTIONS(2455), - [anon_sym_return] = ACTIONS(2455), - [anon_sym_break] = ACTIONS(2455), - [anon_sym_continue] = ACTIONS(2455), - [anon_sym_goto] = ACTIONS(2455), - [anon_sym_AMP] = ACTIONS(2457), - [anon_sym_BANG] = ACTIONS(2457), - [anon_sym_TILDE] = ACTIONS(2457), - [anon_sym_PLUS] = ACTIONS(2455), - [anon_sym_DASH] = ACTIONS(2455), - [anon_sym_DASH_DASH] = ACTIONS(2457), - [anon_sym_PLUS_PLUS] = ACTIONS(2457), - [anon_sym_sizeof] = ACTIONS(2455), - [sym_number_literal] = ACTIONS(2455), - [sym_char_literal] = ACTIONS(2455), - [sym_string_literal] = ACTIONS(2457), - [sym_identifier] = ACTIONS(2459), - [sym_true] = ACTIONS(2457), - [sym_false] = ACTIONS(2457), - [sym_null] = ACTIONS(2455), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2455), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1081] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_RBRACE] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1217), - [anon_sym_BANG] = ACTIONS(1217), - [anon_sym_TILDE] = ACTIONS(1217), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1217), - [anon_sym_PLUS_PLUS] = ACTIONS(1217), - [anon_sym_sizeof] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1219), - [sym_char_literal] = ACTIONS(1219), - [sym_string_literal] = ACTIONS(1217), - [sym_identifier] = ACTIONS(1221), - [sym_true] = ACTIONS(1217), - [sym_false] = ACTIONS(1217), - [sym_null] = ACTIONS(1219), + [anon_sym_LPAREN] = ACTIONS(2457), [sym_comment] = ACTIONS(44), }, [1082] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1219), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1083] = { - [anon_sym_RPAREN] = ACTIONS(2461), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2461), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1084] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(904), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_RBRACE] = ACTIONS(904), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_else] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(902), - [sym_char_literal] = ACTIONS(902), - [sym_string_literal] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_true] = ACTIONS(904), - [sym_false] = ACTIONS(904), - [sym_null] = ACTIONS(902), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1965), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_typedef] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_STAR] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1965), + [anon_sym_auto] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_inline] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [anon_sym_restrict] = ACTIONS(1965), + [anon_sym_volatile] = ACTIONS(1965), + [anon_sym_unsigned] = ACTIONS(1965), + [anon_sym_long] = ACTIONS(1965), + [anon_sym_short] = ACTIONS(1965), + [sym_primitive_type] = ACTIONS(1965), + [anon_sym_enum] = ACTIONS(1965), + [anon_sym_struct] = ACTIONS(1965), + [anon_sym_union] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_switch] = ACTIONS(1965), + [anon_sym_case] = ACTIONS(1965), + [anon_sym_default] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_goto] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1967), + [anon_sym_BANG] = ACTIONS(1967), + [anon_sym_TILDE] = ACTIONS(1967), + [anon_sym_PLUS] = ACTIONS(1965), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_PLUS_PLUS] = ACTIONS(1967), + [anon_sym_sizeof] = ACTIONS(1965), + [sym_number_literal] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [sym_string_literal] = ACTIONS(1967), + [sym_identifier] = ACTIONS(1969), + [sym_true] = ACTIONS(1967), + [sym_false] = ACTIONS(1967), + [sym_null] = ACTIONS(1965), [sym_comment] = ACTIONS(44), }, [1085] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), - [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1207), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2463), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1973), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1971), + [sym_preproc_directive] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_typedef] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_auto] = ACTIONS(1971), + [anon_sym_register] = ACTIONS(1971), + [anon_sym_inline] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_restrict] = ACTIONS(1971), + [anon_sym_volatile] = ACTIONS(1971), + [anon_sym_unsigned] = ACTIONS(1971), + [anon_sym_long] = ACTIONS(1971), + [anon_sym_short] = ACTIONS(1971), + [sym_primitive_type] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_switch] = ACTIONS(1971), + [anon_sym_case] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_do] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_goto] = ACTIONS(1971), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1971), + [anon_sym_DASH_DASH] = ACTIONS(1973), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_sizeof] = ACTIONS(1971), + [sym_number_literal] = ACTIONS(1971), + [sym_char_literal] = ACTIONS(1971), + [sym_string_literal] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [sym_true] = ACTIONS(1973), + [sym_false] = ACTIONS(1973), + [sym_null] = ACTIONS(1971), [sym_comment] = ACTIONS(44), }, [1086] = { - [anon_sym_LPAREN] = ACTIONS(2465), + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(1869), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, [1087] = { - [anon_sym_LPAREN] = ACTIONS(2467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1983), + [sym_preproc_directive] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_typedef] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_auto] = ACTIONS(1983), + [anon_sym_register] = ACTIONS(1983), + [anon_sym_inline] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_restrict] = ACTIONS(1983), + [anon_sym_volatile] = ACTIONS(1983), + [anon_sym_unsigned] = ACTIONS(1983), + [anon_sym_long] = ACTIONS(1983), + [anon_sym_short] = ACTIONS(1983), + [sym_primitive_type] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_goto] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1985), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_sizeof] = ACTIONS(1983), + [sym_number_literal] = ACTIONS(1983), + [sym_char_literal] = ACTIONS(1983), + [sym_string_literal] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [sym_true] = ACTIONS(1985), + [sym_false] = ACTIONS(1985), + [sym_null] = ACTIONS(1983), [sym_comment] = ACTIONS(44), }, [1088] = { - [sym__expression] = STATE(1210), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_goto] = ACTIONS(544), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, [1089] = { - [anon_sym_COLON] = ACTIONS(2469), + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(2463), [sym_comment] = ACTIONS(44), }, [1090] = { - [anon_sym_LPAREN] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2465), + [anon_sym_LPAREN] = ACTIONS(2467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2465), + [sym_preproc_directive] = ACTIONS(2469), + [anon_sym_SEMI] = ACTIONS(2467), + [anon_sym_typedef] = ACTIONS(2465), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym_LBRACE] = ACTIONS(2467), + [anon_sym_RBRACE] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(2467), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_auto] = ACTIONS(2465), + [anon_sym_register] = ACTIONS(2465), + [anon_sym_inline] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_restrict] = ACTIONS(2465), + [anon_sym_volatile] = ACTIONS(2465), + [anon_sym_unsigned] = ACTIONS(2465), + [anon_sym_long] = ACTIONS(2465), + [anon_sym_short] = ACTIONS(2465), + [sym_primitive_type] = ACTIONS(2465), + [anon_sym_enum] = ACTIONS(2465), + [anon_sym_struct] = ACTIONS(2465), + [anon_sym_union] = ACTIONS(2465), + [anon_sym_if] = ACTIONS(2465), + [anon_sym_switch] = ACTIONS(2465), + [anon_sym_case] = ACTIONS(2465), + [anon_sym_default] = ACTIONS(2465), + [anon_sym_while] = ACTIONS(2465), + [anon_sym_do] = ACTIONS(2465), + [anon_sym_for] = ACTIONS(2465), + [anon_sym_return] = ACTIONS(2465), + [anon_sym_break] = ACTIONS(2465), + [anon_sym_continue] = ACTIONS(2465), + [anon_sym_goto] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(2467), + [anon_sym_BANG] = ACTIONS(2467), + [anon_sym_TILDE] = ACTIONS(2467), + [anon_sym_PLUS] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2465), + [anon_sym_DASH_DASH] = ACTIONS(2467), + [anon_sym_PLUS_PLUS] = ACTIONS(2467), + [anon_sym_sizeof] = ACTIONS(2465), + [sym_number_literal] = ACTIONS(2465), + [sym_char_literal] = ACTIONS(2465), + [sym_string_literal] = ACTIONS(2467), + [sym_identifier] = ACTIONS(2469), + [sym_true] = ACTIONS(2467), + [sym_false] = ACTIONS(2467), + [sym_null] = ACTIONS(2465), [sym_comment] = ACTIONS(44), }, [1091] = { - [sym_compound_statement] = STATE(1213), - [sym_labeled_statement] = STATE(1213), - [sym_expression_statement] = STATE(1213), - [sym_if_statement] = STATE(1213), - [sym_switch_statement] = STATE(1213), - [sym_case_statement] = STATE(1213), - [sym_while_statement] = STATE(1213), - [sym_do_statement] = STATE(1213), - [sym_for_statement] = STATE(1213), - [sym_return_statement] = STATE(1213), - [sym_break_statement] = STATE(1213), - [sym_continue_statement] = STATE(1213), - [sym_goto_statement] = STATE(1213), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2471), + [sym_preproc_directive] = ACTIONS(2475), + [anon_sym_SEMI] = ACTIONS(2473), + [anon_sym_typedef] = ACTIONS(2471), + [anon_sym_extern] = ACTIONS(2471), + [anon_sym_LBRACE] = ACTIONS(2473), + [anon_sym_RBRACE] = ACTIONS(2473), + [anon_sym_STAR] = ACTIONS(2473), + [anon_sym_static] = ACTIONS(2471), + [anon_sym_auto] = ACTIONS(2471), + [anon_sym_register] = ACTIONS(2471), + [anon_sym_inline] = ACTIONS(2471), + [anon_sym_const] = ACTIONS(2471), + [anon_sym_restrict] = ACTIONS(2471), + [anon_sym_volatile] = ACTIONS(2471), + [anon_sym_unsigned] = ACTIONS(2471), + [anon_sym_long] = ACTIONS(2471), + [anon_sym_short] = ACTIONS(2471), + [sym_primitive_type] = ACTIONS(2471), + [anon_sym_enum] = ACTIONS(2471), + [anon_sym_struct] = ACTIONS(2471), + [anon_sym_union] = ACTIONS(2471), + [anon_sym_if] = ACTIONS(2471), + [anon_sym_switch] = ACTIONS(2471), + [anon_sym_case] = ACTIONS(2471), + [anon_sym_default] = ACTIONS(2471), + [anon_sym_while] = ACTIONS(2471), + [anon_sym_do] = ACTIONS(2471), + [anon_sym_for] = ACTIONS(2471), + [anon_sym_return] = ACTIONS(2471), + [anon_sym_break] = ACTIONS(2471), + [anon_sym_continue] = ACTIONS(2471), + [anon_sym_goto] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2473), + [anon_sym_BANG] = ACTIONS(2473), + [anon_sym_TILDE] = ACTIONS(2473), + [anon_sym_PLUS] = ACTIONS(2471), + [anon_sym_DASH] = ACTIONS(2471), + [anon_sym_DASH_DASH] = ACTIONS(2473), + [anon_sym_PLUS_PLUS] = ACTIONS(2473), + [anon_sym_sizeof] = ACTIONS(2471), + [sym_number_literal] = ACTIONS(2471), + [sym_char_literal] = ACTIONS(2471), + [sym_string_literal] = ACTIONS(2473), + [sym_identifier] = ACTIONS(2475), + [sym_true] = ACTIONS(2473), + [sym_false] = ACTIONS(2473), + [sym_null] = ACTIONS(2471), [sym_comment] = ACTIONS(44), }, [1092] = { - [anon_sym_LPAREN] = ACTIONS(2473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2477), + [anon_sym_LPAREN] = ACTIONS(2479), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2477), + [sym_preproc_directive] = ACTIONS(2481), + [anon_sym_SEMI] = ACTIONS(2479), + [anon_sym_typedef] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_RBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_auto] = ACTIONS(2477), + [anon_sym_register] = ACTIONS(2477), + [anon_sym_inline] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_restrict] = ACTIONS(2477), + [anon_sym_volatile] = ACTIONS(2477), + [anon_sym_unsigned] = ACTIONS(2477), + [anon_sym_long] = ACTIONS(2477), + [anon_sym_short] = ACTIONS(2477), + [sym_primitive_type] = ACTIONS(2477), + [anon_sym_enum] = ACTIONS(2477), + [anon_sym_struct] = ACTIONS(2477), + [anon_sym_union] = ACTIONS(2477), + [anon_sym_if] = ACTIONS(2477), + [anon_sym_switch] = ACTIONS(2477), + [anon_sym_case] = ACTIONS(2477), + [anon_sym_default] = ACTIONS(2477), + [anon_sym_while] = ACTIONS(2477), + [anon_sym_do] = ACTIONS(2477), + [anon_sym_for] = ACTIONS(2477), + [anon_sym_return] = ACTIONS(2477), + [anon_sym_break] = ACTIONS(2477), + [anon_sym_continue] = ACTIONS(2477), + [anon_sym_goto] = ACTIONS(2477), + [anon_sym_AMP] = ACTIONS(2479), + [anon_sym_BANG] = ACTIONS(2479), + [anon_sym_TILDE] = ACTIONS(2479), + [anon_sym_PLUS] = ACTIONS(2477), + [anon_sym_DASH] = ACTIONS(2477), + [anon_sym_DASH_DASH] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2479), + [anon_sym_sizeof] = ACTIONS(2477), + [sym_number_literal] = ACTIONS(2477), + [sym_char_literal] = ACTIONS(2477), + [sym_string_literal] = ACTIONS(2479), + [sym_identifier] = ACTIONS(2481), + [sym_true] = ACTIONS(2479), + [sym_false] = ACTIONS(2479), + [sym_null] = ACTIONS(2477), [sym_comment] = ACTIONS(44), }, [1093] = { - [sym__expression] = STATE(1216), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2483), + [anon_sym_LPAREN] = ACTIONS(2485), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2483), + [sym_preproc_directive] = ACTIONS(2487), + [anon_sym_SEMI] = ACTIONS(2485), + [anon_sym_typedef] = ACTIONS(2483), + [anon_sym_extern] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2485), + [anon_sym_RBRACE] = ACTIONS(2485), + [anon_sym_STAR] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2483), + [anon_sym_auto] = ACTIONS(2483), + [anon_sym_register] = ACTIONS(2483), + [anon_sym_inline] = ACTIONS(2483), + [anon_sym_const] = ACTIONS(2483), + [anon_sym_restrict] = ACTIONS(2483), + [anon_sym_volatile] = ACTIONS(2483), + [anon_sym_unsigned] = ACTIONS(2483), + [anon_sym_long] = ACTIONS(2483), + [anon_sym_short] = ACTIONS(2483), + [sym_primitive_type] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2483), + [anon_sym_struct] = ACTIONS(2483), + [anon_sym_union] = ACTIONS(2483), + [anon_sym_if] = ACTIONS(2483), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2483), + [anon_sym_default] = ACTIONS(2483), + [anon_sym_while] = ACTIONS(2483), + [anon_sym_do] = ACTIONS(2483), + [anon_sym_for] = ACTIONS(2483), + [anon_sym_return] = ACTIONS(2483), + [anon_sym_break] = ACTIONS(2483), + [anon_sym_continue] = ACTIONS(2483), + [anon_sym_goto] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2485), + [anon_sym_BANG] = ACTIONS(2485), + [anon_sym_TILDE] = ACTIONS(2485), + [anon_sym_PLUS] = ACTIONS(2483), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_DASH_DASH] = ACTIONS(2485), + [anon_sym_PLUS_PLUS] = ACTIONS(2485), + [anon_sym_sizeof] = ACTIONS(2483), + [sym_number_literal] = ACTIONS(2483), + [sym_char_literal] = ACTIONS(2483), + [sym_string_literal] = ACTIONS(2485), + [sym_identifier] = ACTIONS(2487), + [sym_true] = ACTIONS(2485), + [sym_false] = ACTIONS(2485), + [sym_null] = ACTIONS(2483), [sym_comment] = ACTIONS(44), }, [1094] = { - [anon_sym_SEMI] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2489), + [anon_sym_LPAREN] = ACTIONS(2491), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2489), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(2491), + [anon_sym_typedef] = ACTIONS(2489), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_RBRACE] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_auto] = ACTIONS(2489), + [anon_sym_register] = ACTIONS(2489), + [anon_sym_inline] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_restrict] = ACTIONS(2489), + [anon_sym_volatile] = ACTIONS(2489), + [anon_sym_unsigned] = ACTIONS(2489), + [anon_sym_long] = ACTIONS(2489), + [anon_sym_short] = ACTIONS(2489), + [sym_primitive_type] = ACTIONS(2489), + [anon_sym_enum] = ACTIONS(2489), + [anon_sym_struct] = ACTIONS(2489), + [anon_sym_union] = ACTIONS(2489), + [anon_sym_if] = ACTIONS(2489), + [anon_sym_switch] = ACTIONS(2489), + [anon_sym_case] = ACTIONS(2489), + [anon_sym_default] = ACTIONS(2489), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2489), + [anon_sym_for] = ACTIONS(2489), + [anon_sym_return] = ACTIONS(2489), + [anon_sym_break] = ACTIONS(2489), + [anon_sym_continue] = ACTIONS(2489), + [anon_sym_goto] = ACTIONS(2489), + [anon_sym_AMP] = ACTIONS(2491), + [anon_sym_BANG] = ACTIONS(2491), + [anon_sym_TILDE] = ACTIONS(2491), + [anon_sym_PLUS] = ACTIONS(2489), + [anon_sym_DASH] = ACTIONS(2489), + [anon_sym_DASH_DASH] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2491), + [anon_sym_sizeof] = ACTIONS(2489), + [sym_number_literal] = ACTIONS(2489), + [sym_char_literal] = ACTIONS(2489), + [sym_string_literal] = ACTIONS(2491), + [sym_identifier] = ACTIONS(2493), + [sym_true] = ACTIONS(2491), + [sym_false] = ACTIONS(2491), + [sym_null] = ACTIONS(2489), [sym_comment] = ACTIONS(44), }, [1095] = { - [anon_sym_SEMI] = ACTIONS(2479), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2495), + [anon_sym_LPAREN] = ACTIONS(2497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2495), + [sym_preproc_directive] = ACTIONS(2499), + [anon_sym_SEMI] = ACTIONS(2497), + [anon_sym_typedef] = ACTIONS(2495), + [anon_sym_extern] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2497), + [anon_sym_RBRACE] = ACTIONS(2497), + [anon_sym_STAR] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2495), + [anon_sym_auto] = ACTIONS(2495), + [anon_sym_register] = ACTIONS(2495), + [anon_sym_inline] = ACTIONS(2495), + [anon_sym_const] = ACTIONS(2495), + [anon_sym_restrict] = ACTIONS(2495), + [anon_sym_volatile] = ACTIONS(2495), + [anon_sym_unsigned] = ACTIONS(2495), + [anon_sym_long] = ACTIONS(2495), + [anon_sym_short] = ACTIONS(2495), + [sym_primitive_type] = ACTIONS(2495), + [anon_sym_enum] = ACTIONS(2495), + [anon_sym_struct] = ACTIONS(2495), + [anon_sym_union] = ACTIONS(2495), + [anon_sym_if] = ACTIONS(2495), + [anon_sym_switch] = ACTIONS(2495), + [anon_sym_case] = ACTIONS(2495), + [anon_sym_default] = ACTIONS(2495), + [anon_sym_while] = ACTIONS(2495), + [anon_sym_do] = ACTIONS(2495), + [anon_sym_for] = ACTIONS(2495), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2495), + [anon_sym_continue] = ACTIONS(2495), + [anon_sym_goto] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2497), + [anon_sym_BANG] = ACTIONS(2497), + [anon_sym_TILDE] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2495), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_DASH_DASH] = ACTIONS(2497), + [anon_sym_PLUS_PLUS] = ACTIONS(2497), + [anon_sym_sizeof] = ACTIONS(2495), + [sym_number_literal] = ACTIONS(2495), + [sym_char_literal] = ACTIONS(2495), + [sym_string_literal] = ACTIONS(2497), + [sym_identifier] = ACTIONS(2499), + [sym_true] = ACTIONS(2497), + [sym_false] = ACTIONS(2497), + [sym_null] = ACTIONS(2495), [sym_comment] = ACTIONS(44), }, [1096] = { - [sym_identifier] = ACTIONS(2481), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [anon_sym_LPAREN] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_RBRACE] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1243), + [sym_char_literal] = ACTIONS(1243), + [sym_string_literal] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1245), + [sym_true] = ACTIONS(1241), + [sym_false] = ACTIONS(1241), + [sym_null] = ACTIONS(1243), [sym_comment] = ACTIONS(44), }, [1097] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(2483), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1098] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_RBRACE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_auto] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2491), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_case] = ACTIONS(2485), - [anon_sym_default] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_goto] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_sizeof] = ACTIONS(2485), - [sym_number_literal] = ACTIONS(2485), - [sym_char_literal] = ACTIONS(2485), - [sym_string_literal] = ACTIONS(2487), - [sym_identifier] = ACTIONS(2489), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_null] = ACTIONS(2485), + [anon_sym_RPAREN] = ACTIONS(2501), [sym_comment] = ACTIONS(44), }, [1099] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(924), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(922), + [sym_preproc_directive] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_typedef] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(924), + [anon_sym_static] = ACTIONS(922), + [anon_sym_auto] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_inline] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_restrict] = ACTIONS(922), + [anon_sym_volatile] = ACTIONS(922), + [anon_sym_unsigned] = ACTIONS(922), + [anon_sym_long] = ACTIONS(922), + [anon_sym_short] = ACTIONS(922), + [sym_primitive_type] = ACTIONS(922), + [anon_sym_enum] = ACTIONS(922), + [anon_sym_struct] = ACTIONS(922), + [anon_sym_union] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_else] = ACTIONS(922), + [anon_sym_switch] = ACTIONS(922), + [anon_sym_case] = ACTIONS(922), + [anon_sym_default] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_goto] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_sizeof] = ACTIONS(922), + [sym_number_literal] = ACTIONS(922), + [sym_char_literal] = ACTIONS(922), + [sym_string_literal] = ACTIONS(924), + [sym_identifier] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(922), [sym_comment] = ACTIONS(44), }, [1100] = { - [anon_sym_SEMI] = ACTIONS(2493), + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), + [sym_macro_type_specifier] = STATE(13), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1224), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1101] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1975), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2505), [sym_comment] = ACTIONS(44), }, [1102] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2495), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1103] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1981), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1104] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1105] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1985), - [anon_sym_QMARK] = ACTIONS(1983), - [anon_sym_STAR_EQ] = ACTIONS(1983), - [anon_sym_SLASH_EQ] = ACTIONS(1983), - [anon_sym_PERCENT_EQ] = ACTIONS(1983), - [anon_sym_PLUS_EQ] = ACTIONS(1983), - [anon_sym_DASH_EQ] = ACTIONS(1983), - [anon_sym_LT_LT_EQ] = ACTIONS(1983), - [anon_sym_GT_GT_EQ] = ACTIONS(1983), - [anon_sym_AMP_EQ] = ACTIONS(1983), - [anon_sym_CARET_EQ] = ACTIONS(1983), - [anon_sym_PIPE_EQ] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1983), - [anon_sym_AMP_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1106] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1107] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1981), - [anon_sym_QMARK] = ACTIONS(1979), - [anon_sym_STAR_EQ] = ACTIONS(1979), - [anon_sym_SLASH_EQ] = ACTIONS(1979), - [anon_sym_PERCENT_EQ] = ACTIONS(1979), - [anon_sym_PLUS_EQ] = ACTIONS(1979), - [anon_sym_DASH_EQ] = ACTIONS(1979), - [anon_sym_LT_LT_EQ] = ACTIONS(1979), - [anon_sym_GT_GT_EQ] = ACTIONS(1979), - [anon_sym_AMP_EQ] = ACTIONS(1979), - [anon_sym_CARET_EQ] = ACTIONS(1979), - [anon_sym_PIPE_EQ] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1979), - [anon_sym_AMP_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1981), - [anon_sym_CARET] = ACTIONS(1981), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1108] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1987), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1989), - [anon_sym_QMARK] = ACTIONS(1987), - [anon_sym_STAR_EQ] = ACTIONS(1987), - [anon_sym_SLASH_EQ] = ACTIONS(1987), - [anon_sym_PERCENT_EQ] = ACTIONS(1987), - [anon_sym_PLUS_EQ] = ACTIONS(1987), - [anon_sym_DASH_EQ] = ACTIONS(1987), - [anon_sym_LT_LT_EQ] = ACTIONS(1987), - [anon_sym_GT_GT_EQ] = ACTIONS(1987), - [anon_sym_AMP_EQ] = ACTIONS(1987), - [anon_sym_CARET_EQ] = ACTIONS(1987), - [anon_sym_PIPE_EQ] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1989), - [anon_sym_PIPE_PIPE] = ACTIONS(1987), - [anon_sym_AMP_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1989), - [anon_sym_CARET] = ACTIONS(1989), - [anon_sym_EQ_EQ] = ACTIONS(1987), - [anon_sym_BANG_EQ] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2507), [sym_comment] = ACTIONS(44), - }, - [1109] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1991), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_STAR_EQ] = ACTIONS(1991), - [anon_sym_SLASH_EQ] = ACTIONS(1991), - [anon_sym_PERCENT_EQ] = ACTIONS(1991), - [anon_sym_PLUS_EQ] = ACTIONS(1991), - [anon_sym_DASH_EQ] = ACTIONS(1991), - [anon_sym_LT_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_GT_EQ] = ACTIONS(1991), - [anon_sym_AMP_EQ] = ACTIONS(1991), - [anon_sym_CARET_EQ] = ACTIONS(1991), - [anon_sym_PIPE_EQ] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1993), - [anon_sym_PIPE_PIPE] = ACTIONS(1991), - [anon_sym_AMP_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1993), - [anon_sym_CARET] = ACTIONS(1993), - [anon_sym_EQ_EQ] = ACTIONS(1991), - [anon_sym_BANG_EQ] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1993), - [anon_sym_LT_EQ] = ACTIONS(1991), - [anon_sym_GT_EQ] = ACTIONS(1991), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + }, + [1103] = { + [sym__expression] = STATE(1227), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1104] = { + [anon_sym_COLON] = ACTIONS(2509), + [sym_comment] = ACTIONS(44), + }, + [1105] = { + [anon_sym_LPAREN] = ACTIONS(2511), + [sym_comment] = ACTIONS(44), + }, + [1106] = { + [sym_compound_statement] = STATE(1230), + [sym_labeled_statement] = STATE(1230), + [sym_expression_statement] = STATE(1230), + [sym_if_statement] = STATE(1230), + [sym_switch_statement] = STATE(1230), + [sym_case_statement] = STATE(1230), + [sym_while_statement] = STATE(1230), + [sym_do_statement] = STATE(1230), + [sym_for_statement] = STATE(1230), + [sym_return_statement] = STATE(1230), + [sym_break_statement] = STATE(1230), + [sym_continue_statement] = STATE(1230), + [sym_goto_statement] = STATE(1230), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1107] = { + [anon_sym_LPAREN] = ACTIONS(2513), + [sym_comment] = ACTIONS(44), + }, + [1108] = { + [sym__expression] = STATE(1233), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1109] = { + [anon_sym_SEMI] = ACTIONS(2517), [sym_comment] = ACTIONS(44), }, [1110] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1995), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_STAR_EQ] = ACTIONS(1995), - [anon_sym_SLASH_EQ] = ACTIONS(1995), - [anon_sym_PERCENT_EQ] = ACTIONS(1995), - [anon_sym_PLUS_EQ] = ACTIONS(1995), - [anon_sym_DASH_EQ] = ACTIONS(1995), - [anon_sym_LT_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_GT_EQ] = ACTIONS(1995), - [anon_sym_AMP_EQ] = ACTIONS(1995), - [anon_sym_CARET_EQ] = ACTIONS(1995), - [anon_sym_PIPE_EQ] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1997), - [anon_sym_PIPE_PIPE] = ACTIONS(1995), - [anon_sym_AMP_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1997), - [anon_sym_CARET] = ACTIONS(1997), - [anon_sym_EQ_EQ] = ACTIONS(1995), - [anon_sym_BANG_EQ] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1997), - [anon_sym_LT_EQ] = ACTIONS(1995), - [anon_sym_GT_EQ] = ACTIONS(1995), - [anon_sym_LT_LT] = ACTIONS(1997), - [anon_sym_GT_GT] = ACTIONS(1997), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_SEMI] = ACTIONS(2519), [sym_comment] = ACTIONS(44), }, [1111] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1969), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1971), - [anon_sym_QMARK] = ACTIONS(1969), - [anon_sym_STAR_EQ] = ACTIONS(1969), - [anon_sym_SLASH_EQ] = ACTIONS(1969), - [anon_sym_PERCENT_EQ] = ACTIONS(1969), - [anon_sym_PLUS_EQ] = ACTIONS(1969), - [anon_sym_DASH_EQ] = ACTIONS(1969), - [anon_sym_LT_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_GT_EQ] = ACTIONS(1969), - [anon_sym_AMP_EQ] = ACTIONS(1969), - [anon_sym_CARET_EQ] = ACTIONS(1969), - [anon_sym_PIPE_EQ] = ACTIONS(1969), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE_PIPE] = ACTIONS(1969), - [anon_sym_AMP_AMP] = ACTIONS(1969), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_CARET] = ACTIONS(1971), - [anon_sym_EQ_EQ] = ACTIONS(1969), - [anon_sym_BANG_EQ] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_GT] = ACTIONS(1971), - [anon_sym_LT_EQ] = ACTIONS(1969), - [anon_sym_GT_EQ] = ACTIONS(1969), - [anon_sym_LT_LT] = ACTIONS(1971), - [anon_sym_GT_GT] = ACTIONS(1971), - [anon_sym_PLUS] = ACTIONS(1971), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_identifier] = ACTIONS(2521), [sym_comment] = ACTIONS(44), }, [1112] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_RBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_auto] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_switch] = ACTIONS(2497), - [anon_sym_case] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_goto] = ACTIONS(2497), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_sizeof] = ACTIONS(2497), - [sym_number_literal] = ACTIONS(2497), - [sym_char_literal] = ACTIONS(2497), - [sym_string_literal] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [sym_true] = ACTIONS(2499), - [sym_false] = ACTIONS(2499), - [sym_null] = ACTIONS(2497), + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(2523), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, [1113] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(2503), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_COLON] = ACTIONS(2291), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2503), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2505), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2525), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_typedef] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_RBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_auto] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_unsigned] = ACTIONS(2525), + [anon_sym_long] = ACTIONS(2525), + [anon_sym_short] = ACTIONS(2525), + [sym_primitive_type] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_else] = ACTIONS(2531), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_goto] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_sizeof] = ACTIONS(2525), + [sym_number_literal] = ACTIONS(2525), + [sym_char_literal] = ACTIONS(2525), + [sym_string_literal] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [sym_true] = ACTIONS(2527), + [sym_false] = ACTIONS(2527), + [sym_null] = ACTIONS(2525), [sym_comment] = ACTIONS(44), }, [1114] = { - [sym__expression] = STATE(1224), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(2533), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1115] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2509), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2507), - [sym_preproc_directive] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_typedef] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_RBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_auto] = ACTIONS(2507), - [anon_sym_register] = ACTIONS(2507), - [anon_sym_inline] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_restrict] = ACTIONS(2507), - [anon_sym_volatile] = ACTIONS(2507), - [anon_sym_unsigned] = ACTIONS(2507), - [anon_sym_long] = ACTIONS(2507), - [anon_sym_short] = ACTIONS(2507), - [sym_primitive_type] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_switch] = ACTIONS(2507), - [anon_sym_case] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_do] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_goto] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_TILDE] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2509), - [anon_sym_PLUS_PLUS] = ACTIONS(2509), - [anon_sym_sizeof] = ACTIONS(2507), - [sym_number_literal] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [sym_string_literal] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [sym_true] = ACTIONS(2509), - [sym_false] = ACTIONS(2509), - [sym_null] = ACTIONS(2507), + [anon_sym_SEMI] = ACTIONS(2533), [sym_comment] = ACTIONS(44), }, [1116] = { - [sym_compound_statement] = STATE(1232), - [sym_labeled_statement] = STATE(1232), - [sym_expression_statement] = STATE(1232), - [sym_if_statement] = STATE(1232), - [sym_switch_statement] = STATE(1232), - [sym_case_statement] = STATE(1232), - [sym_while_statement] = STATE(1232), - [sym_do_statement] = STATE(1232), - [sym_for_statement] = STATE(1232), - [sym_return_statement] = STATE(1232), - [sym_break_statement] = STATE(1232), - [sym_continue_statement] = STATE(1232), - [sym_goto_statement] = STATE(1232), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(2007), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1117] = { - [sym_compound_statement] = STATE(1112), - [sym_labeled_statement] = STATE(1112), - [sym_expression_statement] = STATE(1112), - [sym_if_statement] = STATE(1112), - [sym_switch_statement] = STATE(1112), - [sym_case_statement] = STATE(1112), - [sym_while_statement] = STATE(1112), - [sym_do_statement] = STATE(1112), - [sym_for_statement] = STATE(1112), - [sym_return_statement] = STATE(1112), - [sym_break_statement] = STATE(1112), - [sym_continue_statement] = STATE(1112), - [sym_goto_statement] = STATE(1112), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2535), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1118] = { - [sym_compound_statement] = STATE(1115), - [sym_labeled_statement] = STATE(1115), - [sym_expression_statement] = STATE(1115), - [sym_if_statement] = STATE(1115), - [sym_switch_statement] = STATE(1115), - [sym_case_statement] = STATE(1115), - [sym_while_statement] = STATE(1115), - [sym_do_statement] = STATE(1115), - [sym_for_statement] = STATE(1115), - [sym_return_statement] = STATE(1115), - [sym_break_statement] = STATE(1115), - [sym_continue_statement] = STATE(1115), - [sym_goto_statement] = STATE(1115), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1119] = { - [sym__expression] = STATE(1234), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2527), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1120] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2529), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2017), + [anon_sym_QMARK] = ACTIONS(2015), + [anon_sym_STAR_EQ] = ACTIONS(2015), + [anon_sym_SLASH_EQ] = ACTIONS(2015), + [anon_sym_PERCENT_EQ] = ACTIONS(2015), + [anon_sym_PLUS_EQ] = ACTIONS(2015), + [anon_sym_DASH_EQ] = ACTIONS(2015), + [anon_sym_LT_LT_EQ] = ACTIONS(2015), + [anon_sym_GT_GT_EQ] = ACTIONS(2015), + [anon_sym_AMP_EQ] = ACTIONS(2015), + [anon_sym_CARET_EQ] = ACTIONS(2015), + [anon_sym_PIPE_EQ] = ACTIONS(2015), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(2015), + [anon_sym_AMP_AMP] = ACTIONS(2015), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1121] = { - [sym__expression] = STATE(1236), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2529), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1122] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2013), + [anon_sym_QMARK] = ACTIONS(2011), + [anon_sym_STAR_EQ] = ACTIONS(2011), + [anon_sym_SLASH_EQ] = ACTIONS(2011), + [anon_sym_PERCENT_EQ] = ACTIONS(2011), + [anon_sym_PLUS_EQ] = ACTIONS(2011), + [anon_sym_DASH_EQ] = ACTIONS(2011), + [anon_sym_LT_LT_EQ] = ACTIONS(2011), + [anon_sym_GT_GT_EQ] = ACTIONS(2011), + [anon_sym_AMP_EQ] = ACTIONS(2011), + [anon_sym_CARET_EQ] = ACTIONS(2011), + [anon_sym_PIPE_EQ] = ACTIONS(2011), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(2011), + [anon_sym_AMP_AMP] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_CARET] = ACTIONS(2013), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1123] = { - [sym_compound_statement] = STATE(1238), - [sym_labeled_statement] = STATE(1238), - [sym_expression_statement] = STATE(1238), - [sym_if_statement] = STATE(1238), - [sym_switch_statement] = STATE(1238), - [sym_case_statement] = STATE(1238), - [sym_while_statement] = STATE(1238), - [sym_do_statement] = STATE(1238), - [sym_for_statement] = STATE(1238), - [sym_return_statement] = STATE(1238), - [sym_break_statement] = STATE(1238), - [sym_continue_statement] = STATE(1238), - [sym_goto_statement] = STATE(1238), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2021), + [anon_sym_QMARK] = ACTIONS(2019), + [anon_sym_STAR_EQ] = ACTIONS(2019), + [anon_sym_SLASH_EQ] = ACTIONS(2019), + [anon_sym_PERCENT_EQ] = ACTIONS(2019), + [anon_sym_PLUS_EQ] = ACTIONS(2019), + [anon_sym_DASH_EQ] = ACTIONS(2019), + [anon_sym_LT_LT_EQ] = ACTIONS(2019), + [anon_sym_GT_GT_EQ] = ACTIONS(2019), + [anon_sym_AMP_EQ] = ACTIONS(2019), + [anon_sym_CARET_EQ] = ACTIONS(2019), + [anon_sym_PIPE_EQ] = ACTIONS(2019), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE_PIPE] = ACTIONS(2019), + [anon_sym_AMP_AMP] = ACTIONS(2019), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_CARET] = ACTIONS(2021), + [anon_sym_EQ_EQ] = ACTIONS(2019), + [anon_sym_BANG_EQ] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1124] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1240), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2533), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2025), + [anon_sym_QMARK] = ACTIONS(2023), + [anon_sym_STAR_EQ] = ACTIONS(2023), + [anon_sym_SLASH_EQ] = ACTIONS(2023), + [anon_sym_PERCENT_EQ] = ACTIONS(2023), + [anon_sym_PLUS_EQ] = ACTIONS(2023), + [anon_sym_DASH_EQ] = ACTIONS(2023), + [anon_sym_LT_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_GT_EQ] = ACTIONS(2023), + [anon_sym_AMP_EQ] = ACTIONS(2023), + [anon_sym_CARET_EQ] = ACTIONS(2023), + [anon_sym_PIPE_EQ] = ACTIONS(2023), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE_PIPE] = ACTIONS(2023), + [anon_sym_AMP_AMP] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_CARET] = ACTIONS(2025), + [anon_sym_EQ_EQ] = ACTIONS(2023), + [anon_sym_BANG_EQ] = ACTIONS(2023), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_GT] = ACTIONS(2025), + [anon_sym_LT_EQ] = ACTIONS(2023), + [anon_sym_GT_EQ] = ACTIONS(2023), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1125] = { - [sym__expression] = STATE(1241), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2533), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2027), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2029), + [anon_sym_QMARK] = ACTIONS(2027), + [anon_sym_STAR_EQ] = ACTIONS(2027), + [anon_sym_SLASH_EQ] = ACTIONS(2027), + [anon_sym_PERCENT_EQ] = ACTIONS(2027), + [anon_sym_PLUS_EQ] = ACTIONS(2027), + [anon_sym_DASH_EQ] = ACTIONS(2027), + [anon_sym_LT_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_GT_EQ] = ACTIONS(2027), + [anon_sym_AMP_EQ] = ACTIONS(2027), + [anon_sym_CARET_EQ] = ACTIONS(2027), + [anon_sym_PIPE_EQ] = ACTIONS(2027), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE_PIPE] = ACTIONS(2027), + [anon_sym_AMP_AMP] = ACTIONS(2027), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_CARET] = ACTIONS(2029), + [anon_sym_EQ_EQ] = ACTIONS(2027), + [anon_sym_BANG_EQ] = ACTIONS(2027), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_GT] = ACTIONS(2029), + [anon_sym_LT_EQ] = ACTIONS(2027), + [anon_sym_GT_EQ] = ACTIONS(2027), + [anon_sym_LT_LT] = ACTIONS(2029), + [anon_sym_GT_GT] = ACTIONS(2029), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1126] = { - [anon_sym_LPAREN] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2001), + [anon_sym_STAR_EQ] = ACTIONS(2001), + [anon_sym_SLASH_EQ] = ACTIONS(2001), + [anon_sym_PERCENT_EQ] = ACTIONS(2001), + [anon_sym_PLUS_EQ] = ACTIONS(2001), + [anon_sym_DASH_EQ] = ACTIONS(2001), + [anon_sym_LT_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_GT_EQ] = ACTIONS(2001), + [anon_sym_AMP_EQ] = ACTIONS(2001), + [anon_sym_CARET_EQ] = ACTIONS(2001), + [anon_sym_PIPE_EQ] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2003), + [anon_sym_PIPE_PIPE] = ACTIONS(2001), + [anon_sym_AMP_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), + [anon_sym_EQ_EQ] = ACTIONS(2001), + [anon_sym_BANG_EQ] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2003), + [anon_sym_GT] = ACTIONS(2003), + [anon_sym_LT_EQ] = ACTIONS(2001), + [anon_sym_GT_EQ] = ACTIONS(2001), + [anon_sym_LT_LT] = ACTIONS(2003), + [anon_sym_GT_GT] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1127] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_RBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_auto] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_switch] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_do] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_goto] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_PLUS] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_sizeof] = ACTIONS(2537), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [sym_true] = ACTIONS(2539), + [sym_false] = ACTIONS(2539), + [sym_null] = ACTIONS(2537), [sym_comment] = ACTIONS(44), }, [1128] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_COLON] = ACTIONS(2327), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2543), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2545), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1129] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2539), - [anon_sym_RPAREN] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1241), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1130] = { - [sym__expression] = STATE(1244), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2549), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2547), + [sym_preproc_directive] = ACTIONS(2551), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2547), + [anon_sym_auto] = ACTIONS(2547), + [anon_sym_register] = ACTIONS(2547), + [anon_sym_inline] = ACTIONS(2547), + [anon_sym_const] = ACTIONS(2547), + [anon_sym_restrict] = ACTIONS(2547), + [anon_sym_volatile] = ACTIONS(2547), + [anon_sym_unsigned] = ACTIONS(2547), + [anon_sym_long] = ACTIONS(2547), + [anon_sym_short] = ACTIONS(2547), + [sym_primitive_type] = ACTIONS(2547), + [anon_sym_enum] = ACTIONS(2547), + [anon_sym_struct] = ACTIONS(2547), + [anon_sym_union] = ACTIONS(2547), + [anon_sym_if] = ACTIONS(2547), + [anon_sym_switch] = ACTIONS(2547), + [anon_sym_case] = ACTIONS(2547), + [anon_sym_default] = ACTIONS(2547), + [anon_sym_while] = ACTIONS(2547), + [anon_sym_do] = ACTIONS(2547), + [anon_sym_for] = ACTIONS(2547), + [anon_sym_return] = ACTIONS(2547), + [anon_sym_break] = ACTIONS(2547), + [anon_sym_continue] = ACTIONS(2547), + [anon_sym_goto] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_BANG] = ACTIONS(2549), + [anon_sym_TILDE] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_sizeof] = ACTIONS(2547), + [sym_number_literal] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [sym_string_literal] = ACTIONS(2549), + [sym_identifier] = ACTIONS(2551), + [sym_true] = ACTIONS(2549), + [sym_false] = ACTIONS(2549), + [sym_null] = ACTIONS(2547), [sym_comment] = ACTIONS(44), }, [1131] = { - [anon_sym_LPAREN] = ACTIONS(2541), - [anon_sym_COMMA] = ACTIONS(2541), - [anon_sym_RPAREN] = ACTIONS(2541), - [anon_sym_SEMI] = ACTIONS(2541), - [anon_sym_RBRACE] = ACTIONS(2541), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_RBRACK] = ACTIONS(2541), - [anon_sym_EQ] = ACTIONS(2543), - [anon_sym_COLON] = ACTIONS(2541), - [anon_sym_QMARK] = ACTIONS(2541), - [anon_sym_STAR_EQ] = ACTIONS(2541), - [anon_sym_SLASH_EQ] = ACTIONS(2541), - [anon_sym_PERCENT_EQ] = ACTIONS(2541), - [anon_sym_PLUS_EQ] = ACTIONS(2541), - [anon_sym_DASH_EQ] = ACTIONS(2541), - [anon_sym_LT_LT_EQ] = ACTIONS(2541), - [anon_sym_GT_GT_EQ] = ACTIONS(2541), - [anon_sym_AMP_EQ] = ACTIONS(2541), - [anon_sym_CARET_EQ] = ACTIONS(2541), - [anon_sym_PIPE_EQ] = ACTIONS(2541), - [anon_sym_AMP] = ACTIONS(2543), - [anon_sym_PIPE_PIPE] = ACTIONS(2541), - [anon_sym_AMP_AMP] = ACTIONS(2541), - [anon_sym_PIPE] = ACTIONS(2543), - [anon_sym_CARET] = ACTIONS(2543), - [anon_sym_EQ_EQ] = ACTIONS(2541), - [anon_sym_BANG_EQ] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2543), - [anon_sym_GT] = ACTIONS(2543), - [anon_sym_LT_EQ] = ACTIONS(2541), - [anon_sym_GT_EQ] = ACTIONS(2541), - [anon_sym_LT_LT] = ACTIONS(2543), - [anon_sym_GT_GT] = ACTIONS(2543), - [anon_sym_PLUS] = ACTIONS(2543), - [anon_sym_DASH] = ACTIONS(2543), - [anon_sym_SLASH] = ACTIONS(2543), - [anon_sym_PERCENT] = ACTIONS(2543), - [anon_sym_DASH_DASH] = ACTIONS(2541), - [anon_sym_PLUS_PLUS] = ACTIONS(2541), - [anon_sym_DOT] = ACTIONS(2541), - [anon_sym_DASH_GT] = ACTIONS(2541), + [sym_compound_statement] = STATE(1249), + [sym_labeled_statement] = STATE(1249), + [sym_expression_statement] = STATE(1249), + [sym_if_statement] = STATE(1249), + [sym_switch_statement] = STATE(1249), + [sym_case_statement] = STATE(1249), + [sym_while_statement] = STATE(1249), + [sym_do_statement] = STATE(1249), + [sym_for_statement] = STATE(1249), + [sym_return_statement] = STATE(1249), + [sym_break_statement] = STATE(1249), + [sym_continue_statement] = STATE(1249), + [sym_goto_statement] = STATE(1249), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1132] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2545), - [anon_sym_SEMI] = ACTIONS(2545), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_compound_statement] = STATE(1127), + [sym_labeled_statement] = STATE(1127), + [sym_expression_statement] = STATE(1127), + [sym_if_statement] = STATE(1127), + [sym_switch_statement] = STATE(1127), + [sym_case_statement] = STATE(1127), + [sym_while_statement] = STATE(1127), + [sym_do_statement] = STATE(1127), + [sym_for_statement] = STATE(1127), + [sym_return_statement] = STATE(1127), + [sym_break_statement] = STATE(1127), + [sym_continue_statement] = STATE(1127), + [sym_goto_statement] = STATE(1127), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1133] = { - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_RBRACK] = ACTIONS(1261), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_auto] = ACTIONS(1263), - [anon_sym_register] = ACTIONS(1263), - [anon_sym_inline] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_restrict] = ACTIONS(1263), - [anon_sym_volatile] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1261), - [anon_sym_BANG] = ACTIONS(1261), - [anon_sym_TILDE] = ACTIONS(1261), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1261), - [anon_sym_PLUS_PLUS] = ACTIONS(1261), - [anon_sym_sizeof] = ACTIONS(1263), - [sym_number_literal] = ACTIONS(1263), - [sym_char_literal] = ACTIONS(1263), - [sym_string_literal] = ACTIONS(1261), - [sym_identifier] = ACTIONS(1265), - [sym_true] = ACTIONS(1261), - [sym_false] = ACTIONS(1261), - [sym_null] = ACTIONS(1263), + [sym_compound_statement] = STATE(1130), + [sym_labeled_statement] = STATE(1130), + [sym_expression_statement] = STATE(1130), + [sym_if_statement] = STATE(1130), + [sym_switch_statement] = STATE(1130), + [sym_case_statement] = STATE(1130), + [sym_while_statement] = STATE(1130), + [sym_do_statement] = STATE(1130), + [sym_for_statement] = STATE(1130), + [sym_return_statement] = STATE(1130), + [sym_break_statement] = STATE(1130), + [sym_continue_statement] = STATE(1130), + [sym_goto_statement] = STATE(1130), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1134] = { - [sym_enumerator] = STATE(573), - [anon_sym_RBRACE] = ACTIONS(2547), - [sym_identifier] = ACTIONS(238), + [sym__expression] = STATE(1251), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1135] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(2545), - [anon_sym_EQ] = ACTIONS(1072), - [anon_sym_QMARK] = ACTIONS(1074), - [anon_sym_STAR_EQ] = ACTIONS(1076), - [anon_sym_SLASH_EQ] = ACTIONS(1076), - [anon_sym_PERCENT_EQ] = ACTIONS(1076), - [anon_sym_PLUS_EQ] = ACTIONS(1076), - [anon_sym_DASH_EQ] = ACTIONS(1076), - [anon_sym_LT_LT_EQ] = ACTIONS(1076), - [anon_sym_GT_GT_EQ] = ACTIONS(1076), - [anon_sym_AMP_EQ] = ACTIONS(1076), - [anon_sym_CARET_EQ] = ACTIONS(1076), - [anon_sym_PIPE_EQ] = ACTIONS(1076), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_PIPE_PIPE] = ACTIONS(1080), - [anon_sym_AMP_AMP] = ACTIONS(1082), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1086), - [anon_sym_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1088), - [anon_sym_LT] = ACTIONS(1090), - [anon_sym_GT] = ACTIONS(1090), - [anon_sym_LT_EQ] = ACTIONS(1092), - [anon_sym_GT_EQ] = ACTIONS(1092), - [anon_sym_LT_LT] = ACTIONS(1094), - [anon_sym_GT_GT] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_SLASH] = ACTIONS(1070), - [anon_sym_PERCENT] = ACTIONS(1070), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1136] = { - [sym__expression] = STATE(1246), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(1247), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(772), - [anon_sym_AMP] = ACTIONS(772), - [anon_sym_BANG] = ACTIONS(774), - [anon_sym_TILDE] = ACTIONS(776), - [anon_sym_PLUS] = ACTIONS(778), - [anon_sym_DASH] = ACTIONS(778), - [anon_sym_DASH_DASH] = ACTIONS(780), - [anon_sym_PLUS_PLUS] = ACTIONS(780), - [anon_sym_sizeof] = ACTIONS(782), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1253), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1137] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2545), - [anon_sym_RBRACE] = ACTIONS(2545), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1237), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1138] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2545), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_compound_statement] = STATE(1255), + [sym_labeled_statement] = STATE(1255), + [sym_expression_statement] = STATE(1255), + [sym_if_statement] = STATE(1255), + [sym_switch_statement] = STATE(1255), + [sym_case_statement] = STATE(1255), + [sym_while_statement] = STATE(1255), + [sym_do_statement] = STATE(1255), + [sym_for_statement] = STATE(1255), + [sym_return_statement] = STATE(1255), + [sym_break_statement] = STATE(1255), + [sym_continue_statement] = STATE(1255), + [sym_goto_statement] = STATE(1255), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1139] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2545), - [anon_sym_RPAREN] = ACTIONS(2545), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1257), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2573), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1140] = { - [anon_sym_LF] = ACTIONS(2549), - [sym_comment] = ACTIONS(54), + [sym__expression] = STATE(1258), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2573), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), }, [1141] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(662), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(664), - [sym_preproc_directive] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_typedef] = ACTIONS(664), - [anon_sym_extern] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_STAR] = ACTIONS(662), - [anon_sym_static] = ACTIONS(664), - [anon_sym_auto] = ACTIONS(664), - [anon_sym_register] = ACTIONS(664), - [anon_sym_inline] = ACTIONS(664), - [anon_sym_const] = ACTIONS(664), - [anon_sym_restrict] = ACTIONS(664), - [anon_sym_volatile] = ACTIONS(664), - [anon_sym_unsigned] = ACTIONS(664), - [anon_sym_long] = ACTIONS(664), - [anon_sym_short] = ACTIONS(664), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(664), - [anon_sym_struct] = ACTIONS(664), - [anon_sym_union] = ACTIONS(664), - [anon_sym_if] = ACTIONS(664), - [anon_sym_switch] = ACTIONS(664), - [anon_sym_case] = ACTIONS(664), - [anon_sym_default] = ACTIONS(664), - [anon_sym_while] = ACTIONS(664), - [anon_sym_do] = ACTIONS(664), - [anon_sym_for] = ACTIONS(664), - [anon_sym_return] = ACTIONS(664), - [anon_sym_break] = ACTIONS(664), - [anon_sym_continue] = ACTIONS(664), - [anon_sym_goto] = ACTIONS(664), - [anon_sym_AMP] = ACTIONS(662), - [anon_sym_BANG] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(662), - [anon_sym_PLUS] = ACTIONS(664), - [anon_sym_DASH] = ACTIONS(664), - [anon_sym_DASH_DASH] = ACTIONS(662), - [anon_sym_PLUS_PLUS] = ACTIONS(662), - [anon_sym_sizeof] = ACTIONS(664), - [sym_number_literal] = ACTIONS(664), - [sym_char_literal] = ACTIONS(664), - [sym_string_literal] = ACTIONS(662), - [sym_identifier] = ACTIONS(666), - [sym_true] = ACTIONS(662), - [sym_false] = ACTIONS(662), - [sym_null] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(542), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, [1142] = { - [anon_sym_LF] = ACTIONS(2551), - [sym_comment] = ACTIONS(54), + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(2575), + [sym_comment] = ACTIONS(44), }, [1143] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2165), - [anon_sym_LPAREN] = ACTIONS(2167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2165), - [sym_preproc_directive] = ACTIONS(2169), - [anon_sym_SEMI] = ACTIONS(2167), - [anon_sym_typedef] = ACTIONS(2165), - [anon_sym_extern] = ACTIONS(2165), - [anon_sym_LBRACE] = ACTIONS(2167), - [anon_sym_STAR] = ACTIONS(2167), - [anon_sym_static] = ACTIONS(2165), - [anon_sym_auto] = ACTIONS(2165), - [anon_sym_register] = ACTIONS(2165), - [anon_sym_inline] = ACTIONS(2165), - [anon_sym_const] = ACTIONS(2165), - [anon_sym_restrict] = ACTIONS(2165), - [anon_sym_volatile] = ACTIONS(2165), - [anon_sym_unsigned] = ACTIONS(2165), - [anon_sym_long] = ACTIONS(2165), - [anon_sym_short] = ACTIONS(2165), - [sym_primitive_type] = ACTIONS(2165), - [anon_sym_enum] = ACTIONS(2165), - [anon_sym_struct] = ACTIONS(2165), - [anon_sym_union] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2165), - [anon_sym_switch] = ACTIONS(2165), - [anon_sym_case] = ACTIONS(2165), - [anon_sym_default] = ACTIONS(2165), - [anon_sym_while] = ACTIONS(2165), - [anon_sym_do] = ACTIONS(2165), - [anon_sym_for] = ACTIONS(2165), - [anon_sym_return] = ACTIONS(2165), - [anon_sym_break] = ACTIONS(2165), - [anon_sym_continue] = ACTIONS(2165), - [anon_sym_goto] = ACTIONS(2165), - [anon_sym_AMP] = ACTIONS(2167), - [anon_sym_BANG] = ACTIONS(2167), - [anon_sym_TILDE] = ACTIONS(2167), - [anon_sym_PLUS] = ACTIONS(2165), - [anon_sym_DASH] = ACTIONS(2165), - [anon_sym_DASH_DASH] = ACTIONS(2167), - [anon_sym_PLUS_PLUS] = ACTIONS(2167), - [anon_sym_sizeof] = ACTIONS(2165), - [sym_number_literal] = ACTIONS(2165), - [sym_char_literal] = ACTIONS(2165), - [sym_string_literal] = ACTIONS(2167), - [sym_identifier] = ACTIONS(2169), - [sym_true] = ACTIONS(2167), - [sym_false] = ACTIONS(2167), - [sym_null] = ACTIONS(2165), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2577), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1144] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2171), - [anon_sym_LPAREN] = ACTIONS(2173), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2171), - [sym_preproc_directive] = ACTIONS(2175), - [anon_sym_SEMI] = ACTIONS(2173), - [anon_sym_typedef] = ACTIONS(2171), - [anon_sym_extern] = ACTIONS(2171), - [anon_sym_LBRACE] = ACTIONS(2173), - [anon_sym_STAR] = ACTIONS(2173), - [anon_sym_static] = ACTIONS(2171), - [anon_sym_auto] = ACTIONS(2171), - [anon_sym_register] = ACTIONS(2171), - [anon_sym_inline] = ACTIONS(2171), - [anon_sym_const] = ACTIONS(2171), - [anon_sym_restrict] = ACTIONS(2171), - [anon_sym_volatile] = ACTIONS(2171), - [anon_sym_unsigned] = ACTIONS(2171), - [anon_sym_long] = ACTIONS(2171), - [anon_sym_short] = ACTIONS(2171), - [sym_primitive_type] = ACTIONS(2171), - [anon_sym_enum] = ACTIONS(2171), - [anon_sym_struct] = ACTIONS(2171), - [anon_sym_union] = ACTIONS(2171), - [anon_sym_if] = ACTIONS(2171), - [anon_sym_switch] = ACTIONS(2171), - [anon_sym_case] = ACTIONS(2171), - [anon_sym_default] = ACTIONS(2171), - [anon_sym_while] = ACTIONS(2171), - [anon_sym_do] = ACTIONS(2171), - [anon_sym_for] = ACTIONS(2171), - [anon_sym_return] = ACTIONS(2171), - [anon_sym_break] = ACTIONS(2171), - [anon_sym_continue] = ACTIONS(2171), - [anon_sym_goto] = ACTIONS(2171), - [anon_sym_AMP] = ACTIONS(2173), - [anon_sym_BANG] = ACTIONS(2173), - [anon_sym_TILDE] = ACTIONS(2173), - [anon_sym_PLUS] = ACTIONS(2171), - [anon_sym_DASH] = ACTIONS(2171), - [anon_sym_DASH_DASH] = ACTIONS(2173), - [anon_sym_PLUS_PLUS] = ACTIONS(2173), - [anon_sym_sizeof] = ACTIONS(2171), - [sym_number_literal] = ACTIONS(2171), - [sym_char_literal] = ACTIONS(2171), - [sym_string_literal] = ACTIONS(2173), - [sym_identifier] = ACTIONS(2175), - [sym_true] = ACTIONS(2173), - [sym_false] = ACTIONS(2173), - [sym_null] = ACTIONS(2171), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2579), + [anon_sym_RPAREN] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1145] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2179), - [anon_sym_LPAREN] = ACTIONS(2181), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2179), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_SEMI] = ACTIONS(2181), - [anon_sym_typedef] = ACTIONS(2179), - [anon_sym_extern] = ACTIONS(2179), - [anon_sym_LBRACE] = ACTIONS(2181), - [anon_sym_STAR] = ACTIONS(2181), - [anon_sym_static] = ACTIONS(2179), - [anon_sym_auto] = ACTIONS(2179), - [anon_sym_register] = ACTIONS(2179), - [anon_sym_inline] = ACTIONS(2179), - [anon_sym_const] = ACTIONS(2179), - [anon_sym_restrict] = ACTIONS(2179), - [anon_sym_volatile] = ACTIONS(2179), - [anon_sym_unsigned] = ACTIONS(2179), - [anon_sym_long] = ACTIONS(2179), - [anon_sym_short] = ACTIONS(2179), - [sym_primitive_type] = ACTIONS(2179), - [anon_sym_enum] = ACTIONS(2179), - [anon_sym_struct] = ACTIONS(2179), - [anon_sym_union] = ACTIONS(2179), - [anon_sym_if] = ACTIONS(2179), - [anon_sym_switch] = ACTIONS(2179), - [anon_sym_case] = ACTIONS(2179), - [anon_sym_default] = ACTIONS(2179), - [anon_sym_while] = ACTIONS(2179), - [anon_sym_do] = ACTIONS(2179), - [anon_sym_for] = ACTIONS(2179), - [anon_sym_return] = ACTIONS(2179), - [anon_sym_break] = ACTIONS(2179), - [anon_sym_continue] = ACTIONS(2179), - [anon_sym_goto] = ACTIONS(2179), - [anon_sym_AMP] = ACTIONS(2181), - [anon_sym_BANG] = ACTIONS(2181), - [anon_sym_TILDE] = ACTIONS(2181), - [anon_sym_PLUS] = ACTIONS(2179), - [anon_sym_DASH] = ACTIONS(2179), - [anon_sym_DASH_DASH] = ACTIONS(2181), - [anon_sym_PLUS_PLUS] = ACTIONS(2181), - [anon_sym_sizeof] = ACTIONS(2179), - [sym_number_literal] = ACTIONS(2179), - [sym_char_literal] = ACTIONS(2179), - [sym_string_literal] = ACTIONS(2181), - [sym_identifier] = ACTIONS(2183), - [sym_true] = ACTIONS(2181), - [sym_false] = ACTIONS(2181), - [sym_null] = ACTIONS(2179), + [sym__expression] = STATE(1261), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1146] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2581), + [anon_sym_COMMA] = ACTIONS(2581), + [anon_sym_RPAREN] = ACTIONS(2581), + [anon_sym_SEMI] = ACTIONS(2581), + [anon_sym_RBRACE] = ACTIONS(2581), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_LBRACK] = ACTIONS(2581), + [anon_sym_RBRACK] = ACTIONS(2581), + [anon_sym_EQ] = ACTIONS(2583), + [anon_sym_COLON] = ACTIONS(2581), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_STAR_EQ] = ACTIONS(2581), + [anon_sym_SLASH_EQ] = ACTIONS(2581), + [anon_sym_PERCENT_EQ] = ACTIONS(2581), + [anon_sym_PLUS_EQ] = ACTIONS(2581), + [anon_sym_DASH_EQ] = ACTIONS(2581), + [anon_sym_LT_LT_EQ] = ACTIONS(2581), + [anon_sym_GT_GT_EQ] = ACTIONS(2581), + [anon_sym_AMP_EQ] = ACTIONS(2581), + [anon_sym_CARET_EQ] = ACTIONS(2581), + [anon_sym_PIPE_EQ] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2583), + [anon_sym_PIPE_PIPE] = ACTIONS(2581), + [anon_sym_AMP_AMP] = ACTIONS(2581), + [anon_sym_PIPE] = ACTIONS(2583), + [anon_sym_CARET] = ACTIONS(2583), + [anon_sym_EQ_EQ] = ACTIONS(2581), + [anon_sym_BANG_EQ] = ACTIONS(2581), + [anon_sym_LT] = ACTIONS(2583), + [anon_sym_GT] = ACTIONS(2583), + [anon_sym_LT_EQ] = ACTIONS(2581), + [anon_sym_GT_EQ] = ACTIONS(2581), + [anon_sym_LT_LT] = ACTIONS(2583), + [anon_sym_GT_GT] = ACTIONS(2583), + [anon_sym_PLUS] = ACTIONS(2583), + [anon_sym_DASH] = ACTIONS(2583), + [anon_sym_SLASH] = ACTIONS(2583), + [anon_sym_PERCENT] = ACTIONS(2583), + [anon_sym_DASH_DASH] = ACTIONS(2581), + [anon_sym_PLUS_PLUS] = ACTIONS(2581), + [anon_sym_DOT] = ACTIONS(2581), + [anon_sym_DASH_GT] = ACTIONS(2581), [sym_comment] = ACTIONS(44), }, [1147] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2555), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2585), + [anon_sym_SEMI] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1148] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2189), - [anon_sym_LPAREN] = ACTIONS(2191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2189), - [sym_preproc_directive] = ACTIONS(2193), - [anon_sym_SEMI] = ACTIONS(2191), - [anon_sym_typedef] = ACTIONS(2189), - [anon_sym_extern] = ACTIONS(2189), - [anon_sym_LBRACE] = ACTIONS(2191), - [anon_sym_STAR] = ACTIONS(2191), - [anon_sym_static] = ACTIONS(2189), - [anon_sym_auto] = ACTIONS(2189), - [anon_sym_register] = ACTIONS(2189), - [anon_sym_inline] = ACTIONS(2189), - [anon_sym_const] = ACTIONS(2189), - [anon_sym_restrict] = ACTIONS(2189), - [anon_sym_volatile] = ACTIONS(2189), - [anon_sym_unsigned] = ACTIONS(2189), - [anon_sym_long] = ACTIONS(2189), - [anon_sym_short] = ACTIONS(2189), - [sym_primitive_type] = ACTIONS(2189), - [anon_sym_enum] = ACTIONS(2189), - [anon_sym_struct] = ACTIONS(2189), - [anon_sym_union] = ACTIONS(2189), - [anon_sym_if] = ACTIONS(2189), - [anon_sym_switch] = ACTIONS(2189), - [anon_sym_case] = ACTIONS(2189), - [anon_sym_default] = ACTIONS(2189), - [anon_sym_while] = ACTIONS(2189), - [anon_sym_do] = ACTIONS(2189), - [anon_sym_for] = ACTIONS(2189), - [anon_sym_return] = ACTIONS(2189), - [anon_sym_break] = ACTIONS(2189), - [anon_sym_continue] = ACTIONS(2189), - [anon_sym_goto] = ACTIONS(2189), - [anon_sym_AMP] = ACTIONS(2191), - [anon_sym_BANG] = ACTIONS(2191), - [anon_sym_TILDE] = ACTIONS(2191), - [anon_sym_PLUS] = ACTIONS(2189), - [anon_sym_DASH] = ACTIONS(2189), - [anon_sym_DASH_DASH] = ACTIONS(2191), - [anon_sym_PLUS_PLUS] = ACTIONS(2191), - [anon_sym_sizeof] = ACTIONS(2189), - [sym_number_literal] = ACTIONS(2189), - [sym_char_literal] = ACTIONS(2189), - [sym_string_literal] = ACTIONS(2191), - [sym_identifier] = ACTIONS(2193), - [sym_true] = ACTIONS(2191), - [sym_false] = ACTIONS(2191), - [sym_null] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_RBRACK] = ACTIONS(1285), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1287), + [sym_char_literal] = ACTIONS(1287), + [sym_string_literal] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1289), + [sym_true] = ACTIONS(1285), + [sym_false] = ACTIONS(1285), + [sym_null] = ACTIONS(1287), [sym_comment] = ACTIONS(44), }, [1149] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2195), - [anon_sym_LPAREN] = ACTIONS(2197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2195), - [sym_preproc_directive] = ACTIONS(2199), - [anon_sym_SEMI] = ACTIONS(2197), - [anon_sym_typedef] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(2195), - [anon_sym_LBRACE] = ACTIONS(2197), - [anon_sym_STAR] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(2195), - [anon_sym_auto] = ACTIONS(2195), - [anon_sym_register] = ACTIONS(2195), - [anon_sym_inline] = ACTIONS(2195), - [anon_sym_const] = ACTIONS(2195), - [anon_sym_restrict] = ACTIONS(2195), - [anon_sym_volatile] = ACTIONS(2195), - [anon_sym_unsigned] = ACTIONS(2195), - [anon_sym_long] = ACTIONS(2195), - [anon_sym_short] = ACTIONS(2195), - [sym_primitive_type] = ACTIONS(2195), - [anon_sym_enum] = ACTIONS(2195), - [anon_sym_struct] = ACTIONS(2195), - [anon_sym_union] = ACTIONS(2195), - [anon_sym_if] = ACTIONS(2195), - [anon_sym_switch] = ACTIONS(2195), - [anon_sym_case] = ACTIONS(2195), - [anon_sym_default] = ACTIONS(2195), - [anon_sym_while] = ACTIONS(2195), - [anon_sym_do] = ACTIONS(2195), - [anon_sym_for] = ACTIONS(2195), - [anon_sym_return] = ACTIONS(2195), - [anon_sym_break] = ACTIONS(2195), - [anon_sym_continue] = ACTIONS(2195), - [anon_sym_goto] = ACTIONS(2195), - [anon_sym_AMP] = ACTIONS(2197), - [anon_sym_BANG] = ACTIONS(2197), - [anon_sym_TILDE] = ACTIONS(2197), - [anon_sym_PLUS] = ACTIONS(2195), - [anon_sym_DASH] = ACTIONS(2195), - [anon_sym_DASH_DASH] = ACTIONS(2197), - [anon_sym_PLUS_PLUS] = ACTIONS(2197), - [anon_sym_sizeof] = ACTIONS(2195), - [sym_number_literal] = ACTIONS(2195), - [sym_char_literal] = ACTIONS(2195), - [sym_string_literal] = ACTIONS(2197), - [sym_identifier] = ACTIONS(2199), - [sym_true] = ACTIONS(2197), - [sym_false] = ACTIONS(2197), - [sym_null] = ACTIONS(2195), + [sym_enumerator] = STATE(582), + [anon_sym_RBRACE] = ACTIONS(2587), + [sym_identifier] = ACTIONS(242), [sym_comment] = ACTIONS(44), }, [1150] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_RBRACK] = ACTIONS(2585), + [anon_sym_EQ] = ACTIONS(1092), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_STAR_EQ] = ACTIONS(1096), + [anon_sym_SLASH_EQ] = ACTIONS(1096), + [anon_sym_PERCENT_EQ] = ACTIONS(1096), + [anon_sym_PLUS_EQ] = ACTIONS(1096), + [anon_sym_DASH_EQ] = ACTIONS(1096), + [anon_sym_LT_LT_EQ] = ACTIONS(1096), + [anon_sym_GT_GT_EQ] = ACTIONS(1096), + [anon_sym_AMP_EQ] = ACTIONS(1096), + [anon_sym_CARET_EQ] = ACTIONS(1096), + [anon_sym_PIPE_EQ] = ACTIONS(1096), + [anon_sym_AMP] = ACTIONS(1098), + [anon_sym_PIPE_PIPE] = ACTIONS(1100), + [anon_sym_AMP_AMP] = ACTIONS(1102), + [anon_sym_PIPE] = ACTIONS(1104), + [anon_sym_CARET] = ACTIONS(1106), + [anon_sym_EQ_EQ] = ACTIONS(1108), + [anon_sym_BANG_EQ] = ACTIONS(1108), + [anon_sym_LT] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_LT_EQ] = ACTIONS(1112), + [anon_sym_GT_EQ] = ACTIONS(1112), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1114), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_SLASH] = ACTIONS(1090), + [anon_sym_PERCENT] = ACTIONS(1090), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1151] = { + [sym__expression] = STATE(1263), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(1264), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(790), + [anon_sym_AMP] = ACTIONS(790), + [anon_sym_BANG] = ACTIONS(792), + [anon_sym_TILDE] = ACTIONS(794), + [anon_sym_PLUS] = ACTIONS(796), + [anon_sym_DASH] = ACTIONS(796), + [anon_sym_DASH_DASH] = ACTIONS(798), + [anon_sym_PLUS_PLUS] = ACTIONS(798), + [anon_sym_sizeof] = ACTIONS(800), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1152] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2585), + [anon_sym_RBRACE] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1153] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1154] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2585), + [anon_sym_RPAREN] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1155] = { + [anon_sym_LF] = ACTIONS(2589), + [sym_comment] = ACTIONS(54), + }, + [1156] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), + [anon_sym_LPAREN] = ACTIONS(670), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(672), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_typedef] = ACTIONS(672), + [anon_sym_extern] = ACTIONS(672), + [anon_sym_LBRACE] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_static] = ACTIONS(672), + [anon_sym_auto] = ACTIONS(672), + [anon_sym_register] = ACTIONS(672), + [anon_sym_inline] = ACTIONS(672), + [anon_sym_const] = ACTIONS(672), + [anon_sym_restrict] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_unsigned] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [sym_primitive_type] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_struct] = ACTIONS(672), + [anon_sym_union] = ACTIONS(672), + [anon_sym_if] = ACTIONS(672), + [anon_sym_switch] = ACTIONS(672), + [anon_sym_case] = ACTIONS(672), + [anon_sym_default] = ACTIONS(672), + [anon_sym_while] = ACTIONS(672), + [anon_sym_do] = ACTIONS(672), + [anon_sym_for] = ACTIONS(672), + [anon_sym_return] = ACTIONS(672), + [anon_sym_break] = ACTIONS(672), + [anon_sym_continue] = ACTIONS(672), + [anon_sym_goto] = ACTIONS(672), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(670), + [anon_sym_TILDE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(672), + [anon_sym_DASH] = ACTIONS(672), + [anon_sym_DASH_DASH] = ACTIONS(670), + [anon_sym_PLUS_PLUS] = ACTIONS(670), + [anon_sym_sizeof] = ACTIONS(672), + [sym_number_literal] = ACTIONS(672), + [sym_char_literal] = ACTIONS(672), + [sym_string_literal] = ACTIONS(670), + [sym_identifier] = ACTIONS(674), + [sym_true] = ACTIONS(670), + [sym_false] = ACTIONS(670), + [sym_null] = ACTIONS(672), + [sym_comment] = ACTIONS(44), + }, + [1157] = { + [anon_sym_LF] = ACTIONS(2591), + [sym_comment] = ACTIONS(54), + }, + [1158] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2201), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2201), [anon_sym_LPAREN] = ACTIONS(2203), @@ -44311,346 +44221,644 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(2201), [sym_comment] = ACTIONS(44), }, - [1151] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2557), + [1159] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2209), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2207), + [sym_preproc_directive] = ACTIONS(2211), + [anon_sym_SEMI] = ACTIONS(2209), + [anon_sym_typedef] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(2207), + [anon_sym_LBRACE] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_auto] = ACTIONS(2207), + [anon_sym_register] = ACTIONS(2207), + [anon_sym_inline] = ACTIONS(2207), + [anon_sym_const] = ACTIONS(2207), + [anon_sym_restrict] = ACTIONS(2207), + [anon_sym_volatile] = ACTIONS(2207), + [anon_sym_unsigned] = ACTIONS(2207), + [anon_sym_long] = ACTIONS(2207), + [anon_sym_short] = ACTIONS(2207), + [sym_primitive_type] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_union] = ACTIONS(2207), + [anon_sym_if] = ACTIONS(2207), + [anon_sym_switch] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_default] = ACTIONS(2207), + [anon_sym_while] = ACTIONS(2207), + [anon_sym_do] = ACTIONS(2207), + [anon_sym_for] = ACTIONS(2207), + [anon_sym_return] = ACTIONS(2207), + [anon_sym_break] = ACTIONS(2207), + [anon_sym_continue] = ACTIONS(2207), + [anon_sym_goto] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2209), + [anon_sym_BANG] = ACTIONS(2209), + [anon_sym_TILDE] = ACTIONS(2209), + [anon_sym_PLUS] = ACTIONS(2207), + [anon_sym_DASH] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2209), + [anon_sym_sizeof] = ACTIONS(2207), + [sym_number_literal] = ACTIONS(2207), + [sym_char_literal] = ACTIONS(2207), + [sym_string_literal] = ACTIONS(2209), + [sym_identifier] = ACTIONS(2211), + [sym_true] = ACTIONS(2209), + [sym_false] = ACTIONS(2209), + [sym_null] = ACTIONS(2207), [sym_comment] = ACTIONS(44), }, - [1152] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2559), + [1160] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2217), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2215), + [sym_preproc_directive] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2217), + [anon_sym_typedef] = ACTIONS(2215), + [anon_sym_extern] = ACTIONS(2215), + [anon_sym_LBRACE] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_auto] = ACTIONS(2215), + [anon_sym_register] = ACTIONS(2215), + [anon_sym_inline] = ACTIONS(2215), + [anon_sym_const] = ACTIONS(2215), + [anon_sym_restrict] = ACTIONS(2215), + [anon_sym_volatile] = ACTIONS(2215), + [anon_sym_unsigned] = ACTIONS(2215), + [anon_sym_long] = ACTIONS(2215), + [anon_sym_short] = ACTIONS(2215), + [sym_primitive_type] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_union] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2215), + [anon_sym_switch] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_default] = ACTIONS(2215), + [anon_sym_while] = ACTIONS(2215), + [anon_sym_do] = ACTIONS(2215), + [anon_sym_for] = ACTIONS(2215), + [anon_sym_return] = ACTIONS(2215), + [anon_sym_break] = ACTIONS(2215), + [anon_sym_continue] = ACTIONS(2215), + [anon_sym_goto] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2217), + [anon_sym_BANG] = ACTIONS(2217), + [anon_sym_TILDE] = ACTIONS(2217), + [anon_sym_PLUS] = ACTIONS(2215), + [anon_sym_DASH] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2217), + [anon_sym_sizeof] = ACTIONS(2215), + [sym_number_literal] = ACTIONS(2215), + [sym_char_literal] = ACTIONS(2215), + [sym_string_literal] = ACTIONS(2217), + [sym_identifier] = ACTIONS(2219), + [sym_true] = ACTIONS(2217), + [sym_false] = ACTIONS(2217), + [sym_null] = ACTIONS(2215), [sym_comment] = ACTIONS(44), }, - [1153] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2211), - [anon_sym_LPAREN] = ACTIONS(2213), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2211), - [sym_preproc_directive] = ACTIONS(2215), - [anon_sym_SEMI] = ACTIONS(2213), - [anon_sym_typedef] = ACTIONS(2211), - [anon_sym_extern] = ACTIONS(2211), - [anon_sym_LBRACE] = ACTIONS(2213), - [anon_sym_STAR] = ACTIONS(2213), - [anon_sym_static] = ACTIONS(2211), - [anon_sym_auto] = ACTIONS(2211), - [anon_sym_register] = ACTIONS(2211), - [anon_sym_inline] = ACTIONS(2211), - [anon_sym_const] = ACTIONS(2211), - [anon_sym_restrict] = ACTIONS(2211), - [anon_sym_volatile] = ACTIONS(2211), - [anon_sym_unsigned] = ACTIONS(2211), - [anon_sym_long] = ACTIONS(2211), - [anon_sym_short] = ACTIONS(2211), - [sym_primitive_type] = ACTIONS(2211), - [anon_sym_enum] = ACTIONS(2211), - [anon_sym_struct] = ACTIONS(2211), - [anon_sym_union] = ACTIONS(2211), - [anon_sym_if] = ACTIONS(2211), - [anon_sym_switch] = ACTIONS(2211), - [anon_sym_case] = ACTIONS(2211), - [anon_sym_default] = ACTIONS(2211), - [anon_sym_while] = ACTIONS(2211), - [anon_sym_do] = ACTIONS(2211), - [anon_sym_for] = ACTIONS(2211), - [anon_sym_return] = ACTIONS(2211), - [anon_sym_break] = ACTIONS(2211), - [anon_sym_continue] = ACTIONS(2211), - [anon_sym_goto] = ACTIONS(2211), - [anon_sym_AMP] = ACTIONS(2213), - [anon_sym_BANG] = ACTIONS(2213), - [anon_sym_TILDE] = ACTIONS(2213), - [anon_sym_PLUS] = ACTIONS(2211), - [anon_sym_DASH] = ACTIONS(2211), - [anon_sym_DASH_DASH] = ACTIONS(2213), - [anon_sym_PLUS_PLUS] = ACTIONS(2213), - [anon_sym_sizeof] = ACTIONS(2211), - [sym_number_literal] = ACTIONS(2211), - [sym_char_literal] = ACTIONS(2211), - [sym_string_literal] = ACTIONS(2213), - [sym_identifier] = ACTIONS(2215), - [sym_true] = ACTIONS(2213), - [sym_false] = ACTIONS(2213), - [sym_null] = ACTIONS(2211), + [1161] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2593), [sym_comment] = ACTIONS(44), }, - [1154] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2217), - [anon_sym_LPAREN] = ACTIONS(2219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2217), - [sym_preproc_directive] = ACTIONS(2221), - [anon_sym_SEMI] = ACTIONS(2219), - [anon_sym_typedef] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2217), - [anon_sym_LBRACE] = ACTIONS(2219), - [anon_sym_STAR] = ACTIONS(2219), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_auto] = ACTIONS(2217), - [anon_sym_register] = ACTIONS(2217), - [anon_sym_inline] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_restrict] = ACTIONS(2217), - [anon_sym_volatile] = ACTIONS(2217), - [anon_sym_unsigned] = ACTIONS(2217), - [anon_sym_long] = ACTIONS(2217), - [anon_sym_short] = ACTIONS(2217), - [sym_primitive_type] = ACTIONS(2217), - [anon_sym_enum] = ACTIONS(2217), - [anon_sym_struct] = ACTIONS(2217), - [anon_sym_union] = ACTIONS(2217), - [anon_sym_if] = ACTIONS(2217), - [anon_sym_switch] = ACTIONS(2217), - [anon_sym_case] = ACTIONS(2217), - [anon_sym_default] = ACTIONS(2217), - [anon_sym_while] = ACTIONS(2217), - [anon_sym_do] = ACTIONS(2217), - [anon_sym_for] = ACTIONS(2217), - [anon_sym_return] = ACTIONS(2217), - [anon_sym_break] = ACTIONS(2217), - [anon_sym_continue] = ACTIONS(2217), - [anon_sym_goto] = ACTIONS(2217), - [anon_sym_AMP] = ACTIONS(2219), - [anon_sym_BANG] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2219), - [anon_sym_PLUS] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(2217), - [anon_sym_DASH_DASH] = ACTIONS(2219), - [anon_sym_PLUS_PLUS] = ACTIONS(2219), - [anon_sym_sizeof] = ACTIONS(2217), - [sym_number_literal] = ACTIONS(2217), - [sym_char_literal] = ACTIONS(2217), - [sym_string_literal] = ACTIONS(2219), - [sym_identifier] = ACTIONS(2221), - [sym_true] = ACTIONS(2219), - [sym_false] = ACTIONS(2219), - [sym_null] = ACTIONS(2217), + [1162] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2595), [sym_comment] = ACTIONS(44), }, - [1155] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2223), - [anon_sym_LPAREN] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2223), - [sym_preproc_directive] = ACTIONS(2227), - [anon_sym_SEMI] = ACTIONS(2225), - [anon_sym_typedef] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2223), - [anon_sym_LBRACE] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2225), - [anon_sym_static] = ACTIONS(2223), - [anon_sym_auto] = ACTIONS(2223), - [anon_sym_register] = ACTIONS(2223), - [anon_sym_inline] = ACTIONS(2223), - [anon_sym_const] = ACTIONS(2223), - [anon_sym_restrict] = ACTIONS(2223), - [anon_sym_volatile] = ACTIONS(2223), - [anon_sym_unsigned] = ACTIONS(2223), - [anon_sym_long] = ACTIONS(2223), - [anon_sym_short] = ACTIONS(2223), - [sym_primitive_type] = ACTIONS(2223), - [anon_sym_enum] = ACTIONS(2223), - [anon_sym_struct] = ACTIONS(2223), - [anon_sym_union] = ACTIONS(2223), - [anon_sym_if] = ACTIONS(2223), - [anon_sym_switch] = ACTIONS(2223), - [anon_sym_case] = ACTIONS(2223), - [anon_sym_default] = ACTIONS(2223), - [anon_sym_while] = ACTIONS(2223), - [anon_sym_do] = ACTIONS(2223), - [anon_sym_for] = ACTIONS(2223), - [anon_sym_return] = ACTIONS(2223), - [anon_sym_break] = ACTIONS(2223), - [anon_sym_continue] = ACTIONS(2223), - [anon_sym_goto] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2225), - [anon_sym_BANG] = ACTIONS(2225), - [anon_sym_TILDE] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2223), - [anon_sym_DASH_DASH] = ACTIONS(2225), - [anon_sym_PLUS_PLUS] = ACTIONS(2225), - [anon_sym_sizeof] = ACTIONS(2223), - [sym_number_literal] = ACTIONS(2223), - [sym_char_literal] = ACTIONS(2223), - [sym_string_literal] = ACTIONS(2225), - [sym_identifier] = ACTIONS(2227), - [sym_true] = ACTIONS(2225), - [sym_false] = ACTIONS(2225), - [sym_null] = ACTIONS(2223), + [1163] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2225), + [sym_preproc_directive] = ACTIONS(2229), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_typedef] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_STAR] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2225), + [anon_sym_auto] = ACTIONS(2225), + [anon_sym_register] = ACTIONS(2225), + [anon_sym_inline] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [anon_sym_restrict] = ACTIONS(2225), + [anon_sym_volatile] = ACTIONS(2225), + [anon_sym_unsigned] = ACTIONS(2225), + [anon_sym_long] = ACTIONS(2225), + [anon_sym_short] = ACTIONS(2225), + [sym_primitive_type] = ACTIONS(2225), + [anon_sym_enum] = ACTIONS(2225), + [anon_sym_struct] = ACTIONS(2225), + [anon_sym_union] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_switch] = ACTIONS(2225), + [anon_sym_case] = ACTIONS(2225), + [anon_sym_default] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_goto] = ACTIONS(2225), + [anon_sym_AMP] = ACTIONS(2227), + [anon_sym_BANG] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_sizeof] = ACTIONS(2225), + [sym_number_literal] = ACTIONS(2225), + [sym_char_literal] = ACTIONS(2225), + [sym_string_literal] = ACTIONS(2227), + [sym_identifier] = ACTIONS(2229), + [sym_true] = ACTIONS(2227), + [sym_false] = ACTIONS(2227), + [sym_null] = ACTIONS(2225), [sym_comment] = ACTIONS(44), }, - [1156] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2561), + [1164] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2231), + [sym_preproc_directive] = ACTIONS(2235), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_typedef] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_auto] = ACTIONS(2231), + [anon_sym_register] = ACTIONS(2231), + [anon_sym_inline] = ACTIONS(2231), + [anon_sym_const] = ACTIONS(2231), + [anon_sym_restrict] = ACTIONS(2231), + [anon_sym_volatile] = ACTIONS(2231), + [anon_sym_unsigned] = ACTIONS(2231), + [anon_sym_long] = ACTIONS(2231), + [anon_sym_short] = ACTIONS(2231), + [sym_primitive_type] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_union] = ACTIONS(2231), + [anon_sym_if] = ACTIONS(2231), + [anon_sym_switch] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_default] = ACTIONS(2231), + [anon_sym_while] = ACTIONS(2231), + [anon_sym_do] = ACTIONS(2231), + [anon_sym_for] = ACTIONS(2231), + [anon_sym_return] = ACTIONS(2231), + [anon_sym_break] = ACTIONS(2231), + [anon_sym_continue] = ACTIONS(2231), + [anon_sym_goto] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2233), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_TILDE] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2233), + [anon_sym_sizeof] = ACTIONS(2231), + [sym_number_literal] = ACTIONS(2231), + [sym_char_literal] = ACTIONS(2231), + [sym_string_literal] = ACTIONS(2233), + [sym_identifier] = ACTIONS(2235), + [sym_true] = ACTIONS(2233), + [sym_false] = ACTIONS(2233), + [sym_null] = ACTIONS(2231), [sym_comment] = ACTIONS(44), }, - [1157] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2563), + [1165] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2237), + [sym_preproc_directive] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_typedef] = ACTIONS(2237), + [anon_sym_extern] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_STAR] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2237), + [anon_sym_auto] = ACTIONS(2237), + [anon_sym_register] = ACTIONS(2237), + [anon_sym_inline] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [anon_sym_restrict] = ACTIONS(2237), + [anon_sym_volatile] = ACTIONS(2237), + [anon_sym_unsigned] = ACTIONS(2237), + [anon_sym_long] = ACTIONS(2237), + [anon_sym_short] = ACTIONS(2237), + [sym_primitive_type] = ACTIONS(2237), + [anon_sym_enum] = ACTIONS(2237), + [anon_sym_struct] = ACTIONS(2237), + [anon_sym_union] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_switch] = ACTIONS(2237), + [anon_sym_case] = ACTIONS(2237), + [anon_sym_default] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_goto] = ACTIONS(2237), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_BANG] = ACTIONS(2239), + [anon_sym_TILDE] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_sizeof] = ACTIONS(2237), + [sym_number_literal] = ACTIONS(2237), + [sym_char_literal] = ACTIONS(2237), + [sym_string_literal] = ACTIONS(2239), + [sym_identifier] = ACTIONS(2241), + [sym_true] = ACTIONS(2239), + [sym_false] = ACTIONS(2239), + [sym_null] = ACTIONS(2237), [sym_comment] = ACTIONS(44), }, - [1158] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2565), + [1166] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2597), [sym_comment] = ACTIONS(44), }, - [1159] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2567), + [1167] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2599), [sym_comment] = ACTIONS(44), }, - [1160] = { - [sym_preproc_arg] = ACTIONS(2569), + [1168] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2247), + [sym_preproc_directive] = ACTIONS(2251), + [anon_sym_SEMI] = ACTIONS(2249), + [anon_sym_typedef] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_auto] = ACTIONS(2247), + [anon_sym_register] = ACTIONS(2247), + [anon_sym_inline] = ACTIONS(2247), + [anon_sym_const] = ACTIONS(2247), + [anon_sym_restrict] = ACTIONS(2247), + [anon_sym_volatile] = ACTIONS(2247), + [anon_sym_unsigned] = ACTIONS(2247), + [anon_sym_long] = ACTIONS(2247), + [anon_sym_short] = ACTIONS(2247), + [sym_primitive_type] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_union] = ACTIONS(2247), + [anon_sym_if] = ACTIONS(2247), + [anon_sym_switch] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_default] = ACTIONS(2247), + [anon_sym_while] = ACTIONS(2247), + [anon_sym_do] = ACTIONS(2247), + [anon_sym_for] = ACTIONS(2247), + [anon_sym_return] = ACTIONS(2247), + [anon_sym_break] = ACTIONS(2247), + [anon_sym_continue] = ACTIONS(2247), + [anon_sym_goto] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2249), + [anon_sym_BANG] = ACTIONS(2249), + [anon_sym_TILDE] = ACTIONS(2249), + [anon_sym_PLUS] = ACTIONS(2247), + [anon_sym_DASH] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2249), + [anon_sym_sizeof] = ACTIONS(2247), + [sym_number_literal] = ACTIONS(2247), + [sym_char_literal] = ACTIONS(2247), + [sym_string_literal] = ACTIONS(2249), + [sym_identifier] = ACTIONS(2251), + [sym_true] = ACTIONS(2249), + [sym_false] = ACTIONS(2249), + [sym_null] = ACTIONS(2247), + [sym_comment] = ACTIONS(44), + }, + [1169] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2253), + [sym_preproc_directive] = ACTIONS(2257), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym_typedef] = ACTIONS(2253), + [anon_sym_extern] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2255), + [anon_sym_STAR] = ACTIONS(2255), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_auto] = ACTIONS(2253), + [anon_sym_register] = ACTIONS(2253), + [anon_sym_inline] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_restrict] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2253), + [anon_sym_unsigned] = ACTIONS(2253), + [anon_sym_long] = ACTIONS(2253), + [anon_sym_short] = ACTIONS(2253), + [sym_primitive_type] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), + [anon_sym_struct] = ACTIONS(2253), + [anon_sym_union] = ACTIONS(2253), + [anon_sym_if] = ACTIONS(2253), + [anon_sym_switch] = ACTIONS(2253), + [anon_sym_case] = ACTIONS(2253), + [anon_sym_default] = ACTIONS(2253), + [anon_sym_while] = ACTIONS(2253), + [anon_sym_do] = ACTIONS(2253), + [anon_sym_for] = ACTIONS(2253), + [anon_sym_return] = ACTIONS(2253), + [anon_sym_break] = ACTIONS(2253), + [anon_sym_continue] = ACTIONS(2253), + [anon_sym_goto] = ACTIONS(2253), + [anon_sym_AMP] = ACTIONS(2255), + [anon_sym_BANG] = ACTIONS(2255), + [anon_sym_TILDE] = ACTIONS(2255), + [anon_sym_PLUS] = ACTIONS(2253), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_DASH_DASH] = ACTIONS(2255), + [anon_sym_PLUS_PLUS] = ACTIONS(2255), + [anon_sym_sizeof] = ACTIONS(2253), + [sym_number_literal] = ACTIONS(2253), + [sym_char_literal] = ACTIONS(2253), + [sym_string_literal] = ACTIONS(2255), + [sym_identifier] = ACTIONS(2257), + [sym_true] = ACTIONS(2255), + [sym_false] = ACTIONS(2255), + [sym_null] = ACTIONS(2253), + [sym_comment] = ACTIONS(44), + }, + [1170] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2259), + [anon_sym_LPAREN] = ACTIONS(2261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2259), + [sym_preproc_directive] = ACTIONS(2263), + [anon_sym_SEMI] = ACTIONS(2261), + [anon_sym_typedef] = ACTIONS(2259), + [anon_sym_extern] = ACTIONS(2259), + [anon_sym_LBRACE] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_static] = ACTIONS(2259), + [anon_sym_auto] = ACTIONS(2259), + [anon_sym_register] = ACTIONS(2259), + [anon_sym_inline] = ACTIONS(2259), + [anon_sym_const] = ACTIONS(2259), + [anon_sym_restrict] = ACTIONS(2259), + [anon_sym_volatile] = ACTIONS(2259), + [anon_sym_unsigned] = ACTIONS(2259), + [anon_sym_long] = ACTIONS(2259), + [anon_sym_short] = ACTIONS(2259), + [sym_primitive_type] = ACTIONS(2259), + [anon_sym_enum] = ACTIONS(2259), + [anon_sym_struct] = ACTIONS(2259), + [anon_sym_union] = ACTIONS(2259), + [anon_sym_if] = ACTIONS(2259), + [anon_sym_switch] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2259), + [anon_sym_default] = ACTIONS(2259), + [anon_sym_while] = ACTIONS(2259), + [anon_sym_do] = ACTIONS(2259), + [anon_sym_for] = ACTIONS(2259), + [anon_sym_return] = ACTIONS(2259), + [anon_sym_break] = ACTIONS(2259), + [anon_sym_continue] = ACTIONS(2259), + [anon_sym_goto] = ACTIONS(2259), + [anon_sym_AMP] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2259), + [anon_sym_DASH] = ACTIONS(2259), + [anon_sym_DASH_DASH] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2261), + [anon_sym_sizeof] = ACTIONS(2259), + [sym_number_literal] = ACTIONS(2259), + [sym_char_literal] = ACTIONS(2259), + [sym_string_literal] = ACTIONS(2261), + [sym_identifier] = ACTIONS(2263), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2259), + [sym_comment] = ACTIONS(44), + }, + [1171] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2601), + [sym_comment] = ACTIONS(44), + }, + [1172] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2603), + [sym_comment] = ACTIONS(44), + }, + [1173] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2605), + [sym_comment] = ACTIONS(44), + }, + [1174] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2607), + [sym_comment] = ACTIONS(44), + }, + [1175] = { + [sym_preproc_arg] = ACTIONS(2609), [sym_comment] = ACTIONS(54), }, - [1161] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), - [anon_sym_LPAREN] = ACTIONS(340), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), - [sym_preproc_directive] = ACTIONS(344), - [anon_sym_SEMI] = ACTIONS(340), - [anon_sym_typedef] = ACTIONS(342), - [anon_sym_extern] = ACTIONS(342), - [anon_sym_LBRACE] = ACTIONS(340), - [anon_sym_STAR] = ACTIONS(340), - [anon_sym_static] = ACTIONS(342), - [anon_sym_auto] = ACTIONS(342), - [anon_sym_register] = ACTIONS(342), - [anon_sym_inline] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_restrict] = ACTIONS(342), - [anon_sym_volatile] = ACTIONS(342), - [anon_sym_unsigned] = ACTIONS(342), - [anon_sym_long] = ACTIONS(342), - [anon_sym_short] = ACTIONS(342), - [sym_primitive_type] = ACTIONS(342), - [anon_sym_enum] = ACTIONS(342), - [anon_sym_struct] = ACTIONS(342), - [anon_sym_union] = ACTIONS(342), - [anon_sym_if] = ACTIONS(342), - [anon_sym_switch] = ACTIONS(342), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(342), - [anon_sym_while] = ACTIONS(342), - [anon_sym_do] = ACTIONS(342), - [anon_sym_for] = ACTIONS(342), - [anon_sym_return] = ACTIONS(342), - [anon_sym_break] = ACTIONS(342), - [anon_sym_continue] = ACTIONS(342), - [anon_sym_goto] = ACTIONS(342), - [anon_sym_AMP] = ACTIONS(340), - [anon_sym_BANG] = ACTIONS(340), - [anon_sym_TILDE] = ACTIONS(340), - [anon_sym_PLUS] = ACTIONS(342), - [anon_sym_DASH] = ACTIONS(342), - [anon_sym_DASH_DASH] = ACTIONS(340), - [anon_sym_PLUS_PLUS] = ACTIONS(340), - [anon_sym_sizeof] = ACTIONS(342), - [sym_number_literal] = ACTIONS(342), - [sym_char_literal] = ACTIONS(342), - [sym_string_literal] = ACTIONS(340), - [sym_identifier] = ACTIONS(344), - [sym_true] = ACTIONS(340), - [sym_false] = ACTIONS(340), - [sym_null] = ACTIONS(342), + [1176] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(346), + [anon_sym_LPAREN] = ACTIONS(344), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(346), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(346), + [sym_preproc_directive] = ACTIONS(348), + [anon_sym_SEMI] = ACTIONS(344), + [anon_sym_typedef] = ACTIONS(346), + [anon_sym_extern] = ACTIONS(346), + [anon_sym_LBRACE] = ACTIONS(344), + [anon_sym_STAR] = ACTIONS(344), + [anon_sym_static] = ACTIONS(346), + [anon_sym_auto] = ACTIONS(346), + [anon_sym_register] = ACTIONS(346), + [anon_sym_inline] = ACTIONS(346), + [anon_sym_const] = ACTIONS(346), + [anon_sym_restrict] = ACTIONS(346), + [anon_sym_volatile] = ACTIONS(346), + [anon_sym_unsigned] = ACTIONS(346), + [anon_sym_long] = ACTIONS(346), + [anon_sym_short] = ACTIONS(346), + [sym_primitive_type] = ACTIONS(346), + [anon_sym_enum] = ACTIONS(346), + [anon_sym_struct] = ACTIONS(346), + [anon_sym_union] = ACTIONS(346), + [anon_sym_if] = ACTIONS(346), + [anon_sym_switch] = ACTIONS(346), + [anon_sym_case] = ACTIONS(346), + [anon_sym_default] = ACTIONS(346), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(346), + [anon_sym_for] = ACTIONS(346), + [anon_sym_return] = ACTIONS(346), + [anon_sym_break] = ACTIONS(346), + [anon_sym_continue] = ACTIONS(346), + [anon_sym_goto] = ACTIONS(346), + [anon_sym_AMP] = ACTIONS(344), + [anon_sym_BANG] = ACTIONS(344), + [anon_sym_TILDE] = ACTIONS(344), + [anon_sym_PLUS] = ACTIONS(346), + [anon_sym_DASH] = ACTIONS(346), + [anon_sym_DASH_DASH] = ACTIONS(344), + [anon_sym_PLUS_PLUS] = ACTIONS(344), + [anon_sym_sizeof] = ACTIONS(346), + [sym_number_literal] = ACTIONS(346), + [sym_char_literal] = ACTIONS(346), + [sym_string_literal] = ACTIONS(344), + [sym_identifier] = ACTIONS(348), + [sym_true] = ACTIONS(344), + [sym_false] = ACTIONS(344), + [sym_null] = ACTIONS(346), [sym_comment] = ACTIONS(44), }, - [1162] = { - [anon_sym_LF] = ACTIONS(2571), - [sym_preproc_arg] = ACTIONS(2573), + [1177] = { + [anon_sym_LF] = ACTIONS(2611), + [sym_preproc_arg] = ACTIONS(2613), [sym_comment] = ACTIONS(54), }, - [1163] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1763), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1761), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1761), - [sym_preproc_directive] = ACTIONS(1765), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_typedef] = ACTIONS(1761), - [anon_sym_extern] = ACTIONS(1761), - [anon_sym_LBRACE] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1763), - [anon_sym_static] = ACTIONS(1761), - [anon_sym_auto] = ACTIONS(1761), - [anon_sym_register] = ACTIONS(1761), - [anon_sym_inline] = ACTIONS(1761), - [anon_sym_const] = ACTIONS(1761), - [anon_sym_restrict] = ACTIONS(1761), - [anon_sym_volatile] = ACTIONS(1761), - [anon_sym_unsigned] = ACTIONS(1761), - [anon_sym_long] = ACTIONS(1761), - [anon_sym_short] = ACTIONS(1761), - [sym_primitive_type] = ACTIONS(1761), - [anon_sym_enum] = ACTIONS(1761), - [anon_sym_struct] = ACTIONS(1761), - [anon_sym_union] = ACTIONS(1761), - [anon_sym_if] = ACTIONS(1761), - [anon_sym_switch] = ACTIONS(1761), - [anon_sym_case] = ACTIONS(1761), - [anon_sym_default] = ACTIONS(1761), - [anon_sym_while] = ACTIONS(1761), - [anon_sym_do] = ACTIONS(1761), - [anon_sym_for] = ACTIONS(1761), - [anon_sym_return] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1761), - [anon_sym_continue] = ACTIONS(1761), - [anon_sym_goto] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1763), - [anon_sym_BANG] = ACTIONS(1763), - [anon_sym_TILDE] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1761), - [anon_sym_DASH_DASH] = ACTIONS(1763), - [anon_sym_PLUS_PLUS] = ACTIONS(1763), - [anon_sym_sizeof] = ACTIONS(1761), - [sym_number_literal] = ACTIONS(1761), - [sym_char_literal] = ACTIONS(1761), - [sym_string_literal] = ACTIONS(1763), - [sym_identifier] = ACTIONS(1765), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [sym_null] = ACTIONS(1761), + [1178] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1789), + [anon_sym_LPAREN] = ACTIONS(1791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1789), + [sym_preproc_directive] = ACTIONS(1793), + [anon_sym_SEMI] = ACTIONS(1791), + [anon_sym_typedef] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1789), + [anon_sym_LBRACE] = ACTIONS(1791), + [anon_sym_STAR] = ACTIONS(1791), + [anon_sym_static] = ACTIONS(1789), + [anon_sym_auto] = ACTIONS(1789), + [anon_sym_register] = ACTIONS(1789), + [anon_sym_inline] = ACTIONS(1789), + [anon_sym_const] = ACTIONS(1789), + [anon_sym_restrict] = ACTIONS(1789), + [anon_sym_volatile] = ACTIONS(1789), + [anon_sym_unsigned] = ACTIONS(1789), + [anon_sym_long] = ACTIONS(1789), + [anon_sym_short] = ACTIONS(1789), + [sym_primitive_type] = ACTIONS(1789), + [anon_sym_enum] = ACTIONS(1789), + [anon_sym_struct] = ACTIONS(1789), + [anon_sym_union] = ACTIONS(1789), + [anon_sym_if] = ACTIONS(1789), + [anon_sym_switch] = ACTIONS(1789), + [anon_sym_case] = ACTIONS(1789), + [anon_sym_default] = ACTIONS(1789), + [anon_sym_while] = ACTIONS(1789), + [anon_sym_do] = ACTIONS(1789), + [anon_sym_for] = ACTIONS(1789), + [anon_sym_return] = ACTIONS(1789), + [anon_sym_break] = ACTIONS(1789), + [anon_sym_continue] = ACTIONS(1789), + [anon_sym_goto] = ACTIONS(1789), + [anon_sym_AMP] = ACTIONS(1791), + [anon_sym_BANG] = ACTIONS(1791), + [anon_sym_TILDE] = ACTIONS(1791), + [anon_sym_PLUS] = ACTIONS(1789), + [anon_sym_DASH] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1791), + [anon_sym_PLUS_PLUS] = ACTIONS(1791), + [anon_sym_sizeof] = ACTIONS(1789), + [sym_number_literal] = ACTIONS(1789), + [sym_char_literal] = ACTIONS(1789), + [sym_string_literal] = ACTIONS(1791), + [sym_identifier] = ACTIONS(1793), + [sym_true] = ACTIONS(1791), + [sym_false] = ACTIONS(1791), + [sym_null] = ACTIONS(1789), [sym_comment] = ACTIONS(44), }, - [1164] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2575), + [1179] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2615), [sym_comment] = ACTIONS(44), }, - [1165] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2577), + [1180] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2617), [sym_comment] = ACTIONS(44), }, - [1166] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1262), - [sym_preproc_else_in_compound_statement] = STATE(1263), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [1181] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1279), + [sym_preproc_else_in_compound_statement] = STATE(1280), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -44658,56 +44866,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2619), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -44722,111 +44930,111 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1167] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1851), - [anon_sym_LPAREN] = ACTIONS(1853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1851), - [sym_preproc_directive] = ACTIONS(1855), - [anon_sym_SEMI] = ACTIONS(1853), - [anon_sym_typedef] = ACTIONS(1851), - [anon_sym_extern] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_STAR] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_auto] = ACTIONS(1851), - [anon_sym_register] = ACTIONS(1851), - [anon_sym_inline] = ACTIONS(1851), - [anon_sym_const] = ACTIONS(1851), - [anon_sym_restrict] = ACTIONS(1851), - [anon_sym_volatile] = ACTIONS(1851), - [anon_sym_unsigned] = ACTIONS(1851), - [anon_sym_long] = ACTIONS(1851), - [anon_sym_short] = ACTIONS(1851), - [sym_primitive_type] = ACTIONS(1851), - [anon_sym_enum] = ACTIONS(1851), - [anon_sym_struct] = ACTIONS(1851), - [anon_sym_union] = ACTIONS(1851), - [anon_sym_if] = ACTIONS(1851), - [anon_sym_switch] = ACTIONS(1851), - [anon_sym_case] = ACTIONS(1851), - [anon_sym_default] = ACTIONS(1851), - [anon_sym_while] = ACTIONS(1851), - [anon_sym_do] = ACTIONS(1851), - [anon_sym_for] = ACTIONS(1851), - [anon_sym_return] = ACTIONS(1851), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1851), - [anon_sym_goto] = ACTIONS(1851), - [anon_sym_AMP] = ACTIONS(1853), - [anon_sym_BANG] = ACTIONS(1853), - [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_PLUS] = ACTIONS(1851), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_PLUS_PLUS] = ACTIONS(1853), - [anon_sym_sizeof] = ACTIONS(1851), - [sym_number_literal] = ACTIONS(1851), - [sym_char_literal] = ACTIONS(1851), - [sym_string_literal] = ACTIONS(1853), - [sym_identifier] = ACTIONS(1855), - [sym_true] = ACTIONS(1853), - [sym_false] = ACTIONS(1853), - [sym_null] = ACTIONS(1851), + [1182] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(1883), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1881), + [sym_preproc_directive] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1883), + [anon_sym_typedef] = ACTIONS(1881), + [anon_sym_extern] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1883), + [anon_sym_STAR] = ACTIONS(1883), + [anon_sym_static] = ACTIONS(1881), + [anon_sym_auto] = ACTIONS(1881), + [anon_sym_register] = ACTIONS(1881), + [anon_sym_inline] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1881), + [anon_sym_restrict] = ACTIONS(1881), + [anon_sym_volatile] = ACTIONS(1881), + [anon_sym_unsigned] = ACTIONS(1881), + [anon_sym_long] = ACTIONS(1881), + [anon_sym_short] = ACTIONS(1881), + [sym_primitive_type] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_union] = ACTIONS(1881), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_switch] = ACTIONS(1881), + [anon_sym_case] = ACTIONS(1881), + [anon_sym_default] = ACTIONS(1881), + [anon_sym_while] = ACTIONS(1881), + [anon_sym_do] = ACTIONS(1881), + [anon_sym_for] = ACTIONS(1881), + [anon_sym_return] = ACTIONS(1881), + [anon_sym_break] = ACTIONS(1881), + [anon_sym_continue] = ACTIONS(1881), + [anon_sym_goto] = ACTIONS(1881), + [anon_sym_AMP] = ACTIONS(1883), + [anon_sym_BANG] = ACTIONS(1883), + [anon_sym_TILDE] = ACTIONS(1883), + [anon_sym_PLUS] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1883), + [anon_sym_PLUS_PLUS] = ACTIONS(1883), + [anon_sym_sizeof] = ACTIONS(1881), + [sym_number_literal] = ACTIONS(1881), + [sym_char_literal] = ACTIONS(1881), + [sym_string_literal] = ACTIONS(1883), + [sym_identifier] = ACTIONS(1885), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [sym_null] = ACTIONS(1881), [sym_comment] = ACTIONS(44), }, - [1168] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2581), + [1183] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2621), [sym_comment] = ACTIONS(44), }, - [1169] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2583), + [1184] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2623), [sym_comment] = ACTIONS(44), }, - [1170] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1267), - [sym_preproc_else_in_compound_statement] = STATE(1268), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [1185] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1284), + [sym_preproc_else_in_compound_statement] = STATE(1285), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -44834,56 +45042,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2585), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2625), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -44898,111 +45106,111 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1171] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1863), - [anon_sym_LPAREN] = ACTIONS(1865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1863), - [sym_preproc_directive] = ACTIONS(1867), - [anon_sym_SEMI] = ACTIONS(1865), - [anon_sym_typedef] = ACTIONS(1863), - [anon_sym_extern] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_static] = ACTIONS(1863), - [anon_sym_auto] = ACTIONS(1863), - [anon_sym_register] = ACTIONS(1863), - [anon_sym_inline] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1863), - [anon_sym_restrict] = ACTIONS(1863), - [anon_sym_volatile] = ACTIONS(1863), - [anon_sym_unsigned] = ACTIONS(1863), - [anon_sym_long] = ACTIONS(1863), - [anon_sym_short] = ACTIONS(1863), - [sym_primitive_type] = ACTIONS(1863), - [anon_sym_enum] = ACTIONS(1863), - [anon_sym_struct] = ACTIONS(1863), - [anon_sym_union] = ACTIONS(1863), - [anon_sym_if] = ACTIONS(1863), - [anon_sym_switch] = ACTIONS(1863), - [anon_sym_case] = ACTIONS(1863), - [anon_sym_default] = ACTIONS(1863), - [anon_sym_while] = ACTIONS(1863), - [anon_sym_do] = ACTIONS(1863), - [anon_sym_for] = ACTIONS(1863), - [anon_sym_return] = ACTIONS(1863), - [anon_sym_break] = ACTIONS(1863), - [anon_sym_continue] = ACTIONS(1863), - [anon_sym_goto] = ACTIONS(1863), - [anon_sym_AMP] = ACTIONS(1865), - [anon_sym_BANG] = ACTIONS(1865), - [anon_sym_TILDE] = ACTIONS(1865), - [anon_sym_PLUS] = ACTIONS(1863), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_DASH_DASH] = ACTIONS(1865), - [anon_sym_PLUS_PLUS] = ACTIONS(1865), - [anon_sym_sizeof] = ACTIONS(1863), - [sym_number_literal] = ACTIONS(1863), - [sym_char_literal] = ACTIONS(1863), - [sym_string_literal] = ACTIONS(1865), - [sym_identifier] = ACTIONS(1867), - [sym_true] = ACTIONS(1865), - [sym_false] = ACTIONS(1865), - [sym_null] = ACTIONS(1863), + [1186] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(1895), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1893), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1897), + [anon_sym_SEMI] = ACTIONS(1895), + [anon_sym_typedef] = ACTIONS(1893), + [anon_sym_extern] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1893), + [anon_sym_auto] = ACTIONS(1893), + [anon_sym_register] = ACTIONS(1893), + [anon_sym_inline] = ACTIONS(1893), + [anon_sym_const] = ACTIONS(1893), + [anon_sym_restrict] = ACTIONS(1893), + [anon_sym_volatile] = ACTIONS(1893), + [anon_sym_unsigned] = ACTIONS(1893), + [anon_sym_long] = ACTIONS(1893), + [anon_sym_short] = ACTIONS(1893), + [sym_primitive_type] = ACTIONS(1893), + [anon_sym_enum] = ACTIONS(1893), + [anon_sym_struct] = ACTIONS(1893), + [anon_sym_union] = ACTIONS(1893), + [anon_sym_if] = ACTIONS(1893), + [anon_sym_switch] = ACTIONS(1893), + [anon_sym_case] = ACTIONS(1893), + [anon_sym_default] = ACTIONS(1893), + [anon_sym_while] = ACTIONS(1893), + [anon_sym_do] = ACTIONS(1893), + [anon_sym_for] = ACTIONS(1893), + [anon_sym_return] = ACTIONS(1893), + [anon_sym_break] = ACTIONS(1893), + [anon_sym_continue] = ACTIONS(1893), + [anon_sym_goto] = ACTIONS(1893), + [anon_sym_AMP] = ACTIONS(1895), + [anon_sym_BANG] = ACTIONS(1895), + [anon_sym_TILDE] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1893), + [anon_sym_DASH] = ACTIONS(1893), + [anon_sym_DASH_DASH] = ACTIONS(1895), + [anon_sym_PLUS_PLUS] = ACTIONS(1895), + [anon_sym_sizeof] = ACTIONS(1893), + [sym_number_literal] = ACTIONS(1893), + [sym_char_literal] = ACTIONS(1893), + [sym_string_literal] = ACTIONS(1895), + [sym_identifier] = ACTIONS(1897), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [sym_null] = ACTIONS(1893), [sym_comment] = ACTIONS(44), }, - [1172] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2587), + [1187] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2627), [sym_comment] = ACTIONS(44), }, - [1173] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2589), + [1188] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2629), [sym_comment] = ACTIONS(44), }, - [1174] = { - [sym_preproc_include] = STATE(908), - [sym_preproc_def] = STATE(908), - [sym_preproc_function_def] = STATE(908), - [sym_preproc_call] = STATE(908), - [sym_preproc_if_in_compound_statement] = STATE(909), - [sym_preproc_ifdef_in_compound_statement] = STATE(910), - [sym_preproc_elif_in_compound_statement] = STATE(1272), - [sym_preproc_else_in_compound_statement] = STATE(1273), - [sym_declaration] = STATE(908), - [sym_type_definition] = STATE(908), - [sym__declaration_specifiers] = STATE(657), - [sym_compound_statement] = STATE(908), + [1189] = { + [sym_preproc_include] = STATE(920), + [sym_preproc_def] = STATE(920), + [sym_preproc_function_def] = STATE(920), + [sym_preproc_call] = STATE(920), + [sym_preproc_if_in_compound_statement] = STATE(921), + [sym_preproc_ifdef_in_compound_statement] = STATE(922), + [sym_preproc_elif_in_compound_statement] = STATE(1289), + [sym_preproc_else_in_compound_statement] = STATE(1290), + [sym_declaration] = STATE(920), + [sym_type_definition] = STATE(920), + [sym__declaration_specifiers] = STATE(666), + [sym_compound_statement] = STATE(920), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -45010,56 +45218,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(908), - [sym_expression_statement] = STATE(908), - [sym_if_statement] = STATE(908), - [sym_switch_statement] = STATE(908), - [sym_case_statement] = STATE(908), - [sym_while_statement] = STATE(908), - [sym_do_statement] = STATE(908), - [sym_for_statement] = STATE(908), - [sym_return_statement] = STATE(908), - [sym_break_statement] = STATE(908), - [sym_continue_statement] = STATE(908), - [sym_goto_statement] = STATE(908), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(908), + [sym_labeled_statement] = STATE(920), + [sym_expression_statement] = STATE(920), + [sym_if_statement] = STATE(920), + [sym_switch_statement] = STATE(920), + [sym_case_statement] = STATE(920), + [sym_while_statement] = STATE(920), + [sym_do_statement] = STATE(920), + [sym_for_statement] = STATE(920), + [sym_return_statement] = STATE(920), + [sym_break_statement] = STATE(920), + [sym_continue_statement] = STATE(920), + [sym_goto_statement] = STATE(920), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(920), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1389), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1397), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1399), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1411), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1415), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2631), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1419), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1421), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1423), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1425), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_typedef] = ACTIONS(1431), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -45074,194 +45282,198 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1433), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1457), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1175] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(436), + [1190] = { + [anon_sym_LF] = ACTIONS(2633), + [sym_comment] = ACTIONS(54), + }, + [1191] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [1176] = { - [sym__type_declarator] = STATE(1275), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [1192] = { + [sym__type_declarator] = STATE(1293), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [1177] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_switch] = ACTIONS(1579), - [anon_sym_case] = ACTIONS(1579), - [anon_sym_default] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_goto] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_BANG] = ACTIONS(1577), - [anon_sym_TILDE] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_DASH_DASH] = ACTIONS(1577), - [anon_sym_PLUS_PLUS] = ACTIONS(1577), - [anon_sym_sizeof] = ACTIONS(1579), - [sym_number_literal] = ACTIONS(1579), - [sym_char_literal] = ACTIONS(1579), - [sym_string_literal] = ACTIONS(1577), - [sym_identifier] = ACTIONS(1581), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1579), + [1193] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1605), + [sym_char_literal] = ACTIONS(1605), + [sym_string_literal] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1607), + [sym_true] = ACTIONS(1603), + [sym_false] = ACTIONS(1603), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(44), }, - [1178] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1194] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2637), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1179] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2597), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1195] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1180] = { - [sym_declaration] = STATE(1278), - [sym_type_definition] = STATE(1278), - [sym__declaration_specifiers] = STATE(1183), - [sym_compound_statement] = STATE(1278), + [1196] = { + [sym_declaration] = STATE(1296), + [sym_type_definition] = STATE(1296), + [sym__declaration_specifiers] = STATE(1199), + [sym_compound_statement] = STATE(1296), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -45269,46 +45481,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1278), - [sym_expression_statement] = STATE(1278), - [sym_if_statement] = STATE(1278), - [sym_switch_statement] = STATE(1278), - [sym_case_statement] = STATE(1278), - [sym_while_statement] = STATE(1278), - [sym_do_statement] = STATE(1278), - [sym_for_statement] = STATE(1278), - [sym_return_statement] = STATE(1278), - [sym_break_statement] = STATE(1278), - [sym_continue_statement] = STATE(1278), - [sym_goto_statement] = STATE(1278), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1296), + [sym_expression_statement] = STATE(1296), + [sym_if_statement] = STATE(1296), + [sym_switch_statement] = STATE(1296), + [sym_case_statement] = STATE(1296), + [sym_while_statement] = STATE(1296), + [sym_do_statement] = STATE(1296), + [sym_for_statement] = STATE(1296), + [sym_return_statement] = STATE(1296), + [sym_break_statement] = STATE(1296), + [sym_continue_statement] = STATE(1296), + [sym_goto_statement] = STATE(1296), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_typedef] = ACTIONS(1789), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_typedef] = ACTIONS(1817), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -45323,549 +45535,549 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2395), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2433), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1181] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(2141), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [1197] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(2175), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [1182] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1913), - [sym_preproc_directive] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_typedef] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_auto] = ACTIONS(1913), - [anon_sym_register] = ACTIONS(1913), - [anon_sym_inline] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_restrict] = ACTIONS(1913), - [anon_sym_volatile] = ACTIONS(1913), - [anon_sym_unsigned] = ACTIONS(1913), - [anon_sym_long] = ACTIONS(1913), - [anon_sym_short] = ACTIONS(1913), - [sym_primitive_type] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_switch] = ACTIONS(1913), - [anon_sym_case] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_do] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_goto] = ACTIONS(1913), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_TILDE] = ACTIONS(1915), - [anon_sym_PLUS] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1913), - [anon_sym_DASH_DASH] = ACTIONS(1915), - [anon_sym_PLUS_PLUS] = ACTIONS(1915), - [anon_sym_sizeof] = ACTIONS(1913), - [sym_number_literal] = ACTIONS(1913), - [sym_char_literal] = ACTIONS(1913), - [sym_string_literal] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [sym_true] = ACTIONS(1915), - [sym_false] = ACTIONS(1915), - [sym_null] = ACTIONS(1913), + [1198] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1945), + [sym_preproc_directive] = ACTIONS(1949), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_typedef] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_STAR] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1945), + [anon_sym_auto] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_inline] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_restrict] = ACTIONS(1945), + [anon_sym_volatile] = ACTIONS(1945), + [anon_sym_unsigned] = ACTIONS(1945), + [anon_sym_long] = ACTIONS(1945), + [anon_sym_short] = ACTIONS(1945), + [sym_primitive_type] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_switch] = ACTIONS(1945), + [anon_sym_case] = ACTIONS(1945), + [anon_sym_default] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1947), + [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_PLUS_PLUS] = ACTIONS(1947), + [anon_sym_sizeof] = ACTIONS(1945), + [sym_number_literal] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [sym_string_literal] = ACTIONS(1947), + [sym_identifier] = ACTIONS(1949), + [sym_true] = ACTIONS(1947), + [sym_false] = ACTIONS(1947), + [sym_null] = ACTIONS(1945), [sym_comment] = ACTIONS(44), }, - [1183] = { - [sym__declarator] = STATE(1050), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(1051), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [1199] = { + [sym__declarator] = STATE(1064), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(1065), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [1184] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2599), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1200] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2641), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1185] = { - [anon_sym_LPAREN] = ACTIONS(2601), + [1201] = { + [anon_sym_LPAREN] = ACTIONS(2643), [sym_comment] = ACTIONS(44), }, - [1186] = { - [sym__expression] = STATE(1282), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2603), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1202] = { + [sym__expression] = STATE(1300), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1187] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2605), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1203] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1188] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1935), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1933), - [sym_preproc_directive] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_typedef] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_auto] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_inline] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_restrict] = ACTIONS(1933), - [anon_sym_volatile] = ACTIONS(1933), - [anon_sym_unsigned] = ACTIONS(1933), - [anon_sym_long] = ACTIONS(1933), - [anon_sym_short] = ACTIONS(1933), - [sym_primitive_type] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1933), - [anon_sym_case] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_goto] = ACTIONS(1933), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_PLUS] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1933), - [anon_sym_DASH_DASH] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(1935), - [anon_sym_sizeof] = ACTIONS(1933), - [sym_number_literal] = ACTIONS(1933), - [sym_char_literal] = ACTIONS(1933), - [sym_string_literal] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [sym_true] = ACTIONS(1935), - [sym_false] = ACTIONS(1935), - [sym_null] = ACTIONS(1933), + [1204] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1965), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_typedef] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_STAR] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1965), + [anon_sym_auto] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_inline] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [anon_sym_restrict] = ACTIONS(1965), + [anon_sym_volatile] = ACTIONS(1965), + [anon_sym_unsigned] = ACTIONS(1965), + [anon_sym_long] = ACTIONS(1965), + [anon_sym_short] = ACTIONS(1965), + [sym_primitive_type] = ACTIONS(1965), + [anon_sym_enum] = ACTIONS(1965), + [anon_sym_struct] = ACTIONS(1965), + [anon_sym_union] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_switch] = ACTIONS(1965), + [anon_sym_case] = ACTIONS(1965), + [anon_sym_default] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_goto] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1967), + [anon_sym_BANG] = ACTIONS(1967), + [anon_sym_TILDE] = ACTIONS(1967), + [anon_sym_PLUS] = ACTIONS(1965), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_PLUS_PLUS] = ACTIONS(1967), + [anon_sym_sizeof] = ACTIONS(1965), + [sym_number_literal] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [sym_string_literal] = ACTIONS(1967), + [sym_identifier] = ACTIONS(1969), + [sym_true] = ACTIONS(1967), + [sym_false] = ACTIONS(1967), + [sym_null] = ACTIONS(1965), [sym_comment] = ACTIONS(44), }, - [1189] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1939), - [sym_preproc_directive] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_typedef] = ACTIONS(1939), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_STAR] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1939), - [anon_sym_restrict] = ACTIONS(1939), - [anon_sym_volatile] = ACTIONS(1939), - [anon_sym_unsigned] = ACTIONS(1939), - [anon_sym_long] = ACTIONS(1939), - [anon_sym_short] = ACTIONS(1939), - [sym_primitive_type] = ACTIONS(1939), - [anon_sym_enum] = ACTIONS(1939), - [anon_sym_struct] = ACTIONS(1939), - [anon_sym_union] = ACTIONS(1939), - [anon_sym_if] = ACTIONS(1939), - [anon_sym_switch] = ACTIONS(1939), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1939), - [anon_sym_while] = ACTIONS(1939), - [anon_sym_do] = ACTIONS(1939), - [anon_sym_for] = ACTIONS(1939), - [anon_sym_return] = ACTIONS(1939), - [anon_sym_break] = ACTIONS(1939), - [anon_sym_continue] = ACTIONS(1939), - [anon_sym_goto] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1939), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_sizeof] = ACTIONS(1939), - [sym_number_literal] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [sym_string_literal] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [sym_true] = ACTIONS(1941), - [sym_false] = ACTIONS(1941), - [sym_null] = ACTIONS(1939), + [1205] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1973), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1971), + [sym_preproc_directive] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_typedef] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_auto] = ACTIONS(1971), + [anon_sym_register] = ACTIONS(1971), + [anon_sym_inline] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_restrict] = ACTIONS(1971), + [anon_sym_volatile] = ACTIONS(1971), + [anon_sym_unsigned] = ACTIONS(1971), + [anon_sym_long] = ACTIONS(1971), + [anon_sym_short] = ACTIONS(1971), + [sym_primitive_type] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_switch] = ACTIONS(1971), + [anon_sym_case] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_do] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_goto] = ACTIONS(1971), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1971), + [anon_sym_DASH_DASH] = ACTIONS(1973), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_sizeof] = ACTIONS(1971), + [sym_number_literal] = ACTIONS(1971), + [sym_char_literal] = ACTIONS(1971), + [sym_string_literal] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [sym_true] = ACTIONS(1973), + [sym_false] = ACTIONS(1973), + [sym_null] = ACTIONS(1971), [sym_comment] = ACTIONS(44), }, - [1190] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(2141), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [1206] = { + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(2175), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, - [1191] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1953), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1951), - [sym_preproc_directive] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_typedef] = ACTIONS(1951), - [anon_sym_extern] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_STAR] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_auto] = ACTIONS(1951), - [anon_sym_register] = ACTIONS(1951), - [anon_sym_inline] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_restrict] = ACTIONS(1951), - [anon_sym_volatile] = ACTIONS(1951), - [anon_sym_unsigned] = ACTIONS(1951), - [anon_sym_long] = ACTIONS(1951), - [anon_sym_short] = ACTIONS(1951), - [sym_primitive_type] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), - [anon_sym_struct] = ACTIONS(1951), - [anon_sym_union] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_goto] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_sizeof] = ACTIONS(1951), - [sym_number_literal] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [sym_string_literal] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [sym_true] = ACTIONS(1953), - [sym_false] = ACTIONS(1953), - [sym_null] = ACTIONS(1951), + [1207] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1983), + [sym_preproc_directive] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_typedef] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_auto] = ACTIONS(1983), + [anon_sym_register] = ACTIONS(1983), + [anon_sym_inline] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_restrict] = ACTIONS(1983), + [anon_sym_volatile] = ACTIONS(1983), + [anon_sym_unsigned] = ACTIONS(1983), + [anon_sym_long] = ACTIONS(1983), + [anon_sym_short] = ACTIONS(1983), + [sym_primitive_type] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_goto] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1985), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_sizeof] = ACTIONS(1983), + [sym_number_literal] = ACTIONS(1983), + [sym_char_literal] = ACTIONS(1983), + [sym_string_literal] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [sym_true] = ACTIONS(1985), + [sym_false] = ACTIONS(1985), + [sym_null] = ACTIONS(1983), [sym_comment] = ACTIONS(44), }, - [1192] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [anon_sym_LPAREN] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_LBRACE] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [anon_sym_if] = ACTIONS(536), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_case] = ACTIONS(536), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(536), - [anon_sym_do] = ACTIONS(536), - [anon_sym_for] = ACTIONS(536), - [anon_sym_return] = ACTIONS(536), - [anon_sym_break] = ACTIONS(536), - [anon_sym_continue] = ACTIONS(536), - [anon_sym_goto] = ACTIONS(536), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), + [1208] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_goto] = ACTIONS(544), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, - [1193] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(2607), + [1209] = { + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(2649), [sym_comment] = ACTIONS(44), }, - [1194] = { + [1210] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), [anon_sym_LPAREN] = ACTIONS(744), @@ -45923,619 +46135,677 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(746), [sym_comment] = ACTIONS(44), }, - [1195] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(436), + [1211] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_goto] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(762), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_sizeof] = ACTIONS(764), + [sym_number_literal] = ACTIONS(764), + [sym_char_literal] = ACTIONS(764), + [sym_string_literal] = ACTIONS(762), + [sym_identifier] = ACTIONS(766), + [sym_true] = ACTIONS(762), + [sym_false] = ACTIONS(762), + [sym_null] = ACTIONS(764), [sym_comment] = ACTIONS(44), }, - [1196] = { - [sym_compound_statement] = STATE(1300), - [sym_labeled_statement] = STATE(1300), - [sym_expression_statement] = STATE(1300), - [sym_if_statement] = STATE(1300), - [sym_switch_statement] = STATE(1300), - [sym_case_statement] = STATE(1300), - [sym_while_statement] = STATE(1300), - [sym_do_statement] = STATE(1300), - [sym_for_statement] = STATE(1300), - [sym_return_statement] = STATE(1300), - [sym_break_statement] = STATE(1300), - [sym_continue_statement] = STATE(1300), - [sym_goto_statement] = STATE(1300), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1212] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [1197] = { - [sym_compound_statement] = STATE(1303), - [sym_labeled_statement] = STATE(1303), - [sym_expression_statement] = STATE(1303), - [sym_if_statement] = STATE(1303), - [sym_switch_statement] = STATE(1303), - [sym_case_statement] = STATE(1303), - [sym_while_statement] = STATE(1303), - [sym_do_statement] = STATE(1303), - [sym_for_statement] = STATE(1303), - [sym_return_statement] = STATE(1303), - [sym_break_statement] = STATE(1303), - [sym_continue_statement] = STATE(1303), - [sym_goto_statement] = STATE(1303), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1213] = { + [sym_compound_statement] = STATE(1318), + [sym_labeled_statement] = STATE(1318), + [sym_expression_statement] = STATE(1318), + [sym_if_statement] = STATE(1318), + [sym_switch_statement] = STATE(1318), + [sym_case_statement] = STATE(1318), + [sym_while_statement] = STATE(1318), + [sym_do_statement] = STATE(1318), + [sym_for_statement] = STATE(1318), + [sym_return_statement] = STATE(1318), + [sym_break_statement] = STATE(1318), + [sym_continue_statement] = STATE(1318), + [sym_goto_statement] = STATE(1318), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1198] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2269), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2267), - [sym_preproc_directive] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_typedef] = ACTIONS(2267), - [anon_sym_extern] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_STAR] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_auto] = ACTIONS(2267), - [anon_sym_register] = ACTIONS(2267), - [anon_sym_inline] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_restrict] = ACTIONS(2267), - [anon_sym_volatile] = ACTIONS(2267), - [anon_sym_unsigned] = ACTIONS(2267), - [anon_sym_long] = ACTIONS(2267), - [anon_sym_short] = ACTIONS(2267), - [sym_primitive_type] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(2267), - [anon_sym_union] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_goto] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), - [anon_sym_sizeof] = ACTIONS(2267), - [sym_number_literal] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [sym_string_literal] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2267), + [1214] = { + [sym_compound_statement] = STATE(1321), + [sym_labeled_statement] = STATE(1321), + [sym_expression_statement] = STATE(1321), + [sym_if_statement] = STATE(1321), + [sym_switch_statement] = STATE(1321), + [sym_case_statement] = STATE(1321), + [sym_while_statement] = STATE(1321), + [sym_do_statement] = STATE(1321), + [sym_for_statement] = STATE(1321), + [sym_return_statement] = STATE(1321), + [sym_break_statement] = STATE(1321), + [sym_continue_statement] = STATE(1321), + [sym_goto_statement] = STATE(1321), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1199] = { - [sym_compound_statement] = STATE(1304), - [sym_labeled_statement] = STATE(1304), - [sym_expression_statement] = STATE(1304), - [sym_if_statement] = STATE(1304), - [sym_switch_statement] = STATE(1304), - [sym_case_statement] = STATE(1304), - [sym_while_statement] = STATE(1304), - [sym_do_statement] = STATE(1304), - [sym_for_statement] = STATE(1304), - [sym_return_statement] = STATE(1304), - [sym_break_statement] = STATE(1304), - [sym_continue_statement] = STATE(1304), - [sym_goto_statement] = STATE(1304), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1215] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2305), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2303), + [sym_preproc_directive] = ACTIONS(2307), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_typedef] = ACTIONS(2303), + [anon_sym_extern] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2303), + [anon_sym_auto] = ACTIONS(2303), + [anon_sym_register] = ACTIONS(2303), + [anon_sym_inline] = ACTIONS(2303), + [anon_sym_const] = ACTIONS(2303), + [anon_sym_restrict] = ACTIONS(2303), + [anon_sym_volatile] = ACTIONS(2303), + [anon_sym_unsigned] = ACTIONS(2303), + [anon_sym_long] = ACTIONS(2303), + [anon_sym_short] = ACTIONS(2303), + [sym_primitive_type] = ACTIONS(2303), + [anon_sym_enum] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2303), + [anon_sym_union] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2303), + [anon_sym_default] = ACTIONS(2303), + [anon_sym_while] = ACTIONS(2303), + [anon_sym_do] = ACTIONS(2303), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2303), + [anon_sym_break] = ACTIONS(2303), + [anon_sym_continue] = ACTIONS(2303), + [anon_sym_goto] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2303), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_sizeof] = ACTIONS(2303), + [sym_number_literal] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [sym_string_literal] = ACTIONS(2305), + [sym_identifier] = ACTIONS(2307), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2303), [sym_comment] = ACTIONS(44), }, - [1200] = { - [sym__expression] = STATE(1305), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1216] = { + [sym_compound_statement] = STATE(1322), + [sym_labeled_statement] = STATE(1322), + [sym_expression_statement] = STATE(1322), + [sym_if_statement] = STATE(1322), + [sym_switch_statement] = STATE(1322), + [sym_case_statement] = STATE(1322), + [sym_while_statement] = STATE(1322), + [sym_do_statement] = STATE(1322), + [sym_for_statement] = STATE(1322), + [sym_return_statement] = STATE(1322), + [sym_break_statement] = STATE(1322), + [sym_continue_statement] = STATE(1322), + [sym_goto_statement] = STATE(1322), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1201] = { - [sym__expression] = STATE(1307), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2639), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1217] = { + [sym__expression] = STATE(1323), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1202] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1218] = { + [sym__expression] = STATE(1325), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2681), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1203] = { - [sym__expression] = STATE(1309), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1219] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1204] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [anon_sym_LPAREN] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1117), - [anon_sym_switch] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(1117), - [anon_sym_default] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_return] = ACTIONS(1117), - [anon_sym_break] = ACTIONS(1117), - [anon_sym_continue] = ACTIONS(1117), - [anon_sym_goto] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [1220] = { + [sym__expression] = STATE(1327), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1205] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_initializer_list] = STATE(848), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_RPAREN] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(632), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_EQ] = ACTIONS(2295), - [anon_sym_QMARK] = ACTIONS(2291), - [anon_sym_STAR_EQ] = ACTIONS(2291), - [anon_sym_SLASH_EQ] = ACTIONS(2291), - [anon_sym_PERCENT_EQ] = ACTIONS(2291), - [anon_sym_PLUS_EQ] = ACTIONS(2291), - [anon_sym_DASH_EQ] = ACTIONS(2291), - [anon_sym_LT_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_GT_EQ] = ACTIONS(2291), - [anon_sym_AMP_EQ] = ACTIONS(2291), - [anon_sym_CARET_EQ] = ACTIONS(2291), - [anon_sym_PIPE_EQ] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2643), - [anon_sym_PIPE_PIPE] = ACTIONS(2291), - [anon_sym_AMP_AMP] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_CARET] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_EQ_EQ] = ACTIONS(2291), - [anon_sym_BANG_EQ] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_GT] = ACTIONS(2295), - [anon_sym_LT_EQ] = ACTIONS(2291), - [anon_sym_GT_EQ] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2295), - [anon_sym_GT_GT] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_PERCENT] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym_DOT] = ACTIONS(2291), - [anon_sym_DASH_GT] = ACTIONS(2291), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1221] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [anon_sym_if] = ACTIONS(1137), + [anon_sym_switch] = ACTIONS(1137), + [anon_sym_case] = ACTIONS(1137), + [anon_sym_default] = ACTIONS(1137), + [anon_sym_while] = ACTIONS(1137), + [anon_sym_do] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1137), + [anon_sym_break] = ACTIONS(1137), + [anon_sym_continue] = ACTIONS(1137), + [anon_sym_goto] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, - [1206] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [anon_sym_LPAREN] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [anon_sym_if] = ACTIONS(912), - [anon_sym_else] = ACTIONS(912), - [anon_sym_switch] = ACTIONS(912), - [anon_sym_case] = ACTIONS(912), - [anon_sym_default] = ACTIONS(912), - [anon_sym_while] = ACTIONS(912), - [anon_sym_do] = ACTIONS(912), - [anon_sym_for] = ACTIONS(912), - [anon_sym_return] = ACTIONS(912), - [anon_sym_break] = ACTIONS(912), - [anon_sym_continue] = ACTIONS(912), - [anon_sym_goto] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_sizeof] = ACTIONS(912), - [sym_number_literal] = ACTIONS(912), - [sym_char_literal] = ACTIONS(912), - [sym_string_literal] = ACTIONS(910), - [sym_identifier] = ACTIONS(914), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(912), + [1222] = { + [sym__expression] = STATE(858), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_initializer_list] = STATE(859), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_RPAREN] = ACTIONS(2327), + [anon_sym_LBRACE] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_EQ] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2327), + [anon_sym_STAR_EQ] = ACTIONS(2327), + [anon_sym_SLASH_EQ] = ACTIONS(2327), + [anon_sym_PERCENT_EQ] = ACTIONS(2327), + [anon_sym_PLUS_EQ] = ACTIONS(2327), + [anon_sym_DASH_EQ] = ACTIONS(2327), + [anon_sym_LT_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_GT_EQ] = ACTIONS(2327), + [anon_sym_AMP_EQ] = ACTIONS(2327), + [anon_sym_CARET_EQ] = ACTIONS(2327), + [anon_sym_PIPE_EQ] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_PIPE_PIPE] = ACTIONS(2327), + [anon_sym_AMP_AMP] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2687), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_CARET] = ACTIONS(2331), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_EQ_EQ] = ACTIONS(2327), + [anon_sym_BANG_EQ] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_GT] = ACTIONS(2331), + [anon_sym_LT_EQ] = ACTIONS(2327), + [anon_sym_GT_EQ] = ACTIONS(2327), + [anon_sym_LT_LT] = ACTIONS(2331), + [anon_sym_GT_GT] = ACTIONS(2331), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(2331), + [anon_sym_PERCENT] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [anon_sym_DOT] = ACTIONS(2327), + [anon_sym_DASH_GT] = ACTIONS(2327), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1207] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [1223] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(932), + [sym_char_literal] = ACTIONS(932), + [sym_string_literal] = ACTIONS(930), + [sym_identifier] = ACTIONS(934), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(932), + [sym_comment] = ACTIONS(44), + }, + [1224] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -46543,54 +46813,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2647), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2689), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -46605,156 +46875,156 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1208] = { - [sym__expression] = STATE(1311), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1225] = { + [sym__expression] = STATE(1329), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1209] = { - [sym__expression] = STATE(1312), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1226] = { + [sym__expression] = STATE(1330), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1210] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2649), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1227] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2691), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1211] = { - [sym_declaration] = STATE(1316), - [sym_type_definition] = STATE(1316), - [sym__declaration_specifiers] = STATE(1317), - [sym_compound_statement] = STATE(1316), + [1228] = { + [sym_declaration] = STATE(1334), + [sym_type_definition] = STATE(1334), + [sym__declaration_specifiers] = STATE(1335), + [sym_compound_statement] = STATE(1334), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -46762,46 +47032,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1316), - [sym_expression_statement] = STATE(1316), - [sym_if_statement] = STATE(1316), - [sym_switch_statement] = STATE(1316), - [sym_case_statement] = STATE(1316), - [sym_while_statement] = STATE(1316), - [sym_do_statement] = STATE(1316), - [sym_for_statement] = STATE(1316), - [sym_return_statement] = STATE(1316), - [sym_break_statement] = STATE(1316), - [sym_continue_statement] = STATE(1316), - [sym_goto_statement] = STATE(1316), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1334), + [sym_expression_statement] = STATE(1334), + [sym_if_statement] = STATE(1334), + [sym_switch_statement] = STATE(1334), + [sym_case_statement] = STATE(1334), + [sym_while_statement] = STATE(1334), + [sym_do_statement] = STATE(1334), + [sym_for_statement] = STATE(1334), + [sym_return_statement] = STATE(1334), + [sym_break_statement] = STATE(1334), + [sym_continue_statement] = STATE(1334), + [sym_goto_statement] = STATE(1334), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_typedef] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_typedef] = ACTIONS(2693), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -46816,79 +47086,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2653), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2695), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1212] = { - [sym__expression] = STATE(1318), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1229] = { + [sym__expression] = STATE(1336), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1213] = { - [anon_sym_while] = ACTIONS(2655), + [1230] = { + [anon_sym_while] = ACTIONS(2697), [sym_comment] = ACTIONS(44), }, - [1214] = { - [sym_declaration] = STATE(1320), - [sym__declaration_specifiers] = STATE(710), + [1231] = { + [sym_declaration] = STATE(1338), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -46896,31 +47166,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(1321), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(1339), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2699), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -46935,2018 +47205,1730 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1215] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1513), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1511), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_typedef] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_auto] = ACTIONS(1511), - [anon_sym_register] = ACTIONS(1511), - [anon_sym_inline] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_restrict] = ACTIONS(1511), - [anon_sym_volatile] = ACTIONS(1511), - [anon_sym_unsigned] = ACTIONS(1511), - [anon_sym_long] = ACTIONS(1511), - [anon_sym_short] = ACTIONS(1511), - [sym_primitive_type] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_else] = ACTIONS(1511), - [anon_sym_switch] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_do] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_goto] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_sizeof] = ACTIONS(1511), - [sym_number_literal] = ACTIONS(1511), - [sym_char_literal] = ACTIONS(1511), - [sym_string_literal] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1511), - [sym_comment] = ACTIONS(44), - }, - [1216] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1217] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_else] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1519), - [sym_char_literal] = ACTIONS(1519), - [sym_string_literal] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [sym_true] = ACTIONS(1521), - [sym_false] = ACTIONS(1521), - [sym_null] = ACTIONS(1519), - [sym_comment] = ACTIONS(44), - }, - [1218] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1525), - [anon_sym_LPAREN] = ACTIONS(1527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_RBRACE] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_else] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1525), - [sym_char_literal] = ACTIONS(1525), - [sym_string_literal] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1525), - [sym_comment] = ACTIONS(44), - }, - [1219] = { - [anon_sym_SEMI] = ACTIONS(2661), - [sym_comment] = ACTIONS(44), - }, - [1220] = { - [sym_compound_statement] = STATE(1324), - [sym_labeled_statement] = STATE(1324), - [sym_expression_statement] = STATE(1324), - [sym_if_statement] = STATE(1324), - [sym_switch_statement] = STATE(1324), - [sym_case_statement] = STATE(1324), - [sym_while_statement] = STATE(1324), - [sym_do_statement] = STATE(1324), - [sym_for_statement] = STATE(1324), - [sym_return_statement] = STATE(1324), - [sym_break_statement] = STATE(1324), - [sym_continue_statement] = STATE(1324), - [sym_goto_statement] = STATE(1324), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1221] = { - [sym_compound_statement] = STATE(1325), - [sym_labeled_statement] = STATE(1325), - [sym_expression_statement] = STATE(1325), - [sym_if_statement] = STATE(1325), - [sym_switch_statement] = STATE(1325), - [sym_case_statement] = STATE(1325), - [sym_while_statement] = STATE(1325), - [sym_do_statement] = STATE(1325), - [sym_for_statement] = STATE(1325), - [sym_return_statement] = STATE(1325), - [sym_break_statement] = STATE(1325), - [sym_continue_statement] = STATE(1325), - [sym_goto_statement] = STATE(1325), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1222] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1565), - [anon_sym_LPAREN] = ACTIONS(1567), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_RBRACE] = ACTIONS(1567), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_auto] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1569), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(44), - }, - [1223] = { - [sym__expression] = STATE(1326), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1224] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2545), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1225] = { - [anon_sym_LPAREN] = ACTIONS(2663), - [sym_comment] = ACTIONS(44), - }, - [1226] = { - [anon_sym_LPAREN] = ACTIONS(2665), - [sym_comment] = ACTIONS(44), - }, - [1227] = { - [sym__expression] = STATE(1329), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1228] = { - [anon_sym_COLON] = ACTIONS(2667), - [sym_comment] = ACTIONS(44), - }, - [1229] = { - [anon_sym_LPAREN] = ACTIONS(2669), - [sym_comment] = ACTIONS(44), - }, - [1230] = { - [anon_sym_LPAREN] = ACTIONS(2671), - [sym_comment] = ACTIONS(44), - }, - [1231] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(2673), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1232] = { - [anon_sym_else] = ACTIONS(2675), - [anon_sym_while] = ACTIONS(2487), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1537), + [anon_sym_LPAREN] = ACTIONS(1539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1537), + [sym_char_literal] = ACTIONS(1537), + [sym_string_literal] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1541), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(44), }, [1233] = { - [sym_compound_statement] = STATE(1238), - [sym_labeled_statement] = STATE(1238), - [sym_expression_statement] = STATE(1238), - [sym_if_statement] = STATE(1238), - [sym_switch_statement] = STATE(1238), - [sym_case_statement] = STATE(1238), - [sym_while_statement] = STATE(1238), - [sym_do_statement] = STATE(1238), - [sym_for_statement] = STATE(1238), - [sym_return_statement] = STATE(1238), - [sym_break_statement] = STATE(1238), - [sym_continue_statement] = STATE(1238), - [sym_goto_statement] = STATE(1238), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2701), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1234] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1336), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_RBRACE] = ACTIONS(1547), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_auto] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_AMP] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1545), + [sym_char_literal] = ACTIONS(1545), + [sym_string_literal] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1549), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(44), }, [1235] = { - [sym__expression] = STATE(1337), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1551), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1551), + [sym_preproc_directive] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_typedef] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_auto] = ACTIONS(1551), + [anon_sym_register] = ACTIONS(1551), + [anon_sym_inline] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_restrict] = ACTIONS(1551), + [anon_sym_volatile] = ACTIONS(1551), + [anon_sym_unsigned] = ACTIONS(1551), + [anon_sym_long] = ACTIONS(1551), + [anon_sym_short] = ACTIONS(1551), + [sym_primitive_type] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_else] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_do] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1553), + [anon_sym_sizeof] = ACTIONS(1551), + [sym_number_literal] = ACTIONS(1551), + [sym_char_literal] = ACTIONS(1551), + [sym_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1551), [sym_comment] = ACTIONS(44), }, [1236] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2679), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_SEMI] = ACTIONS(2703), [sym_comment] = ACTIONS(44), }, [1237] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2683), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2681), - [sym_preproc_directive] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_typedef] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_RBRACE] = ACTIONS(2683), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_auto] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [sym_primitive_type] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_if] = ACTIONS(2681), - [anon_sym_switch] = ACTIONS(2681), - [anon_sym_case] = ACTIONS(2681), - [anon_sym_default] = ACTIONS(2681), - [anon_sym_while] = ACTIONS(2681), - [anon_sym_do] = ACTIONS(2681), - [anon_sym_for] = ACTIONS(2681), - [anon_sym_return] = ACTIONS(2681), - [anon_sym_break] = ACTIONS(2681), - [anon_sym_continue] = ACTIONS(2681), - [anon_sym_goto] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2683), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_sizeof] = ACTIONS(2681), - [sym_number_literal] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [sym_string_literal] = ACTIONS(2683), - [sym_identifier] = ACTIONS(2685), - [sym_true] = ACTIONS(2683), - [sym_false] = ACTIONS(2683), - [sym_null] = ACTIONS(2681), + [sym_compound_statement] = STATE(1342), + [sym_labeled_statement] = STATE(1342), + [sym_expression_statement] = STATE(1342), + [sym_if_statement] = STATE(1342), + [sym_switch_statement] = STATE(1342), + [sym_case_statement] = STATE(1342), + [sym_while_statement] = STATE(1342), + [sym_do_statement] = STATE(1342), + [sym_for_statement] = STATE(1342), + [sym_return_statement] = STATE(1342), + [sym_break_statement] = STATE(1342), + [sym_continue_statement] = STATE(1342), + [sym_goto_statement] = STATE(1342), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1238] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2687), - [sym_preproc_directive] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_typedef] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_RBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_auto] = ACTIONS(2687), - [anon_sym_register] = ACTIONS(2687), - [anon_sym_inline] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_restrict] = ACTIONS(2687), - [anon_sym_volatile] = ACTIONS(2687), - [anon_sym_unsigned] = ACTIONS(2687), - [anon_sym_long] = ACTIONS(2687), - [anon_sym_short] = ACTIONS(2687), - [sym_primitive_type] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_switch] = ACTIONS(2687), - [anon_sym_case] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_do] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_goto] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_TILDE] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2689), - [anon_sym_PLUS_PLUS] = ACTIONS(2689), - [anon_sym_sizeof] = ACTIONS(2687), - [sym_number_literal] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [sym_string_literal] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [sym_true] = ACTIONS(2689), - [sym_false] = ACTIONS(2689), - [sym_null] = ACTIONS(2687), + [sym_compound_statement] = STATE(1343), + [sym_labeled_statement] = STATE(1343), + [sym_expression_statement] = STATE(1343), + [sym_if_statement] = STATE(1343), + [sym_switch_statement] = STATE(1343), + [sym_case_statement] = STATE(1343), + [sym_while_statement] = STATE(1343), + [sym_do_statement] = STATE(1343), + [sym_for_statement] = STATE(1343), + [sym_return_statement] = STATE(1343), + [sym_break_statement] = STATE(1343), + [sym_continue_statement] = STATE(1343), + [sym_goto_statement] = STATE(1343), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1239] = { - [sym_compound_statement] = STATE(1339), - [sym_labeled_statement] = STATE(1339), - [sym_expression_statement] = STATE(1339), - [sym_if_statement] = STATE(1339), - [sym_switch_statement] = STATE(1339), - [sym_case_statement] = STATE(1339), - [sym_while_statement] = STATE(1339), - [sym_do_statement] = STATE(1339), - [sym_for_statement] = STATE(1339), - [sym_return_statement] = STATE(1339), - [sym_break_statement] = STATE(1339), - [sym_continue_statement] = STATE(1339), - [sym_goto_statement] = STATE(1339), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1591), + [anon_sym_LPAREN] = ACTIONS(1593), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1591), + [sym_preproc_directive] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1591), + [anon_sym_extern] = ACTIONS(1591), + [anon_sym_LBRACE] = ACTIONS(1593), + [anon_sym_RBRACE] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1591), + [anon_sym_auto] = ACTIONS(1591), + [anon_sym_register] = ACTIONS(1591), + [anon_sym_inline] = ACTIONS(1591), + [anon_sym_const] = ACTIONS(1591), + [anon_sym_restrict] = ACTIONS(1591), + [anon_sym_volatile] = ACTIONS(1591), + [anon_sym_unsigned] = ACTIONS(1591), + [anon_sym_long] = ACTIONS(1591), + [anon_sym_short] = ACTIONS(1591), + [sym_primitive_type] = ACTIONS(1591), + [anon_sym_enum] = ACTIONS(1591), + [anon_sym_struct] = ACTIONS(1591), + [anon_sym_union] = ACTIONS(1591), + [anon_sym_if] = ACTIONS(1591), + [anon_sym_else] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1591), + [anon_sym_default] = ACTIONS(1591), + [anon_sym_while] = ACTIONS(1591), + [anon_sym_do] = ACTIONS(1591), + [anon_sym_for] = ACTIONS(1591), + [anon_sym_return] = ACTIONS(1591), + [anon_sym_break] = ACTIONS(1591), + [anon_sym_continue] = ACTIONS(1591), + [anon_sym_goto] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1593), + [anon_sym_sizeof] = ACTIONS(1591), + [sym_number_literal] = ACTIONS(1591), + [sym_char_literal] = ACTIONS(1591), + [sym_string_literal] = ACTIONS(1593), + [sym_identifier] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1591), [sym_comment] = ACTIONS(44), }, [1240] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2693), + [sym__expression] = STATE(1344), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1241] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1341), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2693), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2585), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1242] = { - [anon_sym_LPAREN] = ACTIONS(1115), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(2705), [sym_comment] = ACTIONS(44), }, [1243] = { - [sym__expression] = STATE(1342), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2693), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(2707), [sym_comment] = ACTIONS(44), }, [1244] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2695), - [anon_sym_RPAREN] = ACTIONS(2695), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1347), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1245] = { - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1698), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1698), - [anon_sym_auto] = ACTIONS(1698), - [anon_sym_register] = ACTIONS(1698), - [anon_sym_inline] = ACTIONS(1698), - [anon_sym_const] = ACTIONS(1698), - [anon_sym_restrict] = ACTIONS(1698), - [anon_sym_volatile] = ACTIONS(1698), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1696), - [anon_sym_TILDE] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_sizeof] = ACTIONS(1698), - [sym_number_literal] = ACTIONS(1698), - [sym_char_literal] = ACTIONS(1698), - [sym_string_literal] = ACTIONS(1696), - [sym_identifier] = ACTIONS(1700), - [sym_true] = ACTIONS(1696), - [sym_false] = ACTIONS(1696), - [sym_null] = ACTIONS(1698), + [anon_sym_COLON] = ACTIONS(2709), [sym_comment] = ACTIONS(44), }, [1246] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(2697), - [anon_sym_RBRACE] = ACTIONS(2697), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1237), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_GT_EQ] = ACTIONS(1239), - [anon_sym_AMP_EQ] = ACTIONS(1239), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2711), [sym_comment] = ACTIONS(44), }, [1247] = { - [anon_sym_COMMA] = ACTIONS(2697), - [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_LPAREN] = ACTIONS(2713), [sym_comment] = ACTIONS(44), }, [1248] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1123), - [anon_sym_LPAREN] = ACTIONS(1121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1123), - [sym_preproc_directive] = ACTIONS(1125), - [anon_sym_SEMI] = ACTIONS(1121), - [anon_sym_typedef] = ACTIONS(1123), - [anon_sym_extern] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_STAR] = ACTIONS(1121), - [anon_sym_static] = ACTIONS(1123), - [anon_sym_auto] = ACTIONS(1123), - [anon_sym_register] = ACTIONS(1123), - [anon_sym_inline] = ACTIONS(1123), - [anon_sym_const] = ACTIONS(1123), - [anon_sym_restrict] = ACTIONS(1123), - [anon_sym_volatile] = ACTIONS(1123), - [anon_sym_unsigned] = ACTIONS(1123), - [anon_sym_long] = ACTIONS(1123), - [anon_sym_short] = ACTIONS(1123), - [sym_primitive_type] = ACTIONS(1123), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_struct] = ACTIONS(1123), - [anon_sym_union] = ACTIONS(1123), - [anon_sym_if] = ACTIONS(1123), - [anon_sym_switch] = ACTIONS(1123), - [anon_sym_case] = ACTIONS(1123), - [anon_sym_default] = ACTIONS(1123), - [anon_sym_while] = ACTIONS(1123), - [anon_sym_do] = ACTIONS(1123), - [anon_sym_for] = ACTIONS(1123), - [anon_sym_return] = ACTIONS(1123), - [anon_sym_break] = ACTIONS(1123), - [anon_sym_continue] = ACTIONS(1123), - [anon_sym_goto] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_TILDE] = ACTIONS(1121), - [anon_sym_PLUS] = ACTIONS(1123), - [anon_sym_DASH] = ACTIONS(1123), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_sizeof] = ACTIONS(1123), - [sym_number_literal] = ACTIONS(1123), - [sym_char_literal] = ACTIONS(1123), - [sym_string_literal] = ACTIONS(1121), - [sym_identifier] = ACTIONS(1125), - [sym_true] = ACTIONS(1121), - [sym_false] = ACTIONS(1121), - [sym_null] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, [1249] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1139), - [anon_sym_LPAREN] = ACTIONS(1137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1141), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_typedef] = ACTIONS(1139), - [anon_sym_extern] = ACTIONS(1139), - [anon_sym_LBRACE] = ACTIONS(1137), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_static] = ACTIONS(1139), - [anon_sym_auto] = ACTIONS(1139), - [anon_sym_register] = ACTIONS(1139), - [anon_sym_inline] = ACTIONS(1139), - [anon_sym_const] = ACTIONS(1139), - [anon_sym_restrict] = ACTIONS(1139), - [anon_sym_volatile] = ACTIONS(1139), - [anon_sym_unsigned] = ACTIONS(1139), - [anon_sym_long] = ACTIONS(1139), - [anon_sym_short] = ACTIONS(1139), - [sym_primitive_type] = ACTIONS(1139), - [anon_sym_enum] = ACTIONS(1139), - [anon_sym_struct] = ACTIONS(1139), - [anon_sym_union] = ACTIONS(1139), - [anon_sym_if] = ACTIONS(1139), - [anon_sym_switch] = ACTIONS(1139), - [anon_sym_case] = ACTIONS(1139), - [anon_sym_default] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1139), - [anon_sym_do] = ACTIONS(1139), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_return] = ACTIONS(1139), - [anon_sym_break] = ACTIONS(1139), - [anon_sym_continue] = ACTIONS(1139), - [anon_sym_goto] = ACTIONS(1139), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1137), - [anon_sym_TILDE] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_sizeof] = ACTIONS(1139), - [sym_number_literal] = ACTIONS(1139), - [sym_char_literal] = ACTIONS(1139), - [sym_string_literal] = ACTIONS(1137), - [sym_identifier] = ACTIONS(1141), - [sym_true] = ACTIONS(1137), - [sym_false] = ACTIONS(1137), - [sym_null] = ACTIONS(1139), + [anon_sym_else] = ACTIONS(2717), + [anon_sym_while] = ACTIONS(2527), [sym_comment] = ACTIONS(44), }, [1250] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2425), - [anon_sym_LPAREN] = ACTIONS(2427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2429), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_auto] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [anon_sym_if] = ACTIONS(2425), - [anon_sym_switch] = ACTIONS(2425), - [anon_sym_case] = ACTIONS(2425), - [anon_sym_default] = ACTIONS(2425), - [anon_sym_while] = ACTIONS(2425), - [anon_sym_do] = ACTIONS(2425), - [anon_sym_for] = ACTIONS(2425), - [anon_sym_return] = ACTIONS(2425), - [anon_sym_break] = ACTIONS(2425), - [anon_sym_continue] = ACTIONS(2425), - [anon_sym_goto] = ACTIONS(2425), - [anon_sym_AMP] = ACTIONS(2427), - [anon_sym_BANG] = ACTIONS(2427), - [anon_sym_TILDE] = ACTIONS(2427), - [anon_sym_PLUS] = ACTIONS(2425), - [anon_sym_DASH] = ACTIONS(2425), - [anon_sym_DASH_DASH] = ACTIONS(2427), - [anon_sym_PLUS_PLUS] = ACTIONS(2427), - [anon_sym_sizeof] = ACTIONS(2425), - [sym_number_literal] = ACTIONS(2425), - [sym_char_literal] = ACTIONS(2425), - [sym_string_literal] = ACTIONS(2427), - [sym_identifier] = ACTIONS(2429), - [sym_true] = ACTIONS(2427), - [sym_false] = ACTIONS(2427), - [sym_null] = ACTIONS(2425), + [sym_compound_statement] = STATE(1255), + [sym_labeled_statement] = STATE(1255), + [sym_expression_statement] = STATE(1255), + [sym_if_statement] = STATE(1255), + [sym_switch_statement] = STATE(1255), + [sym_case_statement] = STATE(1255), + [sym_while_statement] = STATE(1255), + [sym_do_statement] = STATE(1255), + [sym_for_statement] = STATE(1255), + [sym_return_statement] = STATE(1255), + [sym_break_statement] = STATE(1255), + [sym_continue_statement] = STATE(1255), + [sym_goto_statement] = STATE(1255), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1251] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2431), - [anon_sym_LPAREN] = ACTIONS(2433), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2431), - [sym_preproc_directive] = ACTIONS(2435), - [anon_sym_SEMI] = ACTIONS(2433), - [anon_sym_typedef] = ACTIONS(2431), - [anon_sym_extern] = ACTIONS(2431), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_STAR] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2431), - [anon_sym_auto] = ACTIONS(2431), - [anon_sym_register] = ACTIONS(2431), - [anon_sym_inline] = ACTIONS(2431), - [anon_sym_const] = ACTIONS(2431), - [anon_sym_restrict] = ACTIONS(2431), - [anon_sym_volatile] = ACTIONS(2431), - [anon_sym_unsigned] = ACTIONS(2431), - [anon_sym_long] = ACTIONS(2431), - [anon_sym_short] = ACTIONS(2431), - [sym_primitive_type] = ACTIONS(2431), - [anon_sym_enum] = ACTIONS(2431), - [anon_sym_struct] = ACTIONS(2431), - [anon_sym_union] = ACTIONS(2431), - [anon_sym_if] = ACTIONS(2431), - [anon_sym_switch] = ACTIONS(2431), - [anon_sym_case] = ACTIONS(2431), - [anon_sym_default] = ACTIONS(2431), - [anon_sym_while] = ACTIONS(2431), - [anon_sym_do] = ACTIONS(2431), - [anon_sym_for] = ACTIONS(2431), - [anon_sym_return] = ACTIONS(2431), - [anon_sym_break] = ACTIONS(2431), - [anon_sym_continue] = ACTIONS(2431), - [anon_sym_goto] = ACTIONS(2431), - [anon_sym_AMP] = ACTIONS(2433), - [anon_sym_BANG] = ACTIONS(2433), - [anon_sym_TILDE] = ACTIONS(2433), - [anon_sym_PLUS] = ACTIONS(2431), - [anon_sym_DASH] = ACTIONS(2431), - [anon_sym_DASH_DASH] = ACTIONS(2433), - [anon_sym_PLUS_PLUS] = ACTIONS(2433), - [anon_sym_sizeof] = ACTIONS(2431), - [sym_number_literal] = ACTIONS(2431), - [sym_char_literal] = ACTIONS(2431), - [sym_string_literal] = ACTIONS(2433), - [sym_identifier] = ACTIONS(2435), - [sym_true] = ACTIONS(2433), - [sym_false] = ACTIONS(2433), - [sym_null] = ACTIONS(2431), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1354), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1252] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2437), - [anon_sym_LPAREN] = ACTIONS(2439), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2437), - [sym_preproc_directive] = ACTIONS(2441), - [anon_sym_SEMI] = ACTIONS(2439), - [anon_sym_typedef] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_STAR] = ACTIONS(2439), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_auto] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_restrict] = ACTIONS(2437), - [anon_sym_volatile] = ACTIONS(2437), - [anon_sym_unsigned] = ACTIONS(2437), - [anon_sym_long] = ACTIONS(2437), - [anon_sym_short] = ACTIONS(2437), - [sym_primitive_type] = ACTIONS(2437), - [anon_sym_enum] = ACTIONS(2437), - [anon_sym_struct] = ACTIONS(2437), - [anon_sym_union] = ACTIONS(2437), - [anon_sym_if] = ACTIONS(2437), - [anon_sym_switch] = ACTIONS(2437), - [anon_sym_case] = ACTIONS(2437), - [anon_sym_default] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2437), - [anon_sym_do] = ACTIONS(2437), - [anon_sym_for] = ACTIONS(2437), - [anon_sym_return] = ACTIONS(2437), - [anon_sym_break] = ACTIONS(2437), - [anon_sym_continue] = ACTIONS(2437), - [anon_sym_goto] = ACTIONS(2437), - [anon_sym_AMP] = ACTIONS(2439), - [anon_sym_BANG] = ACTIONS(2439), - [anon_sym_TILDE] = ACTIONS(2439), - [anon_sym_PLUS] = ACTIONS(2437), - [anon_sym_DASH] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2439), - [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_sizeof] = ACTIONS(2437), - [sym_number_literal] = ACTIONS(2437), - [sym_char_literal] = ACTIONS(2437), - [sym_string_literal] = ACTIONS(2439), - [sym_identifier] = ACTIONS(2441), - [sym_true] = ACTIONS(2439), - [sym_false] = ACTIONS(2439), - [sym_null] = ACTIONS(2437), + [sym__expression] = STATE(1355), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1253] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2443), - [anon_sym_LPAREN] = ACTIONS(2445), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2443), - [sym_preproc_directive] = ACTIONS(2447), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_typedef] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2445), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_auto] = ACTIONS(2443), - [anon_sym_register] = ACTIONS(2443), - [anon_sym_inline] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_restrict] = ACTIONS(2443), - [anon_sym_volatile] = ACTIONS(2443), - [anon_sym_unsigned] = ACTIONS(2443), - [anon_sym_long] = ACTIONS(2443), - [anon_sym_short] = ACTIONS(2443), - [sym_primitive_type] = ACTIONS(2443), - [anon_sym_enum] = ACTIONS(2443), - [anon_sym_struct] = ACTIONS(2443), - [anon_sym_union] = ACTIONS(2443), - [anon_sym_if] = ACTIONS(2443), - [anon_sym_switch] = ACTIONS(2443), - [anon_sym_case] = ACTIONS(2443), - [anon_sym_default] = ACTIONS(2443), - [anon_sym_while] = ACTIONS(2443), - [anon_sym_do] = ACTIONS(2443), - [anon_sym_for] = ACTIONS(2443), - [anon_sym_return] = ACTIONS(2443), - [anon_sym_break] = ACTIONS(2443), - [anon_sym_continue] = ACTIONS(2443), - [anon_sym_goto] = ACTIONS(2443), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_BANG] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2445), - [anon_sym_PLUS] = ACTIONS(2443), - [anon_sym_DASH] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2445), - [anon_sym_PLUS_PLUS] = ACTIONS(2445), - [anon_sym_sizeof] = ACTIONS(2443), - [sym_number_literal] = ACTIONS(2443), - [sym_char_literal] = ACTIONS(2443), - [sym_string_literal] = ACTIONS(2445), - [sym_identifier] = ACTIONS(2447), - [sym_true] = ACTIONS(2445), - [sym_false] = ACTIONS(2445), - [sym_null] = ACTIONS(2443), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1254] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), - [anon_sym_LPAREN] = ACTIONS(2451), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2449), - [sym_preproc_directive] = ACTIONS(2453), - [anon_sym_SEMI] = ACTIONS(2451), - [anon_sym_typedef] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2451), - [anon_sym_STAR] = ACTIONS(2451), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_auto] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_unsigned] = ACTIONS(2449), - [anon_sym_long] = ACTIONS(2449), - [anon_sym_short] = ACTIONS(2449), - [sym_primitive_type] = ACTIONS(2449), - [anon_sym_enum] = ACTIONS(2449), - [anon_sym_struct] = ACTIONS(2449), - [anon_sym_union] = ACTIONS(2449), - [anon_sym_if] = ACTIONS(2449), - [anon_sym_switch] = ACTIONS(2449), - [anon_sym_case] = ACTIONS(2449), - [anon_sym_default] = ACTIONS(2449), - [anon_sym_while] = ACTIONS(2449), - [anon_sym_do] = ACTIONS(2449), - [anon_sym_for] = ACTIONS(2449), - [anon_sym_return] = ACTIONS(2449), - [anon_sym_break] = ACTIONS(2449), - [anon_sym_continue] = ACTIONS(2449), - [anon_sym_goto] = ACTIONS(2449), - [anon_sym_AMP] = ACTIONS(2451), - [anon_sym_BANG] = ACTIONS(2451), - [anon_sym_TILDE] = ACTIONS(2451), - [anon_sym_PLUS] = ACTIONS(2449), - [anon_sym_DASH] = ACTIONS(2449), - [anon_sym_DASH_DASH] = ACTIONS(2451), - [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_sizeof] = ACTIONS(2449), - [sym_number_literal] = ACTIONS(2449), - [sym_char_literal] = ACTIONS(2449), - [sym_string_literal] = ACTIONS(2451), - [sym_identifier] = ACTIONS(2453), - [sym_true] = ACTIONS(2451), - [sym_false] = ACTIONS(2451), - [sym_null] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2723), + [anon_sym_LPAREN] = ACTIONS(2725), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2723), + [sym_preproc_directive] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_typedef] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_RBRACE] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2723), + [anon_sym_auto] = ACTIONS(2723), + [anon_sym_register] = ACTIONS(2723), + [anon_sym_inline] = ACTIONS(2723), + [anon_sym_const] = ACTIONS(2723), + [anon_sym_restrict] = ACTIONS(2723), + [anon_sym_volatile] = ACTIONS(2723), + [anon_sym_unsigned] = ACTIONS(2723), + [anon_sym_long] = ACTIONS(2723), + [anon_sym_short] = ACTIONS(2723), + [sym_primitive_type] = ACTIONS(2723), + [anon_sym_enum] = ACTIONS(2723), + [anon_sym_struct] = ACTIONS(2723), + [anon_sym_union] = ACTIONS(2723), + [anon_sym_if] = ACTIONS(2723), + [anon_sym_switch] = ACTIONS(2723), + [anon_sym_case] = ACTIONS(2723), + [anon_sym_default] = ACTIONS(2723), + [anon_sym_while] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_for] = ACTIONS(2723), + [anon_sym_return] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2723), + [anon_sym_continue] = ACTIONS(2723), + [anon_sym_goto] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_BANG] = ACTIONS(2725), + [anon_sym_TILDE] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_sizeof] = ACTIONS(2723), + [sym_number_literal] = ACTIONS(2723), + [sym_char_literal] = ACTIONS(2723), + [sym_string_literal] = ACTIONS(2725), + [sym_identifier] = ACTIONS(2727), + [sym_true] = ACTIONS(2725), + [sym_false] = ACTIONS(2725), + [sym_null] = ACTIONS(2723), [sym_comment] = ACTIONS(44), }, [1255] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), - [anon_sym_LPAREN] = ACTIONS(2457), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2455), - [sym_preproc_directive] = ACTIONS(2459), - [anon_sym_SEMI] = ACTIONS(2457), - [anon_sym_typedef] = ACTIONS(2455), - [anon_sym_extern] = ACTIONS(2455), - [anon_sym_LBRACE] = ACTIONS(2457), - [anon_sym_STAR] = ACTIONS(2457), - [anon_sym_static] = ACTIONS(2455), - [anon_sym_auto] = ACTIONS(2455), - [anon_sym_register] = ACTIONS(2455), - [anon_sym_inline] = ACTIONS(2455), - [anon_sym_const] = ACTIONS(2455), - [anon_sym_restrict] = ACTIONS(2455), - [anon_sym_volatile] = ACTIONS(2455), - [anon_sym_unsigned] = ACTIONS(2455), - [anon_sym_long] = ACTIONS(2455), - [anon_sym_short] = ACTIONS(2455), - [sym_primitive_type] = ACTIONS(2455), - [anon_sym_enum] = ACTIONS(2455), - [anon_sym_struct] = ACTIONS(2455), - [anon_sym_union] = ACTIONS(2455), - [anon_sym_if] = ACTIONS(2455), - [anon_sym_switch] = ACTIONS(2455), - [anon_sym_case] = ACTIONS(2455), - [anon_sym_default] = ACTIONS(2455), - [anon_sym_while] = ACTIONS(2455), - [anon_sym_do] = ACTIONS(2455), - [anon_sym_for] = ACTIONS(2455), - [anon_sym_return] = ACTIONS(2455), - [anon_sym_break] = ACTIONS(2455), - [anon_sym_continue] = ACTIONS(2455), - [anon_sym_goto] = ACTIONS(2455), - [anon_sym_AMP] = ACTIONS(2457), - [anon_sym_BANG] = ACTIONS(2457), - [anon_sym_TILDE] = ACTIONS(2457), - [anon_sym_PLUS] = ACTIONS(2455), - [anon_sym_DASH] = ACTIONS(2455), - [anon_sym_DASH_DASH] = ACTIONS(2457), - [anon_sym_PLUS_PLUS] = ACTIONS(2457), - [anon_sym_sizeof] = ACTIONS(2455), - [sym_number_literal] = ACTIONS(2455), - [sym_char_literal] = ACTIONS(2455), - [sym_string_literal] = ACTIONS(2457), - [sym_identifier] = ACTIONS(2459), - [sym_true] = ACTIONS(2457), - [sym_false] = ACTIONS(2457), - [sym_null] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2729), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_typedef] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_RBRACE] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_auto] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_unsigned] = ACTIONS(2729), + [anon_sym_long] = ACTIONS(2729), + [anon_sym_short] = ACTIONS(2729), + [sym_primitive_type] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_union] = ACTIONS(2729), + [anon_sym_if] = ACTIONS(2729), + [anon_sym_switch] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_default] = ACTIONS(2729), + [anon_sym_while] = ACTIONS(2729), + [anon_sym_do] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2729), + [anon_sym_return] = ACTIONS(2729), + [anon_sym_break] = ACTIONS(2729), + [anon_sym_continue] = ACTIONS(2729), + [anon_sym_goto] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_sizeof] = ACTIONS(2729), + [sym_number_literal] = ACTIONS(2729), + [sym_char_literal] = ACTIONS(2729), + [sym_string_literal] = ACTIONS(2731), + [sym_identifier] = ACTIONS(2733), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2729), [sym_comment] = ACTIONS(44), }, [1256] = { - [anon_sym_LF] = ACTIONS(2699), - [sym_comment] = ACTIONS(54), + [sym_compound_statement] = STATE(1357), + [sym_labeled_statement] = STATE(1357), + [sym_expression_statement] = STATE(1357), + [sym_if_statement] = STATE(1357), + [sym_switch_statement] = STATE(1357), + [sym_case_statement] = STATE(1357), + [sym_while_statement] = STATE(1357), + [sym_do_statement] = STATE(1357), + [sym_for_statement] = STATE(1357), + [sym_return_statement] = STATE(1357), + [sym_break_statement] = STATE(1357), + [sym_continue_statement] = STATE(1357), + [sym_goto_statement] = STATE(1357), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), }, [1257] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(664), - [anon_sym_LPAREN] = ACTIONS(662), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(664), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(664), - [sym_preproc_directive] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_typedef] = ACTIONS(664), - [anon_sym_extern] = ACTIONS(664), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_STAR] = ACTIONS(662), - [anon_sym_static] = ACTIONS(664), - [anon_sym_auto] = ACTIONS(664), - [anon_sym_register] = ACTIONS(664), - [anon_sym_inline] = ACTIONS(664), - [anon_sym_const] = ACTIONS(664), - [anon_sym_restrict] = ACTIONS(664), - [anon_sym_volatile] = ACTIONS(664), - [anon_sym_unsigned] = ACTIONS(664), - [anon_sym_long] = ACTIONS(664), - [anon_sym_short] = ACTIONS(664), - [sym_primitive_type] = ACTIONS(664), - [anon_sym_enum] = ACTIONS(664), - [anon_sym_struct] = ACTIONS(664), - [anon_sym_union] = ACTIONS(664), - [anon_sym_if] = ACTIONS(664), - [anon_sym_switch] = ACTIONS(664), - [anon_sym_case] = ACTIONS(664), - [anon_sym_default] = ACTIONS(664), - [anon_sym_while] = ACTIONS(664), - [anon_sym_do] = ACTIONS(664), - [anon_sym_for] = ACTIONS(664), - [anon_sym_return] = ACTIONS(664), - [anon_sym_break] = ACTIONS(664), - [anon_sym_continue] = ACTIONS(664), - [anon_sym_goto] = ACTIONS(664), - [anon_sym_AMP] = ACTIONS(662), - [anon_sym_BANG] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(662), - [anon_sym_PLUS] = ACTIONS(664), - [anon_sym_DASH] = ACTIONS(664), - [anon_sym_DASH_DASH] = ACTIONS(662), - [anon_sym_PLUS_PLUS] = ACTIONS(662), - [anon_sym_sizeof] = ACTIONS(664), - [sym_number_literal] = ACTIONS(664), - [sym_char_literal] = ACTIONS(664), - [sym_string_literal] = ACTIONS(662), - [sym_identifier] = ACTIONS(666), - [sym_true] = ACTIONS(662), - [sym_false] = ACTIONS(662), - [sym_null] = ACTIONS(664), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2735), [sym_comment] = ACTIONS(44), }, [1258] = { - [anon_sym_LF] = ACTIONS(2701), - [sym_comment] = ACTIONS(54), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1359), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), }, [1259] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2165), - [anon_sym_LPAREN] = ACTIONS(2167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2165), - [sym_preproc_directive] = ACTIONS(2169), - [anon_sym_SEMI] = ACTIONS(2167), - [anon_sym_typedef] = ACTIONS(2165), - [anon_sym_extern] = ACTIONS(2165), - [anon_sym_LBRACE] = ACTIONS(2167), - [anon_sym_STAR] = ACTIONS(2167), - [anon_sym_static] = ACTIONS(2165), - [anon_sym_auto] = ACTIONS(2165), - [anon_sym_register] = ACTIONS(2165), - [anon_sym_inline] = ACTIONS(2165), - [anon_sym_const] = ACTIONS(2165), - [anon_sym_restrict] = ACTIONS(2165), - [anon_sym_volatile] = ACTIONS(2165), - [anon_sym_unsigned] = ACTIONS(2165), - [anon_sym_long] = ACTIONS(2165), - [anon_sym_short] = ACTIONS(2165), - [sym_primitive_type] = ACTIONS(2165), - [anon_sym_enum] = ACTIONS(2165), - [anon_sym_struct] = ACTIONS(2165), - [anon_sym_union] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2165), - [anon_sym_switch] = ACTIONS(2165), - [anon_sym_case] = ACTIONS(2165), - [anon_sym_default] = ACTIONS(2165), - [anon_sym_while] = ACTIONS(2165), - [anon_sym_do] = ACTIONS(2165), - [anon_sym_for] = ACTIONS(2165), - [anon_sym_return] = ACTIONS(2165), - [anon_sym_break] = ACTIONS(2165), - [anon_sym_continue] = ACTIONS(2165), - [anon_sym_goto] = ACTIONS(2165), - [anon_sym_AMP] = ACTIONS(2167), - [anon_sym_BANG] = ACTIONS(2167), - [anon_sym_TILDE] = ACTIONS(2167), - [anon_sym_PLUS] = ACTIONS(2165), - [anon_sym_DASH] = ACTIONS(2165), - [anon_sym_DASH_DASH] = ACTIONS(2167), - [anon_sym_PLUS_PLUS] = ACTIONS(2167), - [anon_sym_sizeof] = ACTIONS(2165), - [sym_number_literal] = ACTIONS(2165), - [sym_char_literal] = ACTIONS(2165), - [sym_string_literal] = ACTIONS(2167), - [sym_identifier] = ACTIONS(2169), - [sym_true] = ACTIONS(2167), - [sym_false] = ACTIONS(2167), - [sym_null] = ACTIONS(2165), + [anon_sym_LPAREN] = ACTIONS(1135), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, [1260] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2171), - [anon_sym_LPAREN] = ACTIONS(2173), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2171), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2171), - [sym_preproc_directive] = ACTIONS(2175), - [anon_sym_SEMI] = ACTIONS(2173), - [anon_sym_typedef] = ACTIONS(2171), - [anon_sym_extern] = ACTIONS(2171), - [anon_sym_LBRACE] = ACTIONS(2173), - [anon_sym_STAR] = ACTIONS(2173), - [anon_sym_static] = ACTIONS(2171), - [anon_sym_auto] = ACTIONS(2171), - [anon_sym_register] = ACTIONS(2171), - [anon_sym_inline] = ACTIONS(2171), - [anon_sym_const] = ACTIONS(2171), - [anon_sym_restrict] = ACTIONS(2171), - [anon_sym_volatile] = ACTIONS(2171), - [anon_sym_unsigned] = ACTIONS(2171), - [anon_sym_long] = ACTIONS(2171), - [anon_sym_short] = ACTIONS(2171), - [sym_primitive_type] = ACTIONS(2171), - [anon_sym_enum] = ACTIONS(2171), - [anon_sym_struct] = ACTIONS(2171), - [anon_sym_union] = ACTIONS(2171), - [anon_sym_if] = ACTIONS(2171), - [anon_sym_switch] = ACTIONS(2171), - [anon_sym_case] = ACTIONS(2171), - [anon_sym_default] = ACTIONS(2171), - [anon_sym_while] = ACTIONS(2171), - [anon_sym_do] = ACTIONS(2171), - [anon_sym_for] = ACTIONS(2171), - [anon_sym_return] = ACTIONS(2171), - [anon_sym_break] = ACTIONS(2171), - [anon_sym_continue] = ACTIONS(2171), - [anon_sym_goto] = ACTIONS(2171), - [anon_sym_AMP] = ACTIONS(2173), - [anon_sym_BANG] = ACTIONS(2173), - [anon_sym_TILDE] = ACTIONS(2173), - [anon_sym_PLUS] = ACTIONS(2171), - [anon_sym_DASH] = ACTIONS(2171), - [anon_sym_DASH_DASH] = ACTIONS(2173), - [anon_sym_PLUS_PLUS] = ACTIONS(2173), - [anon_sym_sizeof] = ACTIONS(2171), - [sym_number_literal] = ACTIONS(2171), - [sym_char_literal] = ACTIONS(2171), - [sym_string_literal] = ACTIONS(2173), - [sym_identifier] = ACTIONS(2175), - [sym_true] = ACTIONS(2173), - [sym_false] = ACTIONS(2173), - [sym_null] = ACTIONS(2171), + [sym__expression] = STATE(1360), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1261] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2179), - [anon_sym_LPAREN] = ACTIONS(2181), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2179), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2179), - [sym_preproc_directive] = ACTIONS(2183), - [anon_sym_SEMI] = ACTIONS(2181), - [anon_sym_typedef] = ACTIONS(2179), - [anon_sym_extern] = ACTIONS(2179), - [anon_sym_LBRACE] = ACTIONS(2181), - [anon_sym_STAR] = ACTIONS(2181), - [anon_sym_static] = ACTIONS(2179), - [anon_sym_auto] = ACTIONS(2179), - [anon_sym_register] = ACTIONS(2179), - [anon_sym_inline] = ACTIONS(2179), - [anon_sym_const] = ACTIONS(2179), - [anon_sym_restrict] = ACTIONS(2179), - [anon_sym_volatile] = ACTIONS(2179), - [anon_sym_unsigned] = ACTIONS(2179), - [anon_sym_long] = ACTIONS(2179), - [anon_sym_short] = ACTIONS(2179), - [sym_primitive_type] = ACTIONS(2179), - [anon_sym_enum] = ACTIONS(2179), - [anon_sym_struct] = ACTIONS(2179), - [anon_sym_union] = ACTIONS(2179), - [anon_sym_if] = ACTIONS(2179), - [anon_sym_switch] = ACTIONS(2179), - [anon_sym_case] = ACTIONS(2179), - [anon_sym_default] = ACTIONS(2179), - [anon_sym_while] = ACTIONS(2179), - [anon_sym_do] = ACTIONS(2179), - [anon_sym_for] = ACTIONS(2179), - [anon_sym_return] = ACTIONS(2179), - [anon_sym_break] = ACTIONS(2179), - [anon_sym_continue] = ACTIONS(2179), - [anon_sym_goto] = ACTIONS(2179), - [anon_sym_AMP] = ACTIONS(2181), - [anon_sym_BANG] = ACTIONS(2181), - [anon_sym_TILDE] = ACTIONS(2181), - [anon_sym_PLUS] = ACTIONS(2179), - [anon_sym_DASH] = ACTIONS(2179), - [anon_sym_DASH_DASH] = ACTIONS(2181), - [anon_sym_PLUS_PLUS] = ACTIONS(2181), - [anon_sym_sizeof] = ACTIONS(2179), - [sym_number_literal] = ACTIONS(2179), - [sym_char_literal] = ACTIONS(2179), - [sym_string_literal] = ACTIONS(2181), - [sym_identifier] = ACTIONS(2183), - [sym_true] = ACTIONS(2181), - [sym_false] = ACTIONS(2181), - [sym_null] = ACTIONS(2179), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2737), + [anon_sym_RPAREN] = ACTIONS(2737), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1262] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2703), + [anon_sym_LPAREN] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1726), + [anon_sym_STAR] = ACTIONS(1724), + [anon_sym_RBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1726), + [anon_sym_auto] = ACTIONS(1726), + [anon_sym_register] = ACTIONS(1726), + [anon_sym_inline] = ACTIONS(1726), + [anon_sym_const] = ACTIONS(1726), + [anon_sym_restrict] = ACTIONS(1726), + [anon_sym_volatile] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_BANG] = ACTIONS(1724), + [anon_sym_TILDE] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(1726), + [anon_sym_DASH] = ACTIONS(1726), + [anon_sym_DASH_DASH] = ACTIONS(1724), + [anon_sym_PLUS_PLUS] = ACTIONS(1724), + [anon_sym_sizeof] = ACTIONS(1726), + [sym_number_literal] = ACTIONS(1726), + [sym_char_literal] = ACTIONS(1726), + [sym_string_literal] = ACTIONS(1724), + [sym_identifier] = ACTIONS(1728), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_null] = ACTIONS(1726), [sym_comment] = ACTIONS(44), }, [1263] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2705), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(2739), + [anon_sym_RBRACE] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1261), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1271), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1275), + [anon_sym_BANG_EQ] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1279), + [anon_sym_LT_LT] = ACTIONS(1281), + [anon_sym_GT_GT] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1257), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1264] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2189), - [anon_sym_LPAREN] = ACTIONS(2191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2189), - [sym_preproc_directive] = ACTIONS(2193), - [anon_sym_SEMI] = ACTIONS(2191), - [anon_sym_typedef] = ACTIONS(2189), - [anon_sym_extern] = ACTIONS(2189), - [anon_sym_LBRACE] = ACTIONS(2191), - [anon_sym_STAR] = ACTIONS(2191), - [anon_sym_static] = ACTIONS(2189), - [anon_sym_auto] = ACTIONS(2189), - [anon_sym_register] = ACTIONS(2189), - [anon_sym_inline] = ACTIONS(2189), - [anon_sym_const] = ACTIONS(2189), - [anon_sym_restrict] = ACTIONS(2189), - [anon_sym_volatile] = ACTIONS(2189), - [anon_sym_unsigned] = ACTIONS(2189), - [anon_sym_long] = ACTIONS(2189), - [anon_sym_short] = ACTIONS(2189), - [sym_primitive_type] = ACTIONS(2189), - [anon_sym_enum] = ACTIONS(2189), - [anon_sym_struct] = ACTIONS(2189), - [anon_sym_union] = ACTIONS(2189), - [anon_sym_if] = ACTIONS(2189), - [anon_sym_switch] = ACTIONS(2189), - [anon_sym_case] = ACTIONS(2189), - [anon_sym_default] = ACTIONS(2189), - [anon_sym_while] = ACTIONS(2189), - [anon_sym_do] = ACTIONS(2189), - [anon_sym_for] = ACTIONS(2189), - [anon_sym_return] = ACTIONS(2189), - [anon_sym_break] = ACTIONS(2189), - [anon_sym_continue] = ACTIONS(2189), - [anon_sym_goto] = ACTIONS(2189), - [anon_sym_AMP] = ACTIONS(2191), - [anon_sym_BANG] = ACTIONS(2191), - [anon_sym_TILDE] = ACTIONS(2191), - [anon_sym_PLUS] = ACTIONS(2189), - [anon_sym_DASH] = ACTIONS(2189), - [anon_sym_DASH_DASH] = ACTIONS(2191), - [anon_sym_PLUS_PLUS] = ACTIONS(2191), - [anon_sym_sizeof] = ACTIONS(2189), - [sym_number_literal] = ACTIONS(2189), - [sym_char_literal] = ACTIONS(2189), - [sym_string_literal] = ACTIONS(2191), - [sym_identifier] = ACTIONS(2193), - [sym_true] = ACTIONS(2191), - [sym_false] = ACTIONS(2191), - [sym_null] = ACTIONS(2189), + [anon_sym_COMMA] = ACTIONS(2739), + [anon_sym_RBRACE] = ACTIONS(2739), [sym_comment] = ACTIONS(44), }, [1265] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2195), - [anon_sym_LPAREN] = ACTIONS(2197), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2195), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2195), - [sym_preproc_directive] = ACTIONS(2199), - [anon_sym_SEMI] = ACTIONS(2197), - [anon_sym_typedef] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(2195), - [anon_sym_LBRACE] = ACTIONS(2197), - [anon_sym_STAR] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(2195), - [anon_sym_auto] = ACTIONS(2195), - [anon_sym_register] = ACTIONS(2195), - [anon_sym_inline] = ACTIONS(2195), - [anon_sym_const] = ACTIONS(2195), - [anon_sym_restrict] = ACTIONS(2195), - [anon_sym_volatile] = ACTIONS(2195), - [anon_sym_unsigned] = ACTIONS(2195), - [anon_sym_long] = ACTIONS(2195), - [anon_sym_short] = ACTIONS(2195), - [sym_primitive_type] = ACTIONS(2195), - [anon_sym_enum] = ACTIONS(2195), - [anon_sym_struct] = ACTIONS(2195), - [anon_sym_union] = ACTIONS(2195), - [anon_sym_if] = ACTIONS(2195), - [anon_sym_switch] = ACTIONS(2195), - [anon_sym_case] = ACTIONS(2195), - [anon_sym_default] = ACTIONS(2195), - [anon_sym_while] = ACTIONS(2195), - [anon_sym_do] = ACTIONS(2195), - [anon_sym_for] = ACTIONS(2195), - [anon_sym_return] = ACTIONS(2195), - [anon_sym_break] = ACTIONS(2195), - [anon_sym_continue] = ACTIONS(2195), - [anon_sym_goto] = ACTIONS(2195), - [anon_sym_AMP] = ACTIONS(2197), - [anon_sym_BANG] = ACTIONS(2197), - [anon_sym_TILDE] = ACTIONS(2197), - [anon_sym_PLUS] = ACTIONS(2195), - [anon_sym_DASH] = ACTIONS(2195), - [anon_sym_DASH_DASH] = ACTIONS(2197), - [anon_sym_PLUS_PLUS] = ACTIONS(2197), - [anon_sym_sizeof] = ACTIONS(2195), - [sym_number_literal] = ACTIONS(2195), - [sym_char_literal] = ACTIONS(2195), - [sym_string_literal] = ACTIONS(2197), - [sym_identifier] = ACTIONS(2199), - [sym_true] = ACTIONS(2197), - [sym_false] = ACTIONS(2197), - [sym_null] = ACTIONS(2195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(1141), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1145), + [anon_sym_SEMI] = ACTIONS(1141), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_LBRACE] = ACTIONS(1141), + [anon_sym_STAR] = ACTIONS(1141), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_inline] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [anon_sym_unsigned] = ACTIONS(1143), + [anon_sym_long] = ACTIONS(1143), + [anon_sym_short] = ACTIONS(1143), + [sym_primitive_type] = ACTIONS(1143), + [anon_sym_enum] = ACTIONS(1143), + [anon_sym_struct] = ACTIONS(1143), + [anon_sym_union] = ACTIONS(1143), + [anon_sym_if] = ACTIONS(1143), + [anon_sym_switch] = ACTIONS(1143), + [anon_sym_case] = ACTIONS(1143), + [anon_sym_default] = ACTIONS(1143), + [anon_sym_while] = ACTIONS(1143), + [anon_sym_do] = ACTIONS(1143), + [anon_sym_for] = ACTIONS(1143), + [anon_sym_return] = ACTIONS(1143), + [anon_sym_break] = ACTIONS(1143), + [anon_sym_continue] = ACTIONS(1143), + [anon_sym_goto] = ACTIONS(1143), + [anon_sym_AMP] = ACTIONS(1141), + [anon_sym_BANG] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1141), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_DASH_DASH] = ACTIONS(1141), + [anon_sym_PLUS_PLUS] = ACTIONS(1141), + [anon_sym_sizeof] = ACTIONS(1143), + [sym_number_literal] = ACTIONS(1143), + [sym_char_literal] = ACTIONS(1143), + [sym_string_literal] = ACTIONS(1141), + [sym_identifier] = ACTIONS(1145), + [sym_true] = ACTIONS(1141), + [sym_false] = ACTIONS(1141), + [sym_null] = ACTIONS(1143), [sym_comment] = ACTIONS(44), }, [1266] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1159), + [sym_preproc_directive] = ACTIONS(1161), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_typedef] = ACTIONS(1159), + [anon_sym_extern] = ACTIONS(1159), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_STAR] = ACTIONS(1157), + [anon_sym_static] = ACTIONS(1159), + [anon_sym_auto] = ACTIONS(1159), + [anon_sym_register] = ACTIONS(1159), + [anon_sym_inline] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1159), + [anon_sym_restrict] = ACTIONS(1159), + [anon_sym_volatile] = ACTIONS(1159), + [anon_sym_unsigned] = ACTIONS(1159), + [anon_sym_long] = ACTIONS(1159), + [anon_sym_short] = ACTIONS(1159), + [sym_primitive_type] = ACTIONS(1159), + [anon_sym_enum] = ACTIONS(1159), + [anon_sym_struct] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1159), + [anon_sym_if] = ACTIONS(1159), + [anon_sym_switch] = ACTIONS(1159), + [anon_sym_case] = ACTIONS(1159), + [anon_sym_default] = ACTIONS(1159), + [anon_sym_while] = ACTIONS(1159), + [anon_sym_do] = ACTIONS(1159), + [anon_sym_for] = ACTIONS(1159), + [anon_sym_return] = ACTIONS(1159), + [anon_sym_break] = ACTIONS(1159), + [anon_sym_continue] = ACTIONS(1159), + [anon_sym_goto] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1157), + [anon_sym_BANG] = ACTIONS(1157), + [anon_sym_TILDE] = ACTIONS(1157), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1157), + [anon_sym_PLUS_PLUS] = ACTIONS(1157), + [anon_sym_sizeof] = ACTIONS(1159), + [sym_number_literal] = ACTIONS(1159), + [sym_char_literal] = ACTIONS(1159), + [sym_string_literal] = ACTIONS(1157), + [sym_identifier] = ACTIONS(1161), + [sym_true] = ACTIONS(1157), + [sym_false] = ACTIONS(1157), + [sym_null] = ACTIONS(1159), + [sym_comment] = ACTIONS(44), + }, + [1267] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2465), + [anon_sym_LPAREN] = ACTIONS(2467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2465), + [sym_preproc_directive] = ACTIONS(2469), + [anon_sym_SEMI] = ACTIONS(2467), + [anon_sym_typedef] = ACTIONS(2465), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym_LBRACE] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(2467), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_auto] = ACTIONS(2465), + [anon_sym_register] = ACTIONS(2465), + [anon_sym_inline] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_restrict] = ACTIONS(2465), + [anon_sym_volatile] = ACTIONS(2465), + [anon_sym_unsigned] = ACTIONS(2465), + [anon_sym_long] = ACTIONS(2465), + [anon_sym_short] = ACTIONS(2465), + [sym_primitive_type] = ACTIONS(2465), + [anon_sym_enum] = ACTIONS(2465), + [anon_sym_struct] = ACTIONS(2465), + [anon_sym_union] = ACTIONS(2465), + [anon_sym_if] = ACTIONS(2465), + [anon_sym_switch] = ACTIONS(2465), + [anon_sym_case] = ACTIONS(2465), + [anon_sym_default] = ACTIONS(2465), + [anon_sym_while] = ACTIONS(2465), + [anon_sym_do] = ACTIONS(2465), + [anon_sym_for] = ACTIONS(2465), + [anon_sym_return] = ACTIONS(2465), + [anon_sym_break] = ACTIONS(2465), + [anon_sym_continue] = ACTIONS(2465), + [anon_sym_goto] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(2467), + [anon_sym_BANG] = ACTIONS(2467), + [anon_sym_TILDE] = ACTIONS(2467), + [anon_sym_PLUS] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2465), + [anon_sym_DASH_DASH] = ACTIONS(2467), + [anon_sym_PLUS_PLUS] = ACTIONS(2467), + [anon_sym_sizeof] = ACTIONS(2465), + [sym_number_literal] = ACTIONS(2465), + [sym_char_literal] = ACTIONS(2465), + [sym_string_literal] = ACTIONS(2467), + [sym_identifier] = ACTIONS(2469), + [sym_true] = ACTIONS(2467), + [sym_false] = ACTIONS(2467), + [sym_null] = ACTIONS(2465), + [sym_comment] = ACTIONS(44), + }, + [1268] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2471), + [sym_preproc_directive] = ACTIONS(2475), + [anon_sym_SEMI] = ACTIONS(2473), + [anon_sym_typedef] = ACTIONS(2471), + [anon_sym_extern] = ACTIONS(2471), + [anon_sym_LBRACE] = ACTIONS(2473), + [anon_sym_STAR] = ACTIONS(2473), + [anon_sym_static] = ACTIONS(2471), + [anon_sym_auto] = ACTIONS(2471), + [anon_sym_register] = ACTIONS(2471), + [anon_sym_inline] = ACTIONS(2471), + [anon_sym_const] = ACTIONS(2471), + [anon_sym_restrict] = ACTIONS(2471), + [anon_sym_volatile] = ACTIONS(2471), + [anon_sym_unsigned] = ACTIONS(2471), + [anon_sym_long] = ACTIONS(2471), + [anon_sym_short] = ACTIONS(2471), + [sym_primitive_type] = ACTIONS(2471), + [anon_sym_enum] = ACTIONS(2471), + [anon_sym_struct] = ACTIONS(2471), + [anon_sym_union] = ACTIONS(2471), + [anon_sym_if] = ACTIONS(2471), + [anon_sym_switch] = ACTIONS(2471), + [anon_sym_case] = ACTIONS(2471), + [anon_sym_default] = ACTIONS(2471), + [anon_sym_while] = ACTIONS(2471), + [anon_sym_do] = ACTIONS(2471), + [anon_sym_for] = ACTIONS(2471), + [anon_sym_return] = ACTIONS(2471), + [anon_sym_break] = ACTIONS(2471), + [anon_sym_continue] = ACTIONS(2471), + [anon_sym_goto] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2473), + [anon_sym_BANG] = ACTIONS(2473), + [anon_sym_TILDE] = ACTIONS(2473), + [anon_sym_PLUS] = ACTIONS(2471), + [anon_sym_DASH] = ACTIONS(2471), + [anon_sym_DASH_DASH] = ACTIONS(2473), + [anon_sym_PLUS_PLUS] = ACTIONS(2473), + [anon_sym_sizeof] = ACTIONS(2471), + [sym_number_literal] = ACTIONS(2471), + [sym_char_literal] = ACTIONS(2471), + [sym_string_literal] = ACTIONS(2473), + [sym_identifier] = ACTIONS(2475), + [sym_true] = ACTIONS(2473), + [sym_false] = ACTIONS(2473), + [sym_null] = ACTIONS(2471), + [sym_comment] = ACTIONS(44), + }, + [1269] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2477), + [anon_sym_LPAREN] = ACTIONS(2479), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2477), + [sym_preproc_directive] = ACTIONS(2481), + [anon_sym_SEMI] = ACTIONS(2479), + [anon_sym_typedef] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_auto] = ACTIONS(2477), + [anon_sym_register] = ACTIONS(2477), + [anon_sym_inline] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_restrict] = ACTIONS(2477), + [anon_sym_volatile] = ACTIONS(2477), + [anon_sym_unsigned] = ACTIONS(2477), + [anon_sym_long] = ACTIONS(2477), + [anon_sym_short] = ACTIONS(2477), + [sym_primitive_type] = ACTIONS(2477), + [anon_sym_enum] = ACTIONS(2477), + [anon_sym_struct] = ACTIONS(2477), + [anon_sym_union] = ACTIONS(2477), + [anon_sym_if] = ACTIONS(2477), + [anon_sym_switch] = ACTIONS(2477), + [anon_sym_case] = ACTIONS(2477), + [anon_sym_default] = ACTIONS(2477), + [anon_sym_while] = ACTIONS(2477), + [anon_sym_do] = ACTIONS(2477), + [anon_sym_for] = ACTIONS(2477), + [anon_sym_return] = ACTIONS(2477), + [anon_sym_break] = ACTIONS(2477), + [anon_sym_continue] = ACTIONS(2477), + [anon_sym_goto] = ACTIONS(2477), + [anon_sym_AMP] = ACTIONS(2479), + [anon_sym_BANG] = ACTIONS(2479), + [anon_sym_TILDE] = ACTIONS(2479), + [anon_sym_PLUS] = ACTIONS(2477), + [anon_sym_DASH] = ACTIONS(2477), + [anon_sym_DASH_DASH] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2479), + [anon_sym_sizeof] = ACTIONS(2477), + [sym_number_literal] = ACTIONS(2477), + [sym_char_literal] = ACTIONS(2477), + [sym_string_literal] = ACTIONS(2479), + [sym_identifier] = ACTIONS(2481), + [sym_true] = ACTIONS(2479), + [sym_false] = ACTIONS(2479), + [sym_null] = ACTIONS(2477), + [sym_comment] = ACTIONS(44), + }, + [1270] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2483), + [anon_sym_LPAREN] = ACTIONS(2485), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2483), + [sym_preproc_directive] = ACTIONS(2487), + [anon_sym_SEMI] = ACTIONS(2485), + [anon_sym_typedef] = ACTIONS(2483), + [anon_sym_extern] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2485), + [anon_sym_STAR] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2483), + [anon_sym_auto] = ACTIONS(2483), + [anon_sym_register] = ACTIONS(2483), + [anon_sym_inline] = ACTIONS(2483), + [anon_sym_const] = ACTIONS(2483), + [anon_sym_restrict] = ACTIONS(2483), + [anon_sym_volatile] = ACTIONS(2483), + [anon_sym_unsigned] = ACTIONS(2483), + [anon_sym_long] = ACTIONS(2483), + [anon_sym_short] = ACTIONS(2483), + [sym_primitive_type] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2483), + [anon_sym_struct] = ACTIONS(2483), + [anon_sym_union] = ACTIONS(2483), + [anon_sym_if] = ACTIONS(2483), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2483), + [anon_sym_default] = ACTIONS(2483), + [anon_sym_while] = ACTIONS(2483), + [anon_sym_do] = ACTIONS(2483), + [anon_sym_for] = ACTIONS(2483), + [anon_sym_return] = ACTIONS(2483), + [anon_sym_break] = ACTIONS(2483), + [anon_sym_continue] = ACTIONS(2483), + [anon_sym_goto] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2485), + [anon_sym_BANG] = ACTIONS(2485), + [anon_sym_TILDE] = ACTIONS(2485), + [anon_sym_PLUS] = ACTIONS(2483), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_DASH_DASH] = ACTIONS(2485), + [anon_sym_PLUS_PLUS] = ACTIONS(2485), + [anon_sym_sizeof] = ACTIONS(2483), + [sym_number_literal] = ACTIONS(2483), + [sym_char_literal] = ACTIONS(2483), + [sym_string_literal] = ACTIONS(2485), + [sym_identifier] = ACTIONS(2487), + [sym_true] = ACTIONS(2485), + [sym_false] = ACTIONS(2485), + [sym_null] = ACTIONS(2483), + [sym_comment] = ACTIONS(44), + }, + [1271] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2489), + [anon_sym_LPAREN] = ACTIONS(2491), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2489), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(2491), + [anon_sym_typedef] = ACTIONS(2489), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_auto] = ACTIONS(2489), + [anon_sym_register] = ACTIONS(2489), + [anon_sym_inline] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_restrict] = ACTIONS(2489), + [anon_sym_volatile] = ACTIONS(2489), + [anon_sym_unsigned] = ACTIONS(2489), + [anon_sym_long] = ACTIONS(2489), + [anon_sym_short] = ACTIONS(2489), + [sym_primitive_type] = ACTIONS(2489), + [anon_sym_enum] = ACTIONS(2489), + [anon_sym_struct] = ACTIONS(2489), + [anon_sym_union] = ACTIONS(2489), + [anon_sym_if] = ACTIONS(2489), + [anon_sym_switch] = ACTIONS(2489), + [anon_sym_case] = ACTIONS(2489), + [anon_sym_default] = ACTIONS(2489), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2489), + [anon_sym_for] = ACTIONS(2489), + [anon_sym_return] = ACTIONS(2489), + [anon_sym_break] = ACTIONS(2489), + [anon_sym_continue] = ACTIONS(2489), + [anon_sym_goto] = ACTIONS(2489), + [anon_sym_AMP] = ACTIONS(2491), + [anon_sym_BANG] = ACTIONS(2491), + [anon_sym_TILDE] = ACTIONS(2491), + [anon_sym_PLUS] = ACTIONS(2489), + [anon_sym_DASH] = ACTIONS(2489), + [anon_sym_DASH_DASH] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2491), + [anon_sym_sizeof] = ACTIONS(2489), + [sym_number_literal] = ACTIONS(2489), + [sym_char_literal] = ACTIONS(2489), + [sym_string_literal] = ACTIONS(2491), + [sym_identifier] = ACTIONS(2493), + [sym_true] = ACTIONS(2491), + [sym_false] = ACTIONS(2491), + [sym_null] = ACTIONS(2489), + [sym_comment] = ACTIONS(44), + }, + [1272] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2495), + [anon_sym_LPAREN] = ACTIONS(2497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2495), + [sym_preproc_directive] = ACTIONS(2499), + [anon_sym_SEMI] = ACTIONS(2497), + [anon_sym_typedef] = ACTIONS(2495), + [anon_sym_extern] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2497), + [anon_sym_STAR] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2495), + [anon_sym_auto] = ACTIONS(2495), + [anon_sym_register] = ACTIONS(2495), + [anon_sym_inline] = ACTIONS(2495), + [anon_sym_const] = ACTIONS(2495), + [anon_sym_restrict] = ACTIONS(2495), + [anon_sym_volatile] = ACTIONS(2495), + [anon_sym_unsigned] = ACTIONS(2495), + [anon_sym_long] = ACTIONS(2495), + [anon_sym_short] = ACTIONS(2495), + [sym_primitive_type] = ACTIONS(2495), + [anon_sym_enum] = ACTIONS(2495), + [anon_sym_struct] = ACTIONS(2495), + [anon_sym_union] = ACTIONS(2495), + [anon_sym_if] = ACTIONS(2495), + [anon_sym_switch] = ACTIONS(2495), + [anon_sym_case] = ACTIONS(2495), + [anon_sym_default] = ACTIONS(2495), + [anon_sym_while] = ACTIONS(2495), + [anon_sym_do] = ACTIONS(2495), + [anon_sym_for] = ACTIONS(2495), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2495), + [anon_sym_continue] = ACTIONS(2495), + [anon_sym_goto] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2497), + [anon_sym_BANG] = ACTIONS(2497), + [anon_sym_TILDE] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2495), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_DASH_DASH] = ACTIONS(2497), + [anon_sym_PLUS_PLUS] = ACTIONS(2497), + [anon_sym_sizeof] = ACTIONS(2495), + [sym_number_literal] = ACTIONS(2495), + [sym_char_literal] = ACTIONS(2495), + [sym_string_literal] = ACTIONS(2497), + [sym_identifier] = ACTIONS(2499), + [sym_true] = ACTIONS(2497), + [sym_false] = ACTIONS(2497), + [sym_null] = ACTIONS(2495), + [sym_comment] = ACTIONS(44), + }, + [1273] = { + [anon_sym_LF] = ACTIONS(2741), + [sym_comment] = ACTIONS(54), + }, + [1274] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), + [anon_sym_LPAREN] = ACTIONS(670), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_typedef] = ACTIONS(672), + [anon_sym_extern] = ACTIONS(672), + [anon_sym_LBRACE] = ACTIONS(670), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_static] = ACTIONS(672), + [anon_sym_auto] = ACTIONS(672), + [anon_sym_register] = ACTIONS(672), + [anon_sym_inline] = ACTIONS(672), + [anon_sym_const] = ACTIONS(672), + [anon_sym_restrict] = ACTIONS(672), + [anon_sym_volatile] = ACTIONS(672), + [anon_sym_unsigned] = ACTIONS(672), + [anon_sym_long] = ACTIONS(672), + [anon_sym_short] = ACTIONS(672), + [sym_primitive_type] = ACTIONS(672), + [anon_sym_enum] = ACTIONS(672), + [anon_sym_struct] = ACTIONS(672), + [anon_sym_union] = ACTIONS(672), + [anon_sym_if] = ACTIONS(672), + [anon_sym_switch] = ACTIONS(672), + [anon_sym_case] = ACTIONS(672), + [anon_sym_default] = ACTIONS(672), + [anon_sym_while] = ACTIONS(672), + [anon_sym_do] = ACTIONS(672), + [anon_sym_for] = ACTIONS(672), + [anon_sym_return] = ACTIONS(672), + [anon_sym_break] = ACTIONS(672), + [anon_sym_continue] = ACTIONS(672), + [anon_sym_goto] = ACTIONS(672), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(670), + [anon_sym_TILDE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(672), + [anon_sym_DASH] = ACTIONS(672), + [anon_sym_DASH_DASH] = ACTIONS(670), + [anon_sym_PLUS_PLUS] = ACTIONS(670), + [anon_sym_sizeof] = ACTIONS(672), + [sym_number_literal] = ACTIONS(672), + [sym_char_literal] = ACTIONS(672), + [sym_string_literal] = ACTIONS(670), + [sym_identifier] = ACTIONS(674), + [sym_true] = ACTIONS(670), + [sym_false] = ACTIONS(670), + [sym_null] = ACTIONS(672), + [sym_comment] = ACTIONS(44), + }, + [1275] = { + [anon_sym_LF] = ACTIONS(2743), + [sym_comment] = ACTIONS(54), + }, + [1276] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2201), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2201), [anon_sym_LPAREN] = ACTIONS(2203), @@ -49002,191 +48984,479 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(2201), [sym_comment] = ACTIONS(44), }, - [1267] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2707), + [1277] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2209), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2207), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2207), + [sym_preproc_directive] = ACTIONS(2211), + [anon_sym_SEMI] = ACTIONS(2209), + [anon_sym_typedef] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(2207), + [anon_sym_LBRACE] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_auto] = ACTIONS(2207), + [anon_sym_register] = ACTIONS(2207), + [anon_sym_inline] = ACTIONS(2207), + [anon_sym_const] = ACTIONS(2207), + [anon_sym_restrict] = ACTIONS(2207), + [anon_sym_volatile] = ACTIONS(2207), + [anon_sym_unsigned] = ACTIONS(2207), + [anon_sym_long] = ACTIONS(2207), + [anon_sym_short] = ACTIONS(2207), + [sym_primitive_type] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_union] = ACTIONS(2207), + [anon_sym_if] = ACTIONS(2207), + [anon_sym_switch] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2207), + [anon_sym_default] = ACTIONS(2207), + [anon_sym_while] = ACTIONS(2207), + [anon_sym_do] = ACTIONS(2207), + [anon_sym_for] = ACTIONS(2207), + [anon_sym_return] = ACTIONS(2207), + [anon_sym_break] = ACTIONS(2207), + [anon_sym_continue] = ACTIONS(2207), + [anon_sym_goto] = ACTIONS(2207), + [anon_sym_AMP] = ACTIONS(2209), + [anon_sym_BANG] = ACTIONS(2209), + [anon_sym_TILDE] = ACTIONS(2209), + [anon_sym_PLUS] = ACTIONS(2207), + [anon_sym_DASH] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2209), + [anon_sym_sizeof] = ACTIONS(2207), + [sym_number_literal] = ACTIONS(2207), + [sym_char_literal] = ACTIONS(2207), + [sym_string_literal] = ACTIONS(2209), + [sym_identifier] = ACTIONS(2211), + [sym_true] = ACTIONS(2209), + [sym_false] = ACTIONS(2209), + [sym_null] = ACTIONS(2207), [sym_comment] = ACTIONS(44), }, - [1268] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2709), + [1278] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2215), + [anon_sym_LPAREN] = ACTIONS(2217), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2215), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2215), + [sym_preproc_directive] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2217), + [anon_sym_typedef] = ACTIONS(2215), + [anon_sym_extern] = ACTIONS(2215), + [anon_sym_LBRACE] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_auto] = ACTIONS(2215), + [anon_sym_register] = ACTIONS(2215), + [anon_sym_inline] = ACTIONS(2215), + [anon_sym_const] = ACTIONS(2215), + [anon_sym_restrict] = ACTIONS(2215), + [anon_sym_volatile] = ACTIONS(2215), + [anon_sym_unsigned] = ACTIONS(2215), + [anon_sym_long] = ACTIONS(2215), + [anon_sym_short] = ACTIONS(2215), + [sym_primitive_type] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_union] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2215), + [anon_sym_switch] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2215), + [anon_sym_default] = ACTIONS(2215), + [anon_sym_while] = ACTIONS(2215), + [anon_sym_do] = ACTIONS(2215), + [anon_sym_for] = ACTIONS(2215), + [anon_sym_return] = ACTIONS(2215), + [anon_sym_break] = ACTIONS(2215), + [anon_sym_continue] = ACTIONS(2215), + [anon_sym_goto] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2217), + [anon_sym_BANG] = ACTIONS(2217), + [anon_sym_TILDE] = ACTIONS(2217), + [anon_sym_PLUS] = ACTIONS(2215), + [anon_sym_DASH] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2217), + [anon_sym_sizeof] = ACTIONS(2215), + [sym_number_literal] = ACTIONS(2215), + [sym_char_literal] = ACTIONS(2215), + [sym_string_literal] = ACTIONS(2217), + [sym_identifier] = ACTIONS(2219), + [sym_true] = ACTIONS(2217), + [sym_false] = ACTIONS(2217), + [sym_null] = ACTIONS(2215), [sym_comment] = ACTIONS(44), }, - [1269] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2211), - [anon_sym_LPAREN] = ACTIONS(2213), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2211), - [sym_preproc_directive] = ACTIONS(2215), - [anon_sym_SEMI] = ACTIONS(2213), - [anon_sym_typedef] = ACTIONS(2211), - [anon_sym_extern] = ACTIONS(2211), - [anon_sym_LBRACE] = ACTIONS(2213), - [anon_sym_STAR] = ACTIONS(2213), - [anon_sym_static] = ACTIONS(2211), - [anon_sym_auto] = ACTIONS(2211), - [anon_sym_register] = ACTIONS(2211), - [anon_sym_inline] = ACTIONS(2211), - [anon_sym_const] = ACTIONS(2211), - [anon_sym_restrict] = ACTIONS(2211), - [anon_sym_volatile] = ACTIONS(2211), - [anon_sym_unsigned] = ACTIONS(2211), - [anon_sym_long] = ACTIONS(2211), - [anon_sym_short] = ACTIONS(2211), - [sym_primitive_type] = ACTIONS(2211), - [anon_sym_enum] = ACTIONS(2211), - [anon_sym_struct] = ACTIONS(2211), - [anon_sym_union] = ACTIONS(2211), - [anon_sym_if] = ACTIONS(2211), - [anon_sym_switch] = ACTIONS(2211), - [anon_sym_case] = ACTIONS(2211), - [anon_sym_default] = ACTIONS(2211), - [anon_sym_while] = ACTIONS(2211), - [anon_sym_do] = ACTIONS(2211), - [anon_sym_for] = ACTIONS(2211), - [anon_sym_return] = ACTIONS(2211), - [anon_sym_break] = ACTIONS(2211), - [anon_sym_continue] = ACTIONS(2211), - [anon_sym_goto] = ACTIONS(2211), - [anon_sym_AMP] = ACTIONS(2213), - [anon_sym_BANG] = ACTIONS(2213), - [anon_sym_TILDE] = ACTIONS(2213), - [anon_sym_PLUS] = ACTIONS(2211), - [anon_sym_DASH] = ACTIONS(2211), - [anon_sym_DASH_DASH] = ACTIONS(2213), - [anon_sym_PLUS_PLUS] = ACTIONS(2213), - [anon_sym_sizeof] = ACTIONS(2211), - [sym_number_literal] = ACTIONS(2211), - [sym_char_literal] = ACTIONS(2211), - [sym_string_literal] = ACTIONS(2213), - [sym_identifier] = ACTIONS(2215), - [sym_true] = ACTIONS(2213), - [sym_false] = ACTIONS(2213), - [sym_null] = ACTIONS(2211), + [1279] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2745), [sym_comment] = ACTIONS(44), }, - [1270] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2217), - [anon_sym_LPAREN] = ACTIONS(2219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2217), - [sym_preproc_directive] = ACTIONS(2221), - [anon_sym_SEMI] = ACTIONS(2219), - [anon_sym_typedef] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2217), - [anon_sym_LBRACE] = ACTIONS(2219), - [anon_sym_STAR] = ACTIONS(2219), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_auto] = ACTIONS(2217), - [anon_sym_register] = ACTIONS(2217), - [anon_sym_inline] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_restrict] = ACTIONS(2217), - [anon_sym_volatile] = ACTIONS(2217), - [anon_sym_unsigned] = ACTIONS(2217), - [anon_sym_long] = ACTIONS(2217), - [anon_sym_short] = ACTIONS(2217), - [sym_primitive_type] = ACTIONS(2217), - [anon_sym_enum] = ACTIONS(2217), - [anon_sym_struct] = ACTIONS(2217), - [anon_sym_union] = ACTIONS(2217), - [anon_sym_if] = ACTIONS(2217), - [anon_sym_switch] = ACTIONS(2217), - [anon_sym_case] = ACTIONS(2217), - [anon_sym_default] = ACTIONS(2217), - [anon_sym_while] = ACTIONS(2217), - [anon_sym_do] = ACTIONS(2217), - [anon_sym_for] = ACTIONS(2217), - [anon_sym_return] = ACTIONS(2217), - [anon_sym_break] = ACTIONS(2217), - [anon_sym_continue] = ACTIONS(2217), - [anon_sym_goto] = ACTIONS(2217), - [anon_sym_AMP] = ACTIONS(2219), - [anon_sym_BANG] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2219), - [anon_sym_PLUS] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(2217), - [anon_sym_DASH_DASH] = ACTIONS(2219), - [anon_sym_PLUS_PLUS] = ACTIONS(2219), - [anon_sym_sizeof] = ACTIONS(2217), - [sym_number_literal] = ACTIONS(2217), - [sym_char_literal] = ACTIONS(2217), - [sym_string_literal] = ACTIONS(2219), - [sym_identifier] = ACTIONS(2221), - [sym_true] = ACTIONS(2219), - [sym_false] = ACTIONS(2219), - [sym_null] = ACTIONS(2217), + [1280] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2747), [sym_comment] = ACTIONS(44), }, - [1271] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2223), - [anon_sym_LPAREN] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2223), - [sym_preproc_directive] = ACTIONS(2227), - [anon_sym_SEMI] = ACTIONS(2225), - [anon_sym_typedef] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2223), - [anon_sym_LBRACE] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2225), - [anon_sym_static] = ACTIONS(2223), - [anon_sym_auto] = ACTIONS(2223), - [anon_sym_register] = ACTIONS(2223), - [anon_sym_inline] = ACTIONS(2223), - [anon_sym_const] = ACTIONS(2223), - [anon_sym_restrict] = ACTIONS(2223), - [anon_sym_volatile] = ACTIONS(2223), - [anon_sym_unsigned] = ACTIONS(2223), - [anon_sym_long] = ACTIONS(2223), - [anon_sym_short] = ACTIONS(2223), - [sym_primitive_type] = ACTIONS(2223), - [anon_sym_enum] = ACTIONS(2223), - [anon_sym_struct] = ACTIONS(2223), - [anon_sym_union] = ACTIONS(2223), - [anon_sym_if] = ACTIONS(2223), - [anon_sym_switch] = ACTIONS(2223), - [anon_sym_case] = ACTIONS(2223), - [anon_sym_default] = ACTIONS(2223), - [anon_sym_while] = ACTIONS(2223), - [anon_sym_do] = ACTIONS(2223), - [anon_sym_for] = ACTIONS(2223), - [anon_sym_return] = ACTIONS(2223), - [anon_sym_break] = ACTIONS(2223), - [anon_sym_continue] = ACTIONS(2223), - [anon_sym_goto] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2225), - [anon_sym_BANG] = ACTIONS(2225), - [anon_sym_TILDE] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2223), - [anon_sym_DASH_DASH] = ACTIONS(2225), - [anon_sym_PLUS_PLUS] = ACTIONS(2225), - [anon_sym_sizeof] = ACTIONS(2223), - [sym_number_literal] = ACTIONS(2223), - [sym_char_literal] = ACTIONS(2223), - [sym_string_literal] = ACTIONS(2225), - [sym_identifier] = ACTIONS(2227), - [sym_true] = ACTIONS(2225), - [sym_false] = ACTIONS(2225), - [sym_null] = ACTIONS(2223), + [1281] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2225), + [sym_preproc_directive] = ACTIONS(2229), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_typedef] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_STAR] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2225), + [anon_sym_auto] = ACTIONS(2225), + [anon_sym_register] = ACTIONS(2225), + [anon_sym_inline] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [anon_sym_restrict] = ACTIONS(2225), + [anon_sym_volatile] = ACTIONS(2225), + [anon_sym_unsigned] = ACTIONS(2225), + [anon_sym_long] = ACTIONS(2225), + [anon_sym_short] = ACTIONS(2225), + [sym_primitive_type] = ACTIONS(2225), + [anon_sym_enum] = ACTIONS(2225), + [anon_sym_struct] = ACTIONS(2225), + [anon_sym_union] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_switch] = ACTIONS(2225), + [anon_sym_case] = ACTIONS(2225), + [anon_sym_default] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_goto] = ACTIONS(2225), + [anon_sym_AMP] = ACTIONS(2227), + [anon_sym_BANG] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2227), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_DASH_DASH] = ACTIONS(2227), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_sizeof] = ACTIONS(2225), + [sym_number_literal] = ACTIONS(2225), + [sym_char_literal] = ACTIONS(2225), + [sym_string_literal] = ACTIONS(2227), + [sym_identifier] = ACTIONS(2229), + [sym_true] = ACTIONS(2227), + [sym_false] = ACTIONS(2227), + [sym_null] = ACTIONS(2225), + [sym_comment] = ACTIONS(44), + }, + [1282] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2231), + [anon_sym_LPAREN] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2231), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2231), + [sym_preproc_directive] = ACTIONS(2235), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_typedef] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_auto] = ACTIONS(2231), + [anon_sym_register] = ACTIONS(2231), + [anon_sym_inline] = ACTIONS(2231), + [anon_sym_const] = ACTIONS(2231), + [anon_sym_restrict] = ACTIONS(2231), + [anon_sym_volatile] = ACTIONS(2231), + [anon_sym_unsigned] = ACTIONS(2231), + [anon_sym_long] = ACTIONS(2231), + [anon_sym_short] = ACTIONS(2231), + [sym_primitive_type] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_union] = ACTIONS(2231), + [anon_sym_if] = ACTIONS(2231), + [anon_sym_switch] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2231), + [anon_sym_default] = ACTIONS(2231), + [anon_sym_while] = ACTIONS(2231), + [anon_sym_do] = ACTIONS(2231), + [anon_sym_for] = ACTIONS(2231), + [anon_sym_return] = ACTIONS(2231), + [anon_sym_break] = ACTIONS(2231), + [anon_sym_continue] = ACTIONS(2231), + [anon_sym_goto] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2233), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_TILDE] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2233), + [anon_sym_sizeof] = ACTIONS(2231), + [sym_number_literal] = ACTIONS(2231), + [sym_char_literal] = ACTIONS(2231), + [sym_string_literal] = ACTIONS(2233), + [sym_identifier] = ACTIONS(2235), + [sym_true] = ACTIONS(2233), + [sym_false] = ACTIONS(2233), + [sym_null] = ACTIONS(2231), + [sym_comment] = ACTIONS(44), + }, + [1283] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2237), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2237), + [sym_preproc_directive] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_typedef] = ACTIONS(2237), + [anon_sym_extern] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_STAR] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2237), + [anon_sym_auto] = ACTIONS(2237), + [anon_sym_register] = ACTIONS(2237), + [anon_sym_inline] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [anon_sym_restrict] = ACTIONS(2237), + [anon_sym_volatile] = ACTIONS(2237), + [anon_sym_unsigned] = ACTIONS(2237), + [anon_sym_long] = ACTIONS(2237), + [anon_sym_short] = ACTIONS(2237), + [sym_primitive_type] = ACTIONS(2237), + [anon_sym_enum] = ACTIONS(2237), + [anon_sym_struct] = ACTIONS(2237), + [anon_sym_union] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_switch] = ACTIONS(2237), + [anon_sym_case] = ACTIONS(2237), + [anon_sym_default] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_goto] = ACTIONS(2237), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_BANG] = ACTIONS(2239), + [anon_sym_TILDE] = ACTIONS(2239), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_sizeof] = ACTIONS(2237), + [sym_number_literal] = ACTIONS(2237), + [sym_char_literal] = ACTIONS(2237), + [sym_string_literal] = ACTIONS(2239), + [sym_identifier] = ACTIONS(2241), + [sym_true] = ACTIONS(2239), + [sym_false] = ACTIONS(2239), + [sym_null] = ACTIONS(2237), + [sym_comment] = ACTIONS(44), + }, + [1284] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2749), + [sym_comment] = ACTIONS(44), + }, + [1285] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2751), + [sym_comment] = ACTIONS(44), + }, + [1286] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2247), + [sym_preproc_directive] = ACTIONS(2251), + [anon_sym_SEMI] = ACTIONS(2249), + [anon_sym_typedef] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_auto] = ACTIONS(2247), + [anon_sym_register] = ACTIONS(2247), + [anon_sym_inline] = ACTIONS(2247), + [anon_sym_const] = ACTIONS(2247), + [anon_sym_restrict] = ACTIONS(2247), + [anon_sym_volatile] = ACTIONS(2247), + [anon_sym_unsigned] = ACTIONS(2247), + [anon_sym_long] = ACTIONS(2247), + [anon_sym_short] = ACTIONS(2247), + [sym_primitive_type] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_union] = ACTIONS(2247), + [anon_sym_if] = ACTIONS(2247), + [anon_sym_switch] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2247), + [anon_sym_default] = ACTIONS(2247), + [anon_sym_while] = ACTIONS(2247), + [anon_sym_do] = ACTIONS(2247), + [anon_sym_for] = ACTIONS(2247), + [anon_sym_return] = ACTIONS(2247), + [anon_sym_break] = ACTIONS(2247), + [anon_sym_continue] = ACTIONS(2247), + [anon_sym_goto] = ACTIONS(2247), + [anon_sym_AMP] = ACTIONS(2249), + [anon_sym_BANG] = ACTIONS(2249), + [anon_sym_TILDE] = ACTIONS(2249), + [anon_sym_PLUS] = ACTIONS(2247), + [anon_sym_DASH] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2249), + [anon_sym_sizeof] = ACTIONS(2247), + [sym_number_literal] = ACTIONS(2247), + [sym_char_literal] = ACTIONS(2247), + [sym_string_literal] = ACTIONS(2249), + [sym_identifier] = ACTIONS(2251), + [sym_true] = ACTIONS(2249), + [sym_false] = ACTIONS(2249), + [sym_null] = ACTIONS(2247), + [sym_comment] = ACTIONS(44), + }, + [1287] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2253), + [sym_preproc_directive] = ACTIONS(2257), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym_typedef] = ACTIONS(2253), + [anon_sym_extern] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2255), + [anon_sym_STAR] = ACTIONS(2255), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_auto] = ACTIONS(2253), + [anon_sym_register] = ACTIONS(2253), + [anon_sym_inline] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_restrict] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2253), + [anon_sym_unsigned] = ACTIONS(2253), + [anon_sym_long] = ACTIONS(2253), + [anon_sym_short] = ACTIONS(2253), + [sym_primitive_type] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), + [anon_sym_struct] = ACTIONS(2253), + [anon_sym_union] = ACTIONS(2253), + [anon_sym_if] = ACTIONS(2253), + [anon_sym_switch] = ACTIONS(2253), + [anon_sym_case] = ACTIONS(2253), + [anon_sym_default] = ACTIONS(2253), + [anon_sym_while] = ACTIONS(2253), + [anon_sym_do] = ACTIONS(2253), + [anon_sym_for] = ACTIONS(2253), + [anon_sym_return] = ACTIONS(2253), + [anon_sym_break] = ACTIONS(2253), + [anon_sym_continue] = ACTIONS(2253), + [anon_sym_goto] = ACTIONS(2253), + [anon_sym_AMP] = ACTIONS(2255), + [anon_sym_BANG] = ACTIONS(2255), + [anon_sym_TILDE] = ACTIONS(2255), + [anon_sym_PLUS] = ACTIONS(2253), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_DASH_DASH] = ACTIONS(2255), + [anon_sym_PLUS_PLUS] = ACTIONS(2255), + [anon_sym_sizeof] = ACTIONS(2253), + [sym_number_literal] = ACTIONS(2253), + [sym_char_literal] = ACTIONS(2253), + [sym_string_literal] = ACTIONS(2255), + [sym_identifier] = ACTIONS(2257), + [sym_true] = ACTIONS(2255), + [sym_false] = ACTIONS(2255), + [sym_null] = ACTIONS(2253), + [sym_comment] = ACTIONS(44), + }, + [1288] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2259), + [anon_sym_LPAREN] = ACTIONS(2261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2259), + [sym_preproc_directive] = ACTIONS(2263), + [anon_sym_SEMI] = ACTIONS(2261), + [anon_sym_typedef] = ACTIONS(2259), + [anon_sym_extern] = ACTIONS(2259), + [anon_sym_LBRACE] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_static] = ACTIONS(2259), + [anon_sym_auto] = ACTIONS(2259), + [anon_sym_register] = ACTIONS(2259), + [anon_sym_inline] = ACTIONS(2259), + [anon_sym_const] = ACTIONS(2259), + [anon_sym_restrict] = ACTIONS(2259), + [anon_sym_volatile] = ACTIONS(2259), + [anon_sym_unsigned] = ACTIONS(2259), + [anon_sym_long] = ACTIONS(2259), + [anon_sym_short] = ACTIONS(2259), + [sym_primitive_type] = ACTIONS(2259), + [anon_sym_enum] = ACTIONS(2259), + [anon_sym_struct] = ACTIONS(2259), + [anon_sym_union] = ACTIONS(2259), + [anon_sym_if] = ACTIONS(2259), + [anon_sym_switch] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2259), + [anon_sym_default] = ACTIONS(2259), + [anon_sym_while] = ACTIONS(2259), + [anon_sym_do] = ACTIONS(2259), + [anon_sym_for] = ACTIONS(2259), + [anon_sym_return] = ACTIONS(2259), + [anon_sym_break] = ACTIONS(2259), + [anon_sym_continue] = ACTIONS(2259), + [anon_sym_goto] = ACTIONS(2259), + [anon_sym_AMP] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2259), + [anon_sym_DASH] = ACTIONS(2259), + [anon_sym_DASH_DASH] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2261), + [anon_sym_sizeof] = ACTIONS(2259), + [sym_number_literal] = ACTIONS(2259), + [sym_char_literal] = ACTIONS(2259), + [sym_string_literal] = ACTIONS(2261), + [sym_identifier] = ACTIONS(2263), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2259), [sym_comment] = ACTIONS(44), }, - [1272] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2711), + [1289] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2753), [sym_comment] = ACTIONS(44), }, - [1273] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2713), + [1290] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2755), [sym_comment] = ACTIONS(44), }, - [1274] = { + [1291] = { [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), [anon_sym_LPAREN] = ACTIONS(744), @@ -49242,605 +49512,661 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(746), [sym_comment] = ACTIONS(44), }, - [1275] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(436), + [1292] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_goto] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(762), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_sizeof] = ACTIONS(764), + [sym_number_literal] = ACTIONS(764), + [sym_char_literal] = ACTIONS(764), + [sym_string_literal] = ACTIONS(762), + [sym_identifier] = ACTIONS(766), + [sym_true] = ACTIONS(762), + [sym_false] = ACTIONS(762), + [sym_null] = ACTIONS(764), [sym_comment] = ACTIONS(44), }, - [1276] = { - [sym_compound_statement] = STATE(1366), - [sym_labeled_statement] = STATE(1366), - [sym_expression_statement] = STATE(1366), - [sym_if_statement] = STATE(1366), - [sym_switch_statement] = STATE(1366), - [sym_case_statement] = STATE(1366), - [sym_while_statement] = STATE(1366), - [sym_do_statement] = STATE(1366), - [sym_for_statement] = STATE(1366), - [sym_return_statement] = STATE(1366), - [sym_break_statement] = STATE(1366), - [sym_continue_statement] = STATE(1366), - [sym_goto_statement] = STATE(1366), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1293] = { + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, - [1277] = { - [sym_compound_statement] = STATE(1369), - [sym_labeled_statement] = STATE(1369), - [sym_expression_statement] = STATE(1369), - [sym_if_statement] = STATE(1369), - [sym_switch_statement] = STATE(1369), - [sym_case_statement] = STATE(1369), - [sym_while_statement] = STATE(1369), - [sym_do_statement] = STATE(1369), - [sym_for_statement] = STATE(1369), - [sym_return_statement] = STATE(1369), - [sym_break_statement] = STATE(1369), - [sym_continue_statement] = STATE(1369), - [sym_goto_statement] = STATE(1369), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1294] = { + [sym_compound_statement] = STATE(1384), + [sym_labeled_statement] = STATE(1384), + [sym_expression_statement] = STATE(1384), + [sym_if_statement] = STATE(1384), + [sym_switch_statement] = STATE(1384), + [sym_case_statement] = STATE(1384), + [sym_while_statement] = STATE(1384), + [sym_do_statement] = STATE(1384), + [sym_for_statement] = STATE(1384), + [sym_return_statement] = STATE(1384), + [sym_break_statement] = STATE(1384), + [sym_continue_statement] = STATE(1384), + [sym_goto_statement] = STATE(1384), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1278] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2269), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2267), - [sym_preproc_directive] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_typedef] = ACTIONS(2267), - [anon_sym_extern] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_STAR] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_auto] = ACTIONS(2267), - [anon_sym_register] = ACTIONS(2267), - [anon_sym_inline] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_restrict] = ACTIONS(2267), - [anon_sym_volatile] = ACTIONS(2267), - [anon_sym_unsigned] = ACTIONS(2267), - [anon_sym_long] = ACTIONS(2267), - [anon_sym_short] = ACTIONS(2267), - [sym_primitive_type] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(2267), - [anon_sym_union] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_goto] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), - [anon_sym_sizeof] = ACTIONS(2267), - [sym_number_literal] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [sym_string_literal] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2267), + [1295] = { + [sym_compound_statement] = STATE(1387), + [sym_labeled_statement] = STATE(1387), + [sym_expression_statement] = STATE(1387), + [sym_if_statement] = STATE(1387), + [sym_switch_statement] = STATE(1387), + [sym_case_statement] = STATE(1387), + [sym_while_statement] = STATE(1387), + [sym_do_statement] = STATE(1387), + [sym_for_statement] = STATE(1387), + [sym_return_statement] = STATE(1387), + [sym_break_statement] = STATE(1387), + [sym_continue_statement] = STATE(1387), + [sym_goto_statement] = STATE(1387), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1279] = { - [sym_compound_statement] = STATE(1370), - [sym_labeled_statement] = STATE(1370), - [sym_expression_statement] = STATE(1370), - [sym_if_statement] = STATE(1370), - [sym_switch_statement] = STATE(1370), - [sym_case_statement] = STATE(1370), - [sym_while_statement] = STATE(1370), - [sym_do_statement] = STATE(1370), - [sym_for_statement] = STATE(1370), - [sym_return_statement] = STATE(1370), - [sym_break_statement] = STATE(1370), - [sym_continue_statement] = STATE(1370), - [sym_goto_statement] = STATE(1370), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1296] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2305), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2303), + [sym_preproc_directive] = ACTIONS(2307), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_typedef] = ACTIONS(2303), + [anon_sym_extern] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2303), + [anon_sym_auto] = ACTIONS(2303), + [anon_sym_register] = ACTIONS(2303), + [anon_sym_inline] = ACTIONS(2303), + [anon_sym_const] = ACTIONS(2303), + [anon_sym_restrict] = ACTIONS(2303), + [anon_sym_volatile] = ACTIONS(2303), + [anon_sym_unsigned] = ACTIONS(2303), + [anon_sym_long] = ACTIONS(2303), + [anon_sym_short] = ACTIONS(2303), + [sym_primitive_type] = ACTIONS(2303), + [anon_sym_enum] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2303), + [anon_sym_union] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2303), + [anon_sym_default] = ACTIONS(2303), + [anon_sym_while] = ACTIONS(2303), + [anon_sym_do] = ACTIONS(2303), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2303), + [anon_sym_break] = ACTIONS(2303), + [anon_sym_continue] = ACTIONS(2303), + [anon_sym_goto] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2303), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_sizeof] = ACTIONS(2303), + [sym_number_literal] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [sym_string_literal] = ACTIONS(2305), + [sym_identifier] = ACTIONS(2307), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2303), [sym_comment] = ACTIONS(44), }, - [1280] = { - [sym__expression] = STATE(1371), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1297] = { + [sym_compound_statement] = STATE(1388), + [sym_labeled_statement] = STATE(1388), + [sym_expression_statement] = STATE(1388), + [sym_if_statement] = STATE(1388), + [sym_switch_statement] = STATE(1388), + [sym_case_statement] = STATE(1388), + [sym_while_statement] = STATE(1388), + [sym_do_statement] = STATE(1388), + [sym_for_statement] = STATE(1388), + [sym_return_statement] = STATE(1388), + [sym_break_statement] = STATE(1388), + [sym_continue_statement] = STATE(1388), + [sym_goto_statement] = STATE(1388), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1281] = { - [sym__expression] = STATE(1373), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1298] = { + [sym__expression] = STATE(1389), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1282] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2747), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1299] = { + [sym__expression] = STATE(1391), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2787), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1283] = { - [sym__expression] = STATE(1375), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2747), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1300] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1284] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [anon_sym_LPAREN] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1117), - [anon_sym_switch] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(1117), - [anon_sym_default] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_return] = ACTIONS(1117), - [anon_sym_break] = ACTIONS(1117), - [anon_sym_continue] = ACTIONS(1117), - [anon_sym_goto] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [1301] = { + [sym__expression] = STATE(1393), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1285] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1217), - [anon_sym_BANG] = ACTIONS(1217), - [anon_sym_TILDE] = ACTIONS(1217), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1217), - [anon_sym_PLUS_PLUS] = ACTIONS(1217), - [anon_sym_sizeof] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1219), - [sym_char_literal] = ACTIONS(1219), - [sym_string_literal] = ACTIONS(1217), - [sym_identifier] = ACTIONS(1221), - [sym_true] = ACTIONS(1217), - [sym_false] = ACTIONS(1217), - [sym_null] = ACTIONS(1219), + [1302] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [anon_sym_if] = ACTIONS(1137), + [anon_sym_switch] = ACTIONS(1137), + [anon_sym_case] = ACTIONS(1137), + [anon_sym_default] = ACTIONS(1137), + [anon_sym_while] = ACTIONS(1137), + [anon_sym_do] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1137), + [anon_sym_break] = ACTIONS(1137), + [anon_sym_continue] = ACTIONS(1137), + [anon_sym_goto] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, - [1286] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(904), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_else] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(902), - [sym_char_literal] = ACTIONS(902), - [sym_string_literal] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_true] = ACTIONS(904), - [sym_false] = ACTIONS(904), - [sym_null] = ACTIONS(902), + [1303] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [anon_sym_LPAREN] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1243), + [sym_char_literal] = ACTIONS(1243), + [sym_string_literal] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1245), + [sym_true] = ACTIONS(1241), + [sym_false] = ACTIONS(1241), + [sym_null] = ACTIONS(1243), [sym_comment] = ACTIONS(44), }, - [1287] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [1304] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(924), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(922), + [sym_preproc_directive] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_typedef] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(924), + [anon_sym_static] = ACTIONS(922), + [anon_sym_auto] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_inline] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_restrict] = ACTIONS(922), + [anon_sym_volatile] = ACTIONS(922), + [anon_sym_unsigned] = ACTIONS(922), + [anon_sym_long] = ACTIONS(922), + [anon_sym_short] = ACTIONS(922), + [sym_primitive_type] = ACTIONS(922), + [anon_sym_enum] = ACTIONS(922), + [anon_sym_struct] = ACTIONS(922), + [anon_sym_union] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_else] = ACTIONS(922), + [anon_sym_switch] = ACTIONS(922), + [anon_sym_case] = ACTIONS(922), + [anon_sym_default] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_goto] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_sizeof] = ACTIONS(922), + [sym_number_literal] = ACTIONS(922), + [sym_char_literal] = ACTIONS(922), + [sym_string_literal] = ACTIONS(924), + [sym_identifier] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(922), + [sym_comment] = ACTIONS(44), + }, + [1305] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -49848,55 +50174,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1377), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1395), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -49911,844 +50237,844 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1288] = { - [anon_sym_LPAREN] = ACTIONS(2751), + [1306] = { + [anon_sym_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(44), }, - [1289] = { - [anon_sym_LPAREN] = ACTIONS(2753), + [1307] = { + [anon_sym_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(44), }, - [1290] = { - [sym__expression] = STATE(1380), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1308] = { + [sym__expression] = STATE(1398), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1291] = { - [anon_sym_COLON] = ACTIONS(2755), + [1309] = { + [anon_sym_COLON] = ACTIONS(2797), [sym_comment] = ACTIONS(44), }, - [1292] = { - [anon_sym_LPAREN] = ACTIONS(2757), + [1310] = { + [anon_sym_LPAREN] = ACTIONS(2799), [sym_comment] = ACTIONS(44), }, - [1293] = { - [sym_compound_statement] = STATE(1383), - [sym_labeled_statement] = STATE(1383), - [sym_expression_statement] = STATE(1383), - [sym_if_statement] = STATE(1383), - [sym_switch_statement] = STATE(1383), - [sym_case_statement] = STATE(1383), - [sym_while_statement] = STATE(1383), - [sym_do_statement] = STATE(1383), - [sym_for_statement] = STATE(1383), - [sym_return_statement] = STATE(1383), - [sym_break_statement] = STATE(1383), - [sym_continue_statement] = STATE(1383), - [sym_goto_statement] = STATE(1383), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1311] = { + [sym_compound_statement] = STATE(1401), + [sym_labeled_statement] = STATE(1401), + [sym_expression_statement] = STATE(1401), + [sym_if_statement] = STATE(1401), + [sym_switch_statement] = STATE(1401), + [sym_case_statement] = STATE(1401), + [sym_while_statement] = STATE(1401), + [sym_do_statement] = STATE(1401), + [sym_for_statement] = STATE(1401), + [sym_return_statement] = STATE(1401), + [sym_break_statement] = STATE(1401), + [sym_continue_statement] = STATE(1401), + [sym_goto_statement] = STATE(1401), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1294] = { - [anon_sym_LPAREN] = ACTIONS(2759), + [1312] = { + [anon_sym_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(44), }, - [1295] = { - [sym__expression] = STATE(1386), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1313] = { + [sym__expression] = STATE(1404), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1296] = { - [anon_sym_SEMI] = ACTIONS(2763), + [1314] = { + [anon_sym_SEMI] = ACTIONS(2805), [sym_comment] = ACTIONS(44), }, - [1297] = { - [anon_sym_SEMI] = ACTIONS(2765), + [1315] = { + [anon_sym_SEMI] = ACTIONS(2807), [sym_comment] = ACTIONS(44), }, - [1298] = { - [sym_identifier] = ACTIONS(2767), + [1316] = { + [sym_identifier] = ACTIONS(2809), [sym_comment] = ACTIONS(44), }, - [1299] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(2769), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [1317] = { + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(2811), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, - [1300] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_auto] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2771), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_case] = ACTIONS(2485), - [anon_sym_default] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_goto] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_sizeof] = ACTIONS(2485), - [sym_number_literal] = ACTIONS(2485), - [sym_char_literal] = ACTIONS(2485), - [sym_string_literal] = ACTIONS(2487), - [sym_identifier] = ACTIONS(2489), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_null] = ACTIONS(2485), + [1318] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2525), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_typedef] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_auto] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_unsigned] = ACTIONS(2525), + [anon_sym_long] = ACTIONS(2525), + [anon_sym_short] = ACTIONS(2525), + [sym_primitive_type] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_goto] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_sizeof] = ACTIONS(2525), + [sym_number_literal] = ACTIONS(2525), + [sym_char_literal] = ACTIONS(2525), + [sym_string_literal] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [sym_true] = ACTIONS(2527), + [sym_false] = ACTIONS(2527), + [sym_null] = ACTIONS(2525), [sym_comment] = ACTIONS(44), }, - [1301] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1319] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1302] = { - [anon_sym_SEMI] = ACTIONS(2773), + [1320] = { + [anon_sym_SEMI] = ACTIONS(2815), [sym_comment] = ACTIONS(44), }, - [1303] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_auto] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_switch] = ACTIONS(2497), - [anon_sym_case] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_goto] = ACTIONS(2497), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_sizeof] = ACTIONS(2497), - [sym_number_literal] = ACTIONS(2497), - [sym_char_literal] = ACTIONS(2497), - [sym_string_literal] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [sym_true] = ACTIONS(2499), - [sym_false] = ACTIONS(2499), - [sym_null] = ACTIONS(2497), + [1321] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_auto] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_switch] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_do] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_goto] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_PLUS] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_sizeof] = ACTIONS(2537), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [sym_true] = ACTIONS(2539), + [sym_false] = ACTIONS(2539), + [sym_null] = ACTIONS(2537), [sym_comment] = ACTIONS(44), }, - [1304] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2509), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2507), - [sym_preproc_directive] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_typedef] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_auto] = ACTIONS(2507), - [anon_sym_register] = ACTIONS(2507), - [anon_sym_inline] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_restrict] = ACTIONS(2507), - [anon_sym_volatile] = ACTIONS(2507), - [anon_sym_unsigned] = ACTIONS(2507), - [anon_sym_long] = ACTIONS(2507), - [anon_sym_short] = ACTIONS(2507), - [sym_primitive_type] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_switch] = ACTIONS(2507), - [anon_sym_case] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_do] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_goto] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_TILDE] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2509), - [anon_sym_PLUS_PLUS] = ACTIONS(2509), - [anon_sym_sizeof] = ACTIONS(2507), - [sym_number_literal] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [sym_string_literal] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [sym_true] = ACTIONS(2509), - [sym_false] = ACTIONS(2509), - [sym_null] = ACTIONS(2507), + [1322] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2549), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2547), + [sym_preproc_directive] = ACTIONS(2551), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2547), + [anon_sym_auto] = ACTIONS(2547), + [anon_sym_register] = ACTIONS(2547), + [anon_sym_inline] = ACTIONS(2547), + [anon_sym_const] = ACTIONS(2547), + [anon_sym_restrict] = ACTIONS(2547), + [anon_sym_volatile] = ACTIONS(2547), + [anon_sym_unsigned] = ACTIONS(2547), + [anon_sym_long] = ACTIONS(2547), + [anon_sym_short] = ACTIONS(2547), + [sym_primitive_type] = ACTIONS(2547), + [anon_sym_enum] = ACTIONS(2547), + [anon_sym_struct] = ACTIONS(2547), + [anon_sym_union] = ACTIONS(2547), + [anon_sym_if] = ACTIONS(2547), + [anon_sym_switch] = ACTIONS(2547), + [anon_sym_case] = ACTIONS(2547), + [anon_sym_default] = ACTIONS(2547), + [anon_sym_while] = ACTIONS(2547), + [anon_sym_do] = ACTIONS(2547), + [anon_sym_for] = ACTIONS(2547), + [anon_sym_return] = ACTIONS(2547), + [anon_sym_break] = ACTIONS(2547), + [anon_sym_continue] = ACTIONS(2547), + [anon_sym_goto] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_BANG] = ACTIONS(2549), + [anon_sym_TILDE] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_sizeof] = ACTIONS(2547), + [sym_number_literal] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [sym_string_literal] = ACTIONS(2549), + [sym_identifier] = ACTIONS(2551), + [sym_true] = ACTIONS(2549), + [sym_false] = ACTIONS(2549), + [sym_null] = ACTIONS(2547), [sym_comment] = ACTIONS(44), }, - [1305] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1323] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2817), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1306] = { - [sym_compound_statement] = STATE(1394), - [sym_labeled_statement] = STATE(1394), - [sym_expression_statement] = STATE(1394), - [sym_if_statement] = STATE(1394), - [sym_switch_statement] = STATE(1394), - [sym_case_statement] = STATE(1394), - [sym_while_statement] = STATE(1394), - [sym_do_statement] = STATE(1394), - [sym_for_statement] = STATE(1394), - [sym_return_statement] = STATE(1394), - [sym_break_statement] = STATE(1394), - [sym_continue_statement] = STATE(1394), - [sym_goto_statement] = STATE(1394), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1324] = { + [sym_compound_statement] = STATE(1412), + [sym_labeled_statement] = STATE(1412), + [sym_expression_statement] = STATE(1412), + [sym_if_statement] = STATE(1412), + [sym_switch_statement] = STATE(1412), + [sym_case_statement] = STATE(1412), + [sym_while_statement] = STATE(1412), + [sym_do_statement] = STATE(1412), + [sym_for_statement] = STATE(1412), + [sym_return_statement] = STATE(1412), + [sym_break_statement] = STATE(1412), + [sym_continue_statement] = STATE(1412), + [sym_goto_statement] = STATE(1412), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1307] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1396), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1325] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1414), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1308] = { - [sym__expression] = STATE(1397), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1326] = { + [sym__expression] = STATE(1415), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1309] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1327] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1310] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_RBRACE] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_switch] = ACTIONS(1579), - [anon_sym_case] = ACTIONS(1579), - [anon_sym_default] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_goto] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_BANG] = ACTIONS(1577), - [anon_sym_TILDE] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_DASH_DASH] = ACTIONS(1577), - [anon_sym_PLUS_PLUS] = ACTIONS(1577), - [anon_sym_sizeof] = ACTIONS(1579), - [sym_number_literal] = ACTIONS(1579), - [sym_char_literal] = ACTIONS(1579), - [sym_string_literal] = ACTIONS(1577), - [sym_identifier] = ACTIONS(1581), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1579), + [1328] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_RBRACE] = ACTIONS(1603), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_else] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1605), + [sym_char_literal] = ACTIONS(1605), + [sym_string_literal] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1607), + [sym_true] = ACTIONS(1603), + [sym_false] = ACTIONS(1603), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(44), }, - [1311] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1329] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2823), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1312] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1330] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1313] = { - [sym_declaration] = STATE(1401), - [sym_type_definition] = STATE(1401), - [sym__declaration_specifiers] = STATE(1317), - [sym_compound_statement] = STATE(1401), + [1331] = { + [sym_declaration] = STATE(1419), + [sym_type_definition] = STATE(1419), + [sym__declaration_specifiers] = STATE(1335), + [sym_compound_statement] = STATE(1419), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -50756,46 +51082,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1401), - [sym_expression_statement] = STATE(1401), - [sym_if_statement] = STATE(1401), - [sym_switch_statement] = STATE(1401), - [sym_case_statement] = STATE(1401), - [sym_while_statement] = STATE(1401), - [sym_do_statement] = STATE(1401), - [sym_for_statement] = STATE(1401), - [sym_return_statement] = STATE(1401), - [sym_break_statement] = STATE(1401), - [sym_continue_statement] = STATE(1401), - [sym_goto_statement] = STATE(1401), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1419), + [sym_expression_statement] = STATE(1419), + [sym_if_statement] = STATE(1419), + [sym_switch_statement] = STATE(1419), + [sym_case_statement] = STATE(1419), + [sym_while_statement] = STATE(1419), + [sym_do_statement] = STATE(1419), + [sym_for_statement] = STATE(1419), + [sym_return_statement] = STATE(1419), + [sym_break_statement] = STATE(1419), + [sym_continue_statement] = STATE(1419), + [sym_goto_statement] = STATE(1419), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_typedef] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_typedef] = ACTIONS(2693), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -50810,691 +51136,691 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2653), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2695), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1314] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(1402), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(1403), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [1332] = { + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(1420), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(1421), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [1315] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(2483), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [1333] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(2523), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, - [1316] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1913), - [sym_preproc_directive] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_typedef] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_RBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_auto] = ACTIONS(1913), - [anon_sym_register] = ACTIONS(1913), - [anon_sym_inline] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_restrict] = ACTIONS(1913), - [anon_sym_volatile] = ACTIONS(1913), - [anon_sym_unsigned] = ACTIONS(1913), - [anon_sym_long] = ACTIONS(1913), - [anon_sym_short] = ACTIONS(1913), - [sym_primitive_type] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_else] = ACTIONS(1913), - [anon_sym_switch] = ACTIONS(1913), - [anon_sym_case] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_do] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_goto] = ACTIONS(1913), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_TILDE] = ACTIONS(1915), - [anon_sym_PLUS] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1913), - [anon_sym_DASH_DASH] = ACTIONS(1915), - [anon_sym_PLUS_PLUS] = ACTIONS(1915), - [anon_sym_sizeof] = ACTIONS(1913), - [sym_number_literal] = ACTIONS(1913), - [sym_char_literal] = ACTIONS(1913), - [sym_string_literal] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [sym_true] = ACTIONS(1915), - [sym_false] = ACTIONS(1915), - [sym_null] = ACTIONS(1913), + [1334] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1945), + [sym_preproc_directive] = ACTIONS(1949), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_typedef] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_RBRACE] = ACTIONS(1947), + [anon_sym_STAR] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1945), + [anon_sym_auto] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_inline] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_restrict] = ACTIONS(1945), + [anon_sym_volatile] = ACTIONS(1945), + [anon_sym_unsigned] = ACTIONS(1945), + [anon_sym_long] = ACTIONS(1945), + [anon_sym_short] = ACTIONS(1945), + [sym_primitive_type] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_else] = ACTIONS(1945), + [anon_sym_switch] = ACTIONS(1945), + [anon_sym_case] = ACTIONS(1945), + [anon_sym_default] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1947), + [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_PLUS_PLUS] = ACTIONS(1947), + [anon_sym_sizeof] = ACTIONS(1945), + [sym_number_literal] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [sym_string_literal] = ACTIONS(1947), + [sym_identifier] = ACTIONS(1949), + [sym_true] = ACTIONS(1947), + [sym_false] = ACTIONS(1947), + [sym_null] = ACTIONS(1945), [sym_comment] = ACTIONS(44), }, - [1317] = { - [sym__declarator] = STATE(1404), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(1405), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [1335] = { + [sym__declarator] = STATE(1422), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(1423), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, - [1318] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2785), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1336] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2827), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1319] = { - [anon_sym_LPAREN] = ACTIONS(2787), + [1337] = { + [anon_sym_LPAREN] = ACTIONS(2829), [sym_comment] = ACTIONS(44), }, - [1320] = { - [sym__expression] = STATE(1409), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1338] = { + [sym__expression] = STATE(1427), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1321] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2791), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1339] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1322] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1935), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1933), - [sym_preproc_directive] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_typedef] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_RBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_auto] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_inline] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_restrict] = ACTIONS(1933), - [anon_sym_volatile] = ACTIONS(1933), - [anon_sym_unsigned] = ACTIONS(1933), - [anon_sym_long] = ACTIONS(1933), - [anon_sym_short] = ACTIONS(1933), - [sym_primitive_type] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_else] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1933), - [anon_sym_case] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_goto] = ACTIONS(1933), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_PLUS] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1933), - [anon_sym_DASH_DASH] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(1935), - [anon_sym_sizeof] = ACTIONS(1933), - [sym_number_literal] = ACTIONS(1933), - [sym_char_literal] = ACTIONS(1933), - [sym_string_literal] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [sym_true] = ACTIONS(1935), - [sym_false] = ACTIONS(1935), - [sym_null] = ACTIONS(1933), + [1340] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1965), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_typedef] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_RBRACE] = ACTIONS(1967), + [anon_sym_STAR] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1965), + [anon_sym_auto] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_inline] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [anon_sym_restrict] = ACTIONS(1965), + [anon_sym_volatile] = ACTIONS(1965), + [anon_sym_unsigned] = ACTIONS(1965), + [anon_sym_long] = ACTIONS(1965), + [anon_sym_short] = ACTIONS(1965), + [sym_primitive_type] = ACTIONS(1965), + [anon_sym_enum] = ACTIONS(1965), + [anon_sym_struct] = ACTIONS(1965), + [anon_sym_union] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_else] = ACTIONS(1965), + [anon_sym_switch] = ACTIONS(1965), + [anon_sym_case] = ACTIONS(1965), + [anon_sym_default] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_goto] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1967), + [anon_sym_BANG] = ACTIONS(1967), + [anon_sym_TILDE] = ACTIONS(1967), + [anon_sym_PLUS] = ACTIONS(1965), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_PLUS_PLUS] = ACTIONS(1967), + [anon_sym_sizeof] = ACTIONS(1965), + [sym_number_literal] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [sym_string_literal] = ACTIONS(1967), + [sym_identifier] = ACTIONS(1969), + [sym_true] = ACTIONS(1967), + [sym_false] = ACTIONS(1967), + [sym_null] = ACTIONS(1965), [sym_comment] = ACTIONS(44), }, - [1323] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1939), - [sym_preproc_directive] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_typedef] = ACTIONS(1939), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_RBRACE] = ACTIONS(1941), - [anon_sym_STAR] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1939), - [anon_sym_restrict] = ACTIONS(1939), - [anon_sym_volatile] = ACTIONS(1939), - [anon_sym_unsigned] = ACTIONS(1939), - [anon_sym_long] = ACTIONS(1939), - [anon_sym_short] = ACTIONS(1939), - [sym_primitive_type] = ACTIONS(1939), - [anon_sym_enum] = ACTIONS(1939), - [anon_sym_struct] = ACTIONS(1939), - [anon_sym_union] = ACTIONS(1939), - [anon_sym_if] = ACTIONS(1939), - [anon_sym_else] = ACTIONS(1939), - [anon_sym_switch] = ACTIONS(1939), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1939), - [anon_sym_while] = ACTIONS(1939), - [anon_sym_do] = ACTIONS(1939), - [anon_sym_for] = ACTIONS(1939), - [anon_sym_return] = ACTIONS(1939), - [anon_sym_break] = ACTIONS(1939), - [anon_sym_continue] = ACTIONS(1939), - [anon_sym_goto] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1939), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_sizeof] = ACTIONS(1939), - [sym_number_literal] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [sym_string_literal] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [sym_true] = ACTIONS(1941), - [sym_false] = ACTIONS(1941), - [sym_null] = ACTIONS(1939), + [1341] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1973), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1971), + [sym_preproc_directive] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_typedef] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_auto] = ACTIONS(1971), + [anon_sym_register] = ACTIONS(1971), + [anon_sym_inline] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_restrict] = ACTIONS(1971), + [anon_sym_volatile] = ACTIONS(1971), + [anon_sym_unsigned] = ACTIONS(1971), + [anon_sym_long] = ACTIONS(1971), + [anon_sym_short] = ACTIONS(1971), + [sym_primitive_type] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_else] = ACTIONS(1971), + [anon_sym_switch] = ACTIONS(1971), + [anon_sym_case] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_do] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_goto] = ACTIONS(1971), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1971), + [anon_sym_DASH_DASH] = ACTIONS(1973), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_sizeof] = ACTIONS(1971), + [sym_number_literal] = ACTIONS(1971), + [sym_char_literal] = ACTIONS(1971), + [sym_string_literal] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [sym_true] = ACTIONS(1973), + [sym_false] = ACTIONS(1973), + [sym_null] = ACTIONS(1971), [sym_comment] = ACTIONS(44), }, - [1324] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1953), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1951), - [sym_preproc_directive] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_typedef] = ACTIONS(1951), - [anon_sym_extern] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_RBRACE] = ACTIONS(1953), - [anon_sym_STAR] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_auto] = ACTIONS(1951), - [anon_sym_register] = ACTIONS(1951), - [anon_sym_inline] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_restrict] = ACTIONS(1951), - [anon_sym_volatile] = ACTIONS(1951), - [anon_sym_unsigned] = ACTIONS(1951), - [anon_sym_long] = ACTIONS(1951), - [anon_sym_short] = ACTIONS(1951), - [sym_primitive_type] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), - [anon_sym_struct] = ACTIONS(1951), - [anon_sym_union] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_else] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_goto] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_sizeof] = ACTIONS(1951), - [sym_number_literal] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [sym_string_literal] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [sym_true] = ACTIONS(1953), - [sym_false] = ACTIONS(1953), - [sym_null] = ACTIONS(1951), + [1342] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1983), + [sym_preproc_directive] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_typedef] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_auto] = ACTIONS(1983), + [anon_sym_register] = ACTIONS(1983), + [anon_sym_inline] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_restrict] = ACTIONS(1983), + [anon_sym_volatile] = ACTIONS(1983), + [anon_sym_unsigned] = ACTIONS(1983), + [anon_sym_long] = ACTIONS(1983), + [anon_sym_short] = ACTIONS(1983), + [sym_primitive_type] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_else] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_goto] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1985), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_sizeof] = ACTIONS(1983), + [sym_number_literal] = ACTIONS(1983), + [sym_char_literal] = ACTIONS(1983), + [sym_string_literal] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [sym_true] = ACTIONS(1985), + [sym_false] = ACTIONS(1985), + [sym_null] = ACTIONS(1983), [sym_comment] = ACTIONS(44), }, - [1325] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2795), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_RBRACE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_auto] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [sym_number_literal] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [sym_string_literal] = ACTIONS(2795), - [sym_identifier] = ACTIONS(2797), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2793), + [1343] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2835), + [anon_sym_LPAREN] = ACTIONS(2837), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2835), + [sym_preproc_directive] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2835), + [anon_sym_extern] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2837), + [anon_sym_RBRACE] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2835), + [anon_sym_auto] = ACTIONS(2835), + [anon_sym_register] = ACTIONS(2835), + [anon_sym_inline] = ACTIONS(2835), + [anon_sym_const] = ACTIONS(2835), + [anon_sym_restrict] = ACTIONS(2835), + [anon_sym_volatile] = ACTIONS(2835), + [anon_sym_unsigned] = ACTIONS(2835), + [anon_sym_long] = ACTIONS(2835), + [anon_sym_short] = ACTIONS(2835), + [sym_primitive_type] = ACTIONS(2835), + [anon_sym_enum] = ACTIONS(2835), + [anon_sym_struct] = ACTIONS(2835), + [anon_sym_union] = ACTIONS(2835), + [anon_sym_if] = ACTIONS(2835), + [anon_sym_switch] = ACTIONS(2835), + [anon_sym_case] = ACTIONS(2835), + [anon_sym_default] = ACTIONS(2835), + [anon_sym_while] = ACTIONS(2835), + [anon_sym_do] = ACTIONS(2835), + [anon_sym_for] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2835), + [anon_sym_break] = ACTIONS(2835), + [anon_sym_continue] = ACTIONS(2835), + [anon_sym_goto] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_BANG] = ACTIONS(2837), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2835), + [anon_sym_DASH_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2837), + [anon_sym_sizeof] = ACTIONS(2835), + [sym_number_literal] = ACTIONS(2835), + [sym_char_literal] = ACTIONS(2835), + [sym_string_literal] = ACTIONS(2837), + [sym_identifier] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [sym_null] = ACTIONS(2835), [sym_comment] = ACTIONS(44), }, - [1326] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2545), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1344] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1327] = { - [sym__expression] = STATE(1411), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1345] = { + [sym__expression] = STATE(1429), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1328] = { - [sym__expression] = STATE(1412), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1346] = { + [sym__expression] = STATE(1430), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1329] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2799), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1347] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2841), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1330] = { - [sym_declaration] = STATE(1316), - [sym_type_definition] = STATE(1316), - [sym__declaration_specifiers] = STATE(1317), - [sym_compound_statement] = STATE(1316), + [1348] = { + [sym_declaration] = STATE(1334), + [sym_type_definition] = STATE(1334), + [sym__declaration_specifiers] = STATE(1335), + [sym_compound_statement] = STATE(1334), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -51502,46 +51828,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1316), - [sym_expression_statement] = STATE(1316), - [sym_if_statement] = STATE(1316), - [sym_switch_statement] = STATE(1316), - [sym_case_statement] = STATE(1316), - [sym_while_statement] = STATE(1316), - [sym_do_statement] = STATE(1316), - [sym_for_statement] = STATE(1316), - [sym_return_statement] = STATE(1316), - [sym_break_statement] = STATE(1316), - [sym_continue_statement] = STATE(1316), - [sym_goto_statement] = STATE(1316), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1334), + [sym_expression_statement] = STATE(1334), + [sym_if_statement] = STATE(1334), + [sym_switch_statement] = STATE(1334), + [sym_case_statement] = STATE(1334), + [sym_while_statement] = STATE(1334), + [sym_do_statement] = STATE(1334), + [sym_for_statement] = STATE(1334), + [sym_return_statement] = STATE(1334), + [sym_break_statement] = STATE(1334), + [sym_continue_statement] = STATE(1334), + [sym_goto_statement] = STATE(1334), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_typedef] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_typedef] = ACTIONS(2693), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -51556,75 +51882,75 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2801), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2843), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1331] = { - [sym__expression] = STATE(1415), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1349] = { + [sym__expression] = STATE(1433), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1332] = { - [sym_declaration] = STATE(1416), - [sym__declaration_specifiers] = STATE(710), + [1350] = { + [sym_declaration] = STATE(1434), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -51632,31 +51958,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(1417), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(1435), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2845), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -51671,1046 +51997,1046 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1333] = { - [sym_compound_statement] = STATE(1324), - [sym_labeled_statement] = STATE(1324), - [sym_expression_statement] = STATE(1324), - [sym_if_statement] = STATE(1324), - [sym_switch_statement] = STATE(1324), - [sym_case_statement] = STATE(1324), - [sym_while_statement] = STATE(1324), - [sym_do_statement] = STATE(1324), - [sym_for_statement] = STATE(1324), - [sym_return_statement] = STATE(1324), - [sym_break_statement] = STATE(1324), - [sym_continue_statement] = STATE(1324), - [sym_goto_statement] = STATE(1324), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1351] = { + [sym_compound_statement] = STATE(1342), + [sym_labeled_statement] = STATE(1342), + [sym_expression_statement] = STATE(1342), + [sym_if_statement] = STATE(1342), + [sym_switch_statement] = STATE(1342), + [sym_case_statement] = STATE(1342), + [sym_while_statement] = STATE(1342), + [sym_do_statement] = STATE(1342), + [sym_for_statement] = STATE(1342), + [sym_return_statement] = STATE(1342), + [sym_break_statement] = STATE(1342), + [sym_continue_statement] = STATE(1342), + [sym_goto_statement] = STATE(1342), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1334] = { - [sym_compound_statement] = STATE(1325), - [sym_labeled_statement] = STATE(1325), - [sym_expression_statement] = STATE(1325), - [sym_if_statement] = STATE(1325), - [sym_switch_statement] = STATE(1325), - [sym_case_statement] = STATE(1325), - [sym_while_statement] = STATE(1325), - [sym_do_statement] = STATE(1325), - [sym_for_statement] = STATE(1325), - [sym_return_statement] = STATE(1325), - [sym_break_statement] = STATE(1325), - [sym_continue_statement] = STATE(1325), - [sym_goto_statement] = STATE(1325), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1352] = { + [sym_compound_statement] = STATE(1343), + [sym_labeled_statement] = STATE(1343), + [sym_expression_statement] = STATE(1343), + [sym_if_statement] = STATE(1343), + [sym_switch_statement] = STATE(1343), + [sym_case_statement] = STATE(1343), + [sym_while_statement] = STATE(1343), + [sym_do_statement] = STATE(1343), + [sym_for_statement] = STATE(1343), + [sym_return_statement] = STATE(1343), + [sym_break_statement] = STATE(1343), + [sym_continue_statement] = STATE(1343), + [sym_goto_statement] = STATE(1343), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1335] = { - [sym_compound_statement] = STATE(1339), - [sym_labeled_statement] = STATE(1339), - [sym_expression_statement] = STATE(1339), - [sym_if_statement] = STATE(1339), - [sym_switch_statement] = STATE(1339), - [sym_case_statement] = STATE(1339), - [sym_while_statement] = STATE(1339), - [sym_do_statement] = STATE(1339), - [sym_for_statement] = STATE(1339), - [sym_return_statement] = STATE(1339), - [sym_break_statement] = STATE(1339), - [sym_continue_statement] = STATE(1339), - [sym_goto_statement] = STATE(1339), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1353] = { + [sym_compound_statement] = STATE(1357), + [sym_labeled_statement] = STATE(1357), + [sym_expression_statement] = STATE(1357), + [sym_if_statement] = STATE(1357), + [sym_switch_statement] = STATE(1357), + [sym_case_statement] = STATE(1357), + [sym_while_statement] = STATE(1357), + [sym_do_statement] = STATE(1357), + [sym_for_statement] = STATE(1357), + [sym_return_statement] = STATE(1357), + [sym_break_statement] = STATE(1357), + [sym_continue_statement] = STATE(1357), + [sym_goto_statement] = STATE(1357), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1336] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2805), + [1354] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2847), [sym_comment] = ACTIONS(44), }, - [1337] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1419), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2805), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1355] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1437), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2847), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1338] = { - [sym__expression] = STATE(1420), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2805), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1356] = { + [sym__expression] = STATE(1438), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2847), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1339] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2807), - [anon_sym_LPAREN] = ACTIONS(2809), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2807), - [sym_preproc_directive] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_auto] = ACTIONS(2807), - [anon_sym_register] = ACTIONS(2807), - [anon_sym_inline] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_restrict] = ACTIONS(2807), - [anon_sym_volatile] = ACTIONS(2807), - [anon_sym_unsigned] = ACTIONS(2807), - [anon_sym_long] = ACTIONS(2807), - [anon_sym_short] = ACTIONS(2807), - [sym_primitive_type] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_switch] = ACTIONS(2807), - [anon_sym_case] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_do] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_goto] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2809), - [anon_sym_PLUS_PLUS] = ACTIONS(2809), - [anon_sym_sizeof] = ACTIONS(2807), - [sym_number_literal] = ACTIONS(2807), - [sym_char_literal] = ACTIONS(2807), - [sym_string_literal] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [sym_null] = ACTIONS(2807), + [1357] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2851), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_auto] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [sym_primitive_type] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [sym_number_literal] = ACTIONS(2849), + [sym_char_literal] = ACTIONS(2849), + [sym_string_literal] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2853), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_null] = ACTIONS(2849), [sym_comment] = ACTIONS(44), }, - [1340] = { - [sym_compound_statement] = STATE(1421), - [sym_labeled_statement] = STATE(1421), - [sym_expression_statement] = STATE(1421), - [sym_if_statement] = STATE(1421), - [sym_switch_statement] = STATE(1421), - [sym_case_statement] = STATE(1421), - [sym_while_statement] = STATE(1421), - [sym_do_statement] = STATE(1421), - [sym_for_statement] = STATE(1421), - [sym_return_statement] = STATE(1421), - [sym_break_statement] = STATE(1421), - [sym_continue_statement] = STATE(1421), - [sym_goto_statement] = STATE(1421), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1358] = { + [sym_compound_statement] = STATE(1439), + [sym_labeled_statement] = STATE(1439), + [sym_expression_statement] = STATE(1439), + [sym_if_statement] = STATE(1439), + [sym_switch_statement] = STATE(1439), + [sym_case_statement] = STATE(1439), + [sym_while_statement] = STATE(1439), + [sym_do_statement] = STATE(1439), + [sym_for_statement] = STATE(1439), + [sym_return_statement] = STATE(1439), + [sym_break_statement] = STATE(1439), + [sym_continue_statement] = STATE(1439), + [sym_goto_statement] = STATE(1439), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1341] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2813), + [1359] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2855), [sym_comment] = ACTIONS(44), }, - [1342] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1423), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2813), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1360] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1441), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1343] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1123), - [anon_sym_LPAREN] = ACTIONS(1121), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1123), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1123), - [sym_preproc_directive] = ACTIONS(1125), - [anon_sym_SEMI] = ACTIONS(1121), - [anon_sym_typedef] = ACTIONS(1123), - [anon_sym_extern] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_STAR] = ACTIONS(1121), - [anon_sym_static] = ACTIONS(1123), - [anon_sym_auto] = ACTIONS(1123), - [anon_sym_register] = ACTIONS(1123), - [anon_sym_inline] = ACTIONS(1123), - [anon_sym_const] = ACTIONS(1123), - [anon_sym_restrict] = ACTIONS(1123), - [anon_sym_volatile] = ACTIONS(1123), - [anon_sym_unsigned] = ACTIONS(1123), - [anon_sym_long] = ACTIONS(1123), - [anon_sym_short] = ACTIONS(1123), - [sym_primitive_type] = ACTIONS(1123), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_struct] = ACTIONS(1123), - [anon_sym_union] = ACTIONS(1123), - [anon_sym_if] = ACTIONS(1123), - [anon_sym_switch] = ACTIONS(1123), - [anon_sym_case] = ACTIONS(1123), - [anon_sym_default] = ACTIONS(1123), - [anon_sym_while] = ACTIONS(1123), - [anon_sym_do] = ACTIONS(1123), - [anon_sym_for] = ACTIONS(1123), - [anon_sym_return] = ACTIONS(1123), - [anon_sym_break] = ACTIONS(1123), - [anon_sym_continue] = ACTIONS(1123), - [anon_sym_goto] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_TILDE] = ACTIONS(1121), - [anon_sym_PLUS] = ACTIONS(1123), - [anon_sym_DASH] = ACTIONS(1123), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_sizeof] = ACTIONS(1123), - [sym_number_literal] = ACTIONS(1123), - [sym_char_literal] = ACTIONS(1123), - [sym_string_literal] = ACTIONS(1121), - [sym_identifier] = ACTIONS(1125), - [sym_true] = ACTIONS(1121), - [sym_false] = ACTIONS(1121), - [sym_null] = ACTIONS(1123), + [1361] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(1141), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1143), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1143), + [sym_preproc_directive] = ACTIONS(1145), + [anon_sym_SEMI] = ACTIONS(1141), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_LBRACE] = ACTIONS(1141), + [anon_sym_STAR] = ACTIONS(1141), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_inline] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [anon_sym_unsigned] = ACTIONS(1143), + [anon_sym_long] = ACTIONS(1143), + [anon_sym_short] = ACTIONS(1143), + [sym_primitive_type] = ACTIONS(1143), + [anon_sym_enum] = ACTIONS(1143), + [anon_sym_struct] = ACTIONS(1143), + [anon_sym_union] = ACTIONS(1143), + [anon_sym_if] = ACTIONS(1143), + [anon_sym_switch] = ACTIONS(1143), + [anon_sym_case] = ACTIONS(1143), + [anon_sym_default] = ACTIONS(1143), + [anon_sym_while] = ACTIONS(1143), + [anon_sym_do] = ACTIONS(1143), + [anon_sym_for] = ACTIONS(1143), + [anon_sym_return] = ACTIONS(1143), + [anon_sym_break] = ACTIONS(1143), + [anon_sym_continue] = ACTIONS(1143), + [anon_sym_goto] = ACTIONS(1143), + [anon_sym_AMP] = ACTIONS(1141), + [anon_sym_BANG] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1141), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_DASH_DASH] = ACTIONS(1141), + [anon_sym_PLUS_PLUS] = ACTIONS(1141), + [anon_sym_sizeof] = ACTIONS(1143), + [sym_number_literal] = ACTIONS(1143), + [sym_char_literal] = ACTIONS(1143), + [sym_string_literal] = ACTIONS(1141), + [sym_identifier] = ACTIONS(1145), + [sym_true] = ACTIONS(1141), + [sym_false] = ACTIONS(1141), + [sym_null] = ACTIONS(1143), [sym_comment] = ACTIONS(44), }, - [1344] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1139), - [anon_sym_LPAREN] = ACTIONS(1137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1139), - [sym_preproc_directive] = ACTIONS(1141), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_typedef] = ACTIONS(1139), - [anon_sym_extern] = ACTIONS(1139), - [anon_sym_LBRACE] = ACTIONS(1137), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_static] = ACTIONS(1139), - [anon_sym_auto] = ACTIONS(1139), - [anon_sym_register] = ACTIONS(1139), - [anon_sym_inline] = ACTIONS(1139), - [anon_sym_const] = ACTIONS(1139), - [anon_sym_restrict] = ACTIONS(1139), - [anon_sym_volatile] = ACTIONS(1139), - [anon_sym_unsigned] = ACTIONS(1139), - [anon_sym_long] = ACTIONS(1139), - [anon_sym_short] = ACTIONS(1139), - [sym_primitive_type] = ACTIONS(1139), - [anon_sym_enum] = ACTIONS(1139), - [anon_sym_struct] = ACTIONS(1139), - [anon_sym_union] = ACTIONS(1139), - [anon_sym_if] = ACTIONS(1139), - [anon_sym_switch] = ACTIONS(1139), - [anon_sym_case] = ACTIONS(1139), - [anon_sym_default] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1139), - [anon_sym_do] = ACTIONS(1139), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_return] = ACTIONS(1139), - [anon_sym_break] = ACTIONS(1139), - [anon_sym_continue] = ACTIONS(1139), - [anon_sym_goto] = ACTIONS(1139), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1137), - [anon_sym_TILDE] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_sizeof] = ACTIONS(1139), - [sym_number_literal] = ACTIONS(1139), - [sym_char_literal] = ACTIONS(1139), - [sym_string_literal] = ACTIONS(1137), - [sym_identifier] = ACTIONS(1141), - [sym_true] = ACTIONS(1137), - [sym_false] = ACTIONS(1137), - [sym_null] = ACTIONS(1139), + [1362] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1159), + [anon_sym_LPAREN] = ACTIONS(1157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1159), + [sym_preproc_directive] = ACTIONS(1161), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_typedef] = ACTIONS(1159), + [anon_sym_extern] = ACTIONS(1159), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_STAR] = ACTIONS(1157), + [anon_sym_static] = ACTIONS(1159), + [anon_sym_auto] = ACTIONS(1159), + [anon_sym_register] = ACTIONS(1159), + [anon_sym_inline] = ACTIONS(1159), + [anon_sym_const] = ACTIONS(1159), + [anon_sym_restrict] = ACTIONS(1159), + [anon_sym_volatile] = ACTIONS(1159), + [anon_sym_unsigned] = ACTIONS(1159), + [anon_sym_long] = ACTIONS(1159), + [anon_sym_short] = ACTIONS(1159), + [sym_primitive_type] = ACTIONS(1159), + [anon_sym_enum] = ACTIONS(1159), + [anon_sym_struct] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1159), + [anon_sym_if] = ACTIONS(1159), + [anon_sym_switch] = ACTIONS(1159), + [anon_sym_case] = ACTIONS(1159), + [anon_sym_default] = ACTIONS(1159), + [anon_sym_while] = ACTIONS(1159), + [anon_sym_do] = ACTIONS(1159), + [anon_sym_for] = ACTIONS(1159), + [anon_sym_return] = ACTIONS(1159), + [anon_sym_break] = ACTIONS(1159), + [anon_sym_continue] = ACTIONS(1159), + [anon_sym_goto] = ACTIONS(1159), + [anon_sym_AMP] = ACTIONS(1157), + [anon_sym_BANG] = ACTIONS(1157), + [anon_sym_TILDE] = ACTIONS(1157), + [anon_sym_PLUS] = ACTIONS(1159), + [anon_sym_DASH] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(1157), + [anon_sym_PLUS_PLUS] = ACTIONS(1157), + [anon_sym_sizeof] = ACTIONS(1159), + [sym_number_literal] = ACTIONS(1159), + [sym_char_literal] = ACTIONS(1159), + [sym_string_literal] = ACTIONS(1157), + [sym_identifier] = ACTIONS(1161), + [sym_true] = ACTIONS(1157), + [sym_false] = ACTIONS(1157), + [sym_null] = ACTIONS(1159), [sym_comment] = ACTIONS(44), - }, - [1345] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2425), - [anon_sym_LPAREN] = ACTIONS(2427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2429), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_auto] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [anon_sym_if] = ACTIONS(2425), - [anon_sym_switch] = ACTIONS(2425), - [anon_sym_case] = ACTIONS(2425), - [anon_sym_default] = ACTIONS(2425), - [anon_sym_while] = ACTIONS(2425), - [anon_sym_do] = ACTIONS(2425), - [anon_sym_for] = ACTIONS(2425), - [anon_sym_return] = ACTIONS(2425), - [anon_sym_break] = ACTIONS(2425), - [anon_sym_continue] = ACTIONS(2425), - [anon_sym_goto] = ACTIONS(2425), - [anon_sym_AMP] = ACTIONS(2427), - [anon_sym_BANG] = ACTIONS(2427), - [anon_sym_TILDE] = ACTIONS(2427), - [anon_sym_PLUS] = ACTIONS(2425), - [anon_sym_DASH] = ACTIONS(2425), - [anon_sym_DASH_DASH] = ACTIONS(2427), - [anon_sym_PLUS_PLUS] = ACTIONS(2427), - [anon_sym_sizeof] = ACTIONS(2425), - [sym_number_literal] = ACTIONS(2425), - [sym_char_literal] = ACTIONS(2425), - [sym_string_literal] = ACTIONS(2427), - [sym_identifier] = ACTIONS(2429), - [sym_true] = ACTIONS(2427), - [sym_false] = ACTIONS(2427), - [sym_null] = ACTIONS(2425), + }, + [1363] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2465), + [anon_sym_LPAREN] = ACTIONS(2467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2465), + [sym_preproc_directive] = ACTIONS(2469), + [anon_sym_SEMI] = ACTIONS(2467), + [anon_sym_typedef] = ACTIONS(2465), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym_LBRACE] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(2467), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_auto] = ACTIONS(2465), + [anon_sym_register] = ACTIONS(2465), + [anon_sym_inline] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_restrict] = ACTIONS(2465), + [anon_sym_volatile] = ACTIONS(2465), + [anon_sym_unsigned] = ACTIONS(2465), + [anon_sym_long] = ACTIONS(2465), + [anon_sym_short] = ACTIONS(2465), + [sym_primitive_type] = ACTIONS(2465), + [anon_sym_enum] = ACTIONS(2465), + [anon_sym_struct] = ACTIONS(2465), + [anon_sym_union] = ACTIONS(2465), + [anon_sym_if] = ACTIONS(2465), + [anon_sym_switch] = ACTIONS(2465), + [anon_sym_case] = ACTIONS(2465), + [anon_sym_default] = ACTIONS(2465), + [anon_sym_while] = ACTIONS(2465), + [anon_sym_do] = ACTIONS(2465), + [anon_sym_for] = ACTIONS(2465), + [anon_sym_return] = ACTIONS(2465), + [anon_sym_break] = ACTIONS(2465), + [anon_sym_continue] = ACTIONS(2465), + [anon_sym_goto] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(2467), + [anon_sym_BANG] = ACTIONS(2467), + [anon_sym_TILDE] = ACTIONS(2467), + [anon_sym_PLUS] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2465), + [anon_sym_DASH_DASH] = ACTIONS(2467), + [anon_sym_PLUS_PLUS] = ACTIONS(2467), + [anon_sym_sizeof] = ACTIONS(2465), + [sym_number_literal] = ACTIONS(2465), + [sym_char_literal] = ACTIONS(2465), + [sym_string_literal] = ACTIONS(2467), + [sym_identifier] = ACTIONS(2469), + [sym_true] = ACTIONS(2467), + [sym_false] = ACTIONS(2467), + [sym_null] = ACTIONS(2465), [sym_comment] = ACTIONS(44), }, - [1346] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2431), - [anon_sym_LPAREN] = ACTIONS(2433), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2431), - [sym_preproc_directive] = ACTIONS(2435), - [anon_sym_SEMI] = ACTIONS(2433), - [anon_sym_typedef] = ACTIONS(2431), - [anon_sym_extern] = ACTIONS(2431), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_STAR] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2431), - [anon_sym_auto] = ACTIONS(2431), - [anon_sym_register] = ACTIONS(2431), - [anon_sym_inline] = ACTIONS(2431), - [anon_sym_const] = ACTIONS(2431), - [anon_sym_restrict] = ACTIONS(2431), - [anon_sym_volatile] = ACTIONS(2431), - [anon_sym_unsigned] = ACTIONS(2431), - [anon_sym_long] = ACTIONS(2431), - [anon_sym_short] = ACTIONS(2431), - [sym_primitive_type] = ACTIONS(2431), - [anon_sym_enum] = ACTIONS(2431), - [anon_sym_struct] = ACTIONS(2431), - [anon_sym_union] = ACTIONS(2431), - [anon_sym_if] = ACTIONS(2431), - [anon_sym_switch] = ACTIONS(2431), - [anon_sym_case] = ACTIONS(2431), - [anon_sym_default] = ACTIONS(2431), - [anon_sym_while] = ACTIONS(2431), - [anon_sym_do] = ACTIONS(2431), - [anon_sym_for] = ACTIONS(2431), - [anon_sym_return] = ACTIONS(2431), - [anon_sym_break] = ACTIONS(2431), - [anon_sym_continue] = ACTIONS(2431), - [anon_sym_goto] = ACTIONS(2431), - [anon_sym_AMP] = ACTIONS(2433), - [anon_sym_BANG] = ACTIONS(2433), - [anon_sym_TILDE] = ACTIONS(2433), - [anon_sym_PLUS] = ACTIONS(2431), - [anon_sym_DASH] = ACTIONS(2431), - [anon_sym_DASH_DASH] = ACTIONS(2433), - [anon_sym_PLUS_PLUS] = ACTIONS(2433), - [anon_sym_sizeof] = ACTIONS(2431), - [sym_number_literal] = ACTIONS(2431), - [sym_char_literal] = ACTIONS(2431), - [sym_string_literal] = ACTIONS(2433), - [sym_identifier] = ACTIONS(2435), - [sym_true] = ACTIONS(2433), - [sym_false] = ACTIONS(2433), - [sym_null] = ACTIONS(2431), + [1364] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2471), + [sym_preproc_directive] = ACTIONS(2475), + [anon_sym_SEMI] = ACTIONS(2473), + [anon_sym_typedef] = ACTIONS(2471), + [anon_sym_extern] = ACTIONS(2471), + [anon_sym_LBRACE] = ACTIONS(2473), + [anon_sym_STAR] = ACTIONS(2473), + [anon_sym_static] = ACTIONS(2471), + [anon_sym_auto] = ACTIONS(2471), + [anon_sym_register] = ACTIONS(2471), + [anon_sym_inline] = ACTIONS(2471), + [anon_sym_const] = ACTIONS(2471), + [anon_sym_restrict] = ACTIONS(2471), + [anon_sym_volatile] = ACTIONS(2471), + [anon_sym_unsigned] = ACTIONS(2471), + [anon_sym_long] = ACTIONS(2471), + [anon_sym_short] = ACTIONS(2471), + [sym_primitive_type] = ACTIONS(2471), + [anon_sym_enum] = ACTIONS(2471), + [anon_sym_struct] = ACTIONS(2471), + [anon_sym_union] = ACTIONS(2471), + [anon_sym_if] = ACTIONS(2471), + [anon_sym_switch] = ACTIONS(2471), + [anon_sym_case] = ACTIONS(2471), + [anon_sym_default] = ACTIONS(2471), + [anon_sym_while] = ACTIONS(2471), + [anon_sym_do] = ACTIONS(2471), + [anon_sym_for] = ACTIONS(2471), + [anon_sym_return] = ACTIONS(2471), + [anon_sym_break] = ACTIONS(2471), + [anon_sym_continue] = ACTIONS(2471), + [anon_sym_goto] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2473), + [anon_sym_BANG] = ACTIONS(2473), + [anon_sym_TILDE] = ACTIONS(2473), + [anon_sym_PLUS] = ACTIONS(2471), + [anon_sym_DASH] = ACTIONS(2471), + [anon_sym_DASH_DASH] = ACTIONS(2473), + [anon_sym_PLUS_PLUS] = ACTIONS(2473), + [anon_sym_sizeof] = ACTIONS(2471), + [sym_number_literal] = ACTIONS(2471), + [sym_char_literal] = ACTIONS(2471), + [sym_string_literal] = ACTIONS(2473), + [sym_identifier] = ACTIONS(2475), + [sym_true] = ACTIONS(2473), + [sym_false] = ACTIONS(2473), + [sym_null] = ACTIONS(2471), [sym_comment] = ACTIONS(44), }, - [1347] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2437), - [anon_sym_LPAREN] = ACTIONS(2439), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2437), - [sym_preproc_directive] = ACTIONS(2441), - [anon_sym_SEMI] = ACTIONS(2439), - [anon_sym_typedef] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_STAR] = ACTIONS(2439), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_auto] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_restrict] = ACTIONS(2437), - [anon_sym_volatile] = ACTIONS(2437), - [anon_sym_unsigned] = ACTIONS(2437), - [anon_sym_long] = ACTIONS(2437), - [anon_sym_short] = ACTIONS(2437), - [sym_primitive_type] = ACTIONS(2437), - [anon_sym_enum] = ACTIONS(2437), - [anon_sym_struct] = ACTIONS(2437), - [anon_sym_union] = ACTIONS(2437), - [anon_sym_if] = ACTIONS(2437), - [anon_sym_switch] = ACTIONS(2437), - [anon_sym_case] = ACTIONS(2437), - [anon_sym_default] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2437), - [anon_sym_do] = ACTIONS(2437), - [anon_sym_for] = ACTIONS(2437), - [anon_sym_return] = ACTIONS(2437), - [anon_sym_break] = ACTIONS(2437), - [anon_sym_continue] = ACTIONS(2437), - [anon_sym_goto] = ACTIONS(2437), - [anon_sym_AMP] = ACTIONS(2439), - [anon_sym_BANG] = ACTIONS(2439), - [anon_sym_TILDE] = ACTIONS(2439), - [anon_sym_PLUS] = ACTIONS(2437), - [anon_sym_DASH] = ACTIONS(2437), - [anon_sym_DASH_DASH] = ACTIONS(2439), - [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_sizeof] = ACTIONS(2437), - [sym_number_literal] = ACTIONS(2437), - [sym_char_literal] = ACTIONS(2437), - [sym_string_literal] = ACTIONS(2439), - [sym_identifier] = ACTIONS(2441), - [sym_true] = ACTIONS(2439), - [sym_false] = ACTIONS(2439), - [sym_null] = ACTIONS(2437), + [1365] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2477), + [anon_sym_LPAREN] = ACTIONS(2479), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2477), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2477), + [sym_preproc_directive] = ACTIONS(2481), + [anon_sym_SEMI] = ACTIONS(2479), + [anon_sym_typedef] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_auto] = ACTIONS(2477), + [anon_sym_register] = ACTIONS(2477), + [anon_sym_inline] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_restrict] = ACTIONS(2477), + [anon_sym_volatile] = ACTIONS(2477), + [anon_sym_unsigned] = ACTIONS(2477), + [anon_sym_long] = ACTIONS(2477), + [anon_sym_short] = ACTIONS(2477), + [sym_primitive_type] = ACTIONS(2477), + [anon_sym_enum] = ACTIONS(2477), + [anon_sym_struct] = ACTIONS(2477), + [anon_sym_union] = ACTIONS(2477), + [anon_sym_if] = ACTIONS(2477), + [anon_sym_switch] = ACTIONS(2477), + [anon_sym_case] = ACTIONS(2477), + [anon_sym_default] = ACTIONS(2477), + [anon_sym_while] = ACTIONS(2477), + [anon_sym_do] = ACTIONS(2477), + [anon_sym_for] = ACTIONS(2477), + [anon_sym_return] = ACTIONS(2477), + [anon_sym_break] = ACTIONS(2477), + [anon_sym_continue] = ACTIONS(2477), + [anon_sym_goto] = ACTIONS(2477), + [anon_sym_AMP] = ACTIONS(2479), + [anon_sym_BANG] = ACTIONS(2479), + [anon_sym_TILDE] = ACTIONS(2479), + [anon_sym_PLUS] = ACTIONS(2477), + [anon_sym_DASH] = ACTIONS(2477), + [anon_sym_DASH_DASH] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2479), + [anon_sym_sizeof] = ACTIONS(2477), + [sym_number_literal] = ACTIONS(2477), + [sym_char_literal] = ACTIONS(2477), + [sym_string_literal] = ACTIONS(2479), + [sym_identifier] = ACTIONS(2481), + [sym_true] = ACTIONS(2479), + [sym_false] = ACTIONS(2479), + [sym_null] = ACTIONS(2477), [sym_comment] = ACTIONS(44), }, - [1348] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2443), - [anon_sym_LPAREN] = ACTIONS(2445), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2443), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2443), - [sym_preproc_directive] = ACTIONS(2447), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_typedef] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2445), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_auto] = ACTIONS(2443), - [anon_sym_register] = ACTIONS(2443), - [anon_sym_inline] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_restrict] = ACTIONS(2443), - [anon_sym_volatile] = ACTIONS(2443), - [anon_sym_unsigned] = ACTIONS(2443), - [anon_sym_long] = ACTIONS(2443), - [anon_sym_short] = ACTIONS(2443), - [sym_primitive_type] = ACTIONS(2443), - [anon_sym_enum] = ACTIONS(2443), - [anon_sym_struct] = ACTIONS(2443), - [anon_sym_union] = ACTIONS(2443), - [anon_sym_if] = ACTIONS(2443), - [anon_sym_switch] = ACTIONS(2443), - [anon_sym_case] = ACTIONS(2443), - [anon_sym_default] = ACTIONS(2443), - [anon_sym_while] = ACTIONS(2443), - [anon_sym_do] = ACTIONS(2443), - [anon_sym_for] = ACTIONS(2443), - [anon_sym_return] = ACTIONS(2443), - [anon_sym_break] = ACTIONS(2443), - [anon_sym_continue] = ACTIONS(2443), - [anon_sym_goto] = ACTIONS(2443), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_BANG] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2445), - [anon_sym_PLUS] = ACTIONS(2443), - [anon_sym_DASH] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2445), - [anon_sym_PLUS_PLUS] = ACTIONS(2445), - [anon_sym_sizeof] = ACTIONS(2443), - [sym_number_literal] = ACTIONS(2443), - [sym_char_literal] = ACTIONS(2443), - [sym_string_literal] = ACTIONS(2445), - [sym_identifier] = ACTIONS(2447), - [sym_true] = ACTIONS(2445), - [sym_false] = ACTIONS(2445), - [sym_null] = ACTIONS(2443), + [1366] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2483), + [anon_sym_LPAREN] = ACTIONS(2485), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2483), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2483), + [sym_preproc_directive] = ACTIONS(2487), + [anon_sym_SEMI] = ACTIONS(2485), + [anon_sym_typedef] = ACTIONS(2483), + [anon_sym_extern] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2485), + [anon_sym_STAR] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2483), + [anon_sym_auto] = ACTIONS(2483), + [anon_sym_register] = ACTIONS(2483), + [anon_sym_inline] = ACTIONS(2483), + [anon_sym_const] = ACTIONS(2483), + [anon_sym_restrict] = ACTIONS(2483), + [anon_sym_volatile] = ACTIONS(2483), + [anon_sym_unsigned] = ACTIONS(2483), + [anon_sym_long] = ACTIONS(2483), + [anon_sym_short] = ACTIONS(2483), + [sym_primitive_type] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2483), + [anon_sym_struct] = ACTIONS(2483), + [anon_sym_union] = ACTIONS(2483), + [anon_sym_if] = ACTIONS(2483), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2483), + [anon_sym_default] = ACTIONS(2483), + [anon_sym_while] = ACTIONS(2483), + [anon_sym_do] = ACTIONS(2483), + [anon_sym_for] = ACTIONS(2483), + [anon_sym_return] = ACTIONS(2483), + [anon_sym_break] = ACTIONS(2483), + [anon_sym_continue] = ACTIONS(2483), + [anon_sym_goto] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2485), + [anon_sym_BANG] = ACTIONS(2485), + [anon_sym_TILDE] = ACTIONS(2485), + [anon_sym_PLUS] = ACTIONS(2483), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_DASH_DASH] = ACTIONS(2485), + [anon_sym_PLUS_PLUS] = ACTIONS(2485), + [anon_sym_sizeof] = ACTIONS(2483), + [sym_number_literal] = ACTIONS(2483), + [sym_char_literal] = ACTIONS(2483), + [sym_string_literal] = ACTIONS(2485), + [sym_identifier] = ACTIONS(2487), + [sym_true] = ACTIONS(2485), + [sym_false] = ACTIONS(2485), + [sym_null] = ACTIONS(2483), [sym_comment] = ACTIONS(44), }, - [1349] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), - [anon_sym_LPAREN] = ACTIONS(2451), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), - [sym_preproc_directive] = ACTIONS(2453), - [anon_sym_SEMI] = ACTIONS(2451), - [anon_sym_typedef] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2451), - [anon_sym_STAR] = ACTIONS(2451), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_auto] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [anon_sym_restrict] = ACTIONS(2449), - [anon_sym_volatile] = ACTIONS(2449), - [anon_sym_unsigned] = ACTIONS(2449), - [anon_sym_long] = ACTIONS(2449), - [anon_sym_short] = ACTIONS(2449), - [sym_primitive_type] = ACTIONS(2449), - [anon_sym_enum] = ACTIONS(2449), - [anon_sym_struct] = ACTIONS(2449), - [anon_sym_union] = ACTIONS(2449), - [anon_sym_if] = ACTIONS(2449), - [anon_sym_switch] = ACTIONS(2449), - [anon_sym_case] = ACTIONS(2449), - [anon_sym_default] = ACTIONS(2449), - [anon_sym_while] = ACTIONS(2449), - [anon_sym_do] = ACTIONS(2449), - [anon_sym_for] = ACTIONS(2449), - [anon_sym_return] = ACTIONS(2449), - [anon_sym_break] = ACTIONS(2449), - [anon_sym_continue] = ACTIONS(2449), - [anon_sym_goto] = ACTIONS(2449), - [anon_sym_AMP] = ACTIONS(2451), - [anon_sym_BANG] = ACTIONS(2451), - [anon_sym_TILDE] = ACTIONS(2451), - [anon_sym_PLUS] = ACTIONS(2449), - [anon_sym_DASH] = ACTIONS(2449), - [anon_sym_DASH_DASH] = ACTIONS(2451), - [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_sizeof] = ACTIONS(2449), - [sym_number_literal] = ACTIONS(2449), - [sym_char_literal] = ACTIONS(2449), - [sym_string_literal] = ACTIONS(2451), - [sym_identifier] = ACTIONS(2453), - [sym_true] = ACTIONS(2451), - [sym_false] = ACTIONS(2451), - [sym_null] = ACTIONS(2449), + [1367] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2489), + [anon_sym_LPAREN] = ACTIONS(2491), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2489), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2489), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(2491), + [anon_sym_typedef] = ACTIONS(2489), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_auto] = ACTIONS(2489), + [anon_sym_register] = ACTIONS(2489), + [anon_sym_inline] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_restrict] = ACTIONS(2489), + [anon_sym_volatile] = ACTIONS(2489), + [anon_sym_unsigned] = ACTIONS(2489), + [anon_sym_long] = ACTIONS(2489), + [anon_sym_short] = ACTIONS(2489), + [sym_primitive_type] = ACTIONS(2489), + [anon_sym_enum] = ACTIONS(2489), + [anon_sym_struct] = ACTIONS(2489), + [anon_sym_union] = ACTIONS(2489), + [anon_sym_if] = ACTIONS(2489), + [anon_sym_switch] = ACTIONS(2489), + [anon_sym_case] = ACTIONS(2489), + [anon_sym_default] = ACTIONS(2489), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2489), + [anon_sym_for] = ACTIONS(2489), + [anon_sym_return] = ACTIONS(2489), + [anon_sym_break] = ACTIONS(2489), + [anon_sym_continue] = ACTIONS(2489), + [anon_sym_goto] = ACTIONS(2489), + [anon_sym_AMP] = ACTIONS(2491), + [anon_sym_BANG] = ACTIONS(2491), + [anon_sym_TILDE] = ACTIONS(2491), + [anon_sym_PLUS] = ACTIONS(2489), + [anon_sym_DASH] = ACTIONS(2489), + [anon_sym_DASH_DASH] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2491), + [anon_sym_sizeof] = ACTIONS(2489), + [sym_number_literal] = ACTIONS(2489), + [sym_char_literal] = ACTIONS(2489), + [sym_string_literal] = ACTIONS(2491), + [sym_identifier] = ACTIONS(2493), + [sym_true] = ACTIONS(2491), + [sym_false] = ACTIONS(2491), + [sym_null] = ACTIONS(2489), [sym_comment] = ACTIONS(44), }, - [1350] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), - [anon_sym_LPAREN] = ACTIONS(2457), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), - [sym_preproc_directive] = ACTIONS(2459), - [anon_sym_SEMI] = ACTIONS(2457), - [anon_sym_typedef] = ACTIONS(2455), - [anon_sym_extern] = ACTIONS(2455), - [anon_sym_LBRACE] = ACTIONS(2457), - [anon_sym_STAR] = ACTIONS(2457), - [anon_sym_static] = ACTIONS(2455), - [anon_sym_auto] = ACTIONS(2455), - [anon_sym_register] = ACTIONS(2455), - [anon_sym_inline] = ACTIONS(2455), - [anon_sym_const] = ACTIONS(2455), - [anon_sym_restrict] = ACTIONS(2455), - [anon_sym_volatile] = ACTIONS(2455), - [anon_sym_unsigned] = ACTIONS(2455), - [anon_sym_long] = ACTIONS(2455), - [anon_sym_short] = ACTIONS(2455), - [sym_primitive_type] = ACTIONS(2455), - [anon_sym_enum] = ACTIONS(2455), - [anon_sym_struct] = ACTIONS(2455), - [anon_sym_union] = ACTIONS(2455), - [anon_sym_if] = ACTIONS(2455), - [anon_sym_switch] = ACTIONS(2455), - [anon_sym_case] = ACTIONS(2455), - [anon_sym_default] = ACTIONS(2455), - [anon_sym_while] = ACTIONS(2455), - [anon_sym_do] = ACTIONS(2455), - [anon_sym_for] = ACTIONS(2455), - [anon_sym_return] = ACTIONS(2455), - [anon_sym_break] = ACTIONS(2455), - [anon_sym_continue] = ACTIONS(2455), - [anon_sym_goto] = ACTIONS(2455), - [anon_sym_AMP] = ACTIONS(2457), - [anon_sym_BANG] = ACTIONS(2457), - [anon_sym_TILDE] = ACTIONS(2457), - [anon_sym_PLUS] = ACTIONS(2455), - [anon_sym_DASH] = ACTIONS(2455), - [anon_sym_DASH_DASH] = ACTIONS(2457), - [anon_sym_PLUS_PLUS] = ACTIONS(2457), - [anon_sym_sizeof] = ACTIONS(2455), - [sym_number_literal] = ACTIONS(2455), - [sym_char_literal] = ACTIONS(2455), - [sym_string_literal] = ACTIONS(2457), - [sym_identifier] = ACTIONS(2459), - [sym_true] = ACTIONS(2457), - [sym_false] = ACTIONS(2457), - [sym_null] = ACTIONS(2455), + [1368] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2495), + [anon_sym_LPAREN] = ACTIONS(2497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2495), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2495), + [sym_preproc_directive] = ACTIONS(2499), + [anon_sym_SEMI] = ACTIONS(2497), + [anon_sym_typedef] = ACTIONS(2495), + [anon_sym_extern] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2497), + [anon_sym_STAR] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2495), + [anon_sym_auto] = ACTIONS(2495), + [anon_sym_register] = ACTIONS(2495), + [anon_sym_inline] = ACTIONS(2495), + [anon_sym_const] = ACTIONS(2495), + [anon_sym_restrict] = ACTIONS(2495), + [anon_sym_volatile] = ACTIONS(2495), + [anon_sym_unsigned] = ACTIONS(2495), + [anon_sym_long] = ACTIONS(2495), + [anon_sym_short] = ACTIONS(2495), + [sym_primitive_type] = ACTIONS(2495), + [anon_sym_enum] = ACTIONS(2495), + [anon_sym_struct] = ACTIONS(2495), + [anon_sym_union] = ACTIONS(2495), + [anon_sym_if] = ACTIONS(2495), + [anon_sym_switch] = ACTIONS(2495), + [anon_sym_case] = ACTIONS(2495), + [anon_sym_default] = ACTIONS(2495), + [anon_sym_while] = ACTIONS(2495), + [anon_sym_do] = ACTIONS(2495), + [anon_sym_for] = ACTIONS(2495), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2495), + [anon_sym_continue] = ACTIONS(2495), + [anon_sym_goto] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2497), + [anon_sym_BANG] = ACTIONS(2497), + [anon_sym_TILDE] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2495), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_DASH_DASH] = ACTIONS(2497), + [anon_sym_PLUS_PLUS] = ACTIONS(2497), + [anon_sym_sizeof] = ACTIONS(2495), + [sym_number_literal] = ACTIONS(2495), + [sym_char_literal] = ACTIONS(2495), + [sym_string_literal] = ACTIONS(2497), + [sym_identifier] = ACTIONS(2499), + [sym_true] = ACTIONS(2497), + [sym_false] = ACTIONS(2497), + [sym_null] = ACTIONS(2495), [sym_comment] = ACTIONS(44), }, - [1351] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1217), - [anon_sym_BANG] = ACTIONS(1217), - [anon_sym_TILDE] = ACTIONS(1217), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1217), - [anon_sym_PLUS_PLUS] = ACTIONS(1217), - [anon_sym_sizeof] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1219), - [sym_char_literal] = ACTIONS(1219), - [sym_string_literal] = ACTIONS(1217), - [sym_identifier] = ACTIONS(1221), - [sym_true] = ACTIONS(1217), - [sym_false] = ACTIONS(1217), - [sym_null] = ACTIONS(1219), + [1369] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [anon_sym_LPAREN] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1243), + [sym_char_literal] = ACTIONS(1243), + [sym_string_literal] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1245), + [sym_true] = ACTIONS(1241), + [sym_false] = ACTIONS(1241), + [sym_null] = ACTIONS(1243), [sym_comment] = ACTIONS(44), }, - [1352] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(902), - [anon_sym_LPAREN] = ACTIONS(904), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(902), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(902), - [sym_preproc_directive] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(904), - [anon_sym_typedef] = ACTIONS(902), - [anon_sym_extern] = ACTIONS(902), - [anon_sym_LBRACE] = ACTIONS(904), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_static] = ACTIONS(902), - [anon_sym_auto] = ACTIONS(902), - [anon_sym_register] = ACTIONS(902), - [anon_sym_inline] = ACTIONS(902), - [anon_sym_const] = ACTIONS(902), - [anon_sym_restrict] = ACTIONS(902), - [anon_sym_volatile] = ACTIONS(902), - [anon_sym_unsigned] = ACTIONS(902), - [anon_sym_long] = ACTIONS(902), - [anon_sym_short] = ACTIONS(902), - [sym_primitive_type] = ACTIONS(902), - [anon_sym_enum] = ACTIONS(902), - [anon_sym_struct] = ACTIONS(902), - [anon_sym_union] = ACTIONS(902), - [anon_sym_if] = ACTIONS(902), - [anon_sym_else] = ACTIONS(902), - [anon_sym_switch] = ACTIONS(902), - [anon_sym_case] = ACTIONS(902), - [anon_sym_default] = ACTIONS(902), - [anon_sym_while] = ACTIONS(902), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(902), - [anon_sym_return] = ACTIONS(902), - [anon_sym_break] = ACTIONS(902), - [anon_sym_continue] = ACTIONS(902), - [anon_sym_goto] = ACTIONS(902), - [anon_sym_AMP] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_TILDE] = ACTIONS(904), - [anon_sym_PLUS] = ACTIONS(902), - [anon_sym_DASH] = ACTIONS(902), - [anon_sym_DASH_DASH] = ACTIONS(904), - [anon_sym_PLUS_PLUS] = ACTIONS(904), - [anon_sym_sizeof] = ACTIONS(902), - [sym_number_literal] = ACTIONS(902), - [sym_char_literal] = ACTIONS(902), - [sym_string_literal] = ACTIONS(904), - [sym_identifier] = ACTIONS(906), - [sym_true] = ACTIONS(904), - [sym_false] = ACTIONS(904), - [sym_null] = ACTIONS(902), + [1370] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(922), + [anon_sym_LPAREN] = ACTIONS(924), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(922), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(922), + [sym_preproc_directive] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_typedef] = ACTIONS(922), + [anon_sym_extern] = ACTIONS(922), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(924), + [anon_sym_static] = ACTIONS(922), + [anon_sym_auto] = ACTIONS(922), + [anon_sym_register] = ACTIONS(922), + [anon_sym_inline] = ACTIONS(922), + [anon_sym_const] = ACTIONS(922), + [anon_sym_restrict] = ACTIONS(922), + [anon_sym_volatile] = ACTIONS(922), + [anon_sym_unsigned] = ACTIONS(922), + [anon_sym_long] = ACTIONS(922), + [anon_sym_short] = ACTIONS(922), + [sym_primitive_type] = ACTIONS(922), + [anon_sym_enum] = ACTIONS(922), + [anon_sym_struct] = ACTIONS(922), + [anon_sym_union] = ACTIONS(922), + [anon_sym_if] = ACTIONS(922), + [anon_sym_else] = ACTIONS(922), + [anon_sym_switch] = ACTIONS(922), + [anon_sym_case] = ACTIONS(922), + [anon_sym_default] = ACTIONS(922), + [anon_sym_while] = ACTIONS(922), + [anon_sym_do] = ACTIONS(922), + [anon_sym_for] = ACTIONS(922), + [anon_sym_return] = ACTIONS(922), + [anon_sym_break] = ACTIONS(922), + [anon_sym_continue] = ACTIONS(922), + [anon_sym_goto] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(924), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(922), + [anon_sym_DASH] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_sizeof] = ACTIONS(922), + [sym_number_literal] = ACTIONS(922), + [sym_char_literal] = ACTIONS(922), + [sym_string_literal] = ACTIONS(924), + [sym_identifier] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(922), [sym_comment] = ACTIONS(44), }, - [1353] = { - [sym_preproc_include] = STATE(261), - [sym_preproc_def] = STATE(261), - [sym_preproc_function_def] = STATE(261), - [sym_preproc_call] = STATE(261), - [sym_preproc_if_in_compound_statement] = STATE(262), - [sym_preproc_ifdef_in_compound_statement] = STATE(263), - [sym_declaration] = STATE(261), - [sym_type_definition] = STATE(261), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(261), + [1371] = { + [sym_preproc_include] = STATE(265), + [sym_preproc_def] = STATE(265), + [sym_preproc_function_def] = STATE(265), + [sym_preproc_call] = STATE(265), + [sym_preproc_if_in_compound_statement] = STATE(266), + [sym_preproc_ifdef_in_compound_statement] = STATE(267), + [sym_declaration] = STATE(265), + [sym_type_definition] = STATE(265), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(265), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -52718,55 +53044,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(261), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(265), [sym_macro_type_specifier] = STATE(13), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1425), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1443), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2815), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -52781,764 +53107,764 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1354] = { - [anon_sym_LPAREN] = ACTIONS(2817), + [1372] = { + [anon_sym_LPAREN] = ACTIONS(2859), [sym_comment] = ACTIONS(44), }, - [1355] = { - [anon_sym_LPAREN] = ACTIONS(2819), + [1373] = { + [anon_sym_LPAREN] = ACTIONS(2861), [sym_comment] = ACTIONS(44), }, - [1356] = { - [sym__expression] = STATE(1428), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(920), - [anon_sym_STAR] = ACTIONS(922), - [anon_sym_AMP] = ACTIONS(922), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_DASH_DASH] = ACTIONS(930), - [anon_sym_PLUS_PLUS] = ACTIONS(930), - [anon_sym_sizeof] = ACTIONS(932), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1374] = { + [sym__expression] = STATE(1446), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(952), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1357] = { - [anon_sym_COLON] = ACTIONS(2821), + [1375] = { + [anon_sym_COLON] = ACTIONS(2863), [sym_comment] = ACTIONS(44), }, - [1358] = { - [anon_sym_LPAREN] = ACTIONS(2823), + [1376] = { + [anon_sym_LPAREN] = ACTIONS(2865), [sym_comment] = ACTIONS(44), }, - [1359] = { - [sym_compound_statement] = STATE(1431), - [sym_labeled_statement] = STATE(1431), - [sym_expression_statement] = STATE(1431), - [sym_if_statement] = STATE(1431), - [sym_switch_statement] = STATE(1431), - [sym_case_statement] = STATE(1431), - [sym_while_statement] = STATE(1431), - [sym_do_statement] = STATE(1431), - [sym_for_statement] = STATE(1431), - [sym_return_statement] = STATE(1431), - [sym_break_statement] = STATE(1431), - [sym_continue_statement] = STATE(1431), - [sym_goto_statement] = STATE(1431), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1377] = { + [sym_compound_statement] = STATE(1449), + [sym_labeled_statement] = STATE(1449), + [sym_expression_statement] = STATE(1449), + [sym_if_statement] = STATE(1449), + [sym_switch_statement] = STATE(1449), + [sym_case_statement] = STATE(1449), + [sym_while_statement] = STATE(1449), + [sym_do_statement] = STATE(1449), + [sym_for_statement] = STATE(1449), + [sym_return_statement] = STATE(1449), + [sym_break_statement] = STATE(1449), + [sym_continue_statement] = STATE(1449), + [sym_goto_statement] = STATE(1449), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1360] = { - [anon_sym_LPAREN] = ACTIONS(2825), + [1378] = { + [anon_sym_LPAREN] = ACTIONS(2867), [sym_comment] = ACTIONS(44), }, - [1361] = { - [sym__expression] = STATE(1434), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2827), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1379] = { + [sym__expression] = STATE(1452), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1362] = { - [anon_sym_SEMI] = ACTIONS(2829), + [1380] = { + [anon_sym_SEMI] = ACTIONS(2871), [sym_comment] = ACTIONS(44), }, - [1363] = { - [anon_sym_SEMI] = ACTIONS(2831), + [1381] = { + [anon_sym_SEMI] = ACTIONS(2873), [sym_comment] = ACTIONS(44), }, - [1364] = { - [sym_identifier] = ACTIONS(2833), + [1382] = { + [sym_identifier] = ACTIONS(2875), [sym_comment] = ACTIONS(44), }, - [1365] = { - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_COLON] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), + [1383] = { + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_COLON] = ACTIONS(2877), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), [sym_comment] = ACTIONS(44), }, - [1366] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_auto] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2837), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_case] = ACTIONS(2485), - [anon_sym_default] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_goto] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_sizeof] = ACTIONS(2485), - [sym_number_literal] = ACTIONS(2485), - [sym_char_literal] = ACTIONS(2485), - [sym_string_literal] = ACTIONS(2487), - [sym_identifier] = ACTIONS(2489), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_null] = ACTIONS(2485), + [1384] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2525), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_typedef] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_auto] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_unsigned] = ACTIONS(2525), + [anon_sym_long] = ACTIONS(2525), + [anon_sym_short] = ACTIONS(2525), + [sym_primitive_type] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_else] = ACTIONS(2879), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_goto] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_sizeof] = ACTIONS(2525), + [sym_number_literal] = ACTIONS(2525), + [sym_char_literal] = ACTIONS(2525), + [sym_string_literal] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [sym_true] = ACTIONS(2527), + [sym_false] = ACTIONS(2527), + [sym_null] = ACTIONS(2525), [sym_comment] = ACTIONS(44), }, - [1367] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(2839), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1016), - [anon_sym_SLASH_EQ] = ACTIONS(1016), - [anon_sym_PERCENT_EQ] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1016), - [anon_sym_DASH_EQ] = ACTIONS(1016), - [anon_sym_LT_LT_EQ] = ACTIONS(1016), - [anon_sym_GT_GT_EQ] = ACTIONS(1016), - [anon_sym_AMP_EQ] = ACTIONS(1016), - [anon_sym_CARET_EQ] = ACTIONS(1016), - [anon_sym_PIPE_EQ] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1022), - [anon_sym_PIPE] = ACTIONS(1024), - [anon_sym_CARET] = ACTIONS(1026), - [anon_sym_EQ_EQ] = ACTIONS(1028), - [anon_sym_BANG_EQ] = ACTIONS(1028), - [anon_sym_LT] = ACTIONS(1030), - [anon_sym_GT] = ACTIONS(1030), - [anon_sym_LT_EQ] = ACTIONS(1032), - [anon_sym_GT_EQ] = ACTIONS(1032), - [anon_sym_LT_LT] = ACTIONS(1034), - [anon_sym_GT_GT] = ACTIONS(1034), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1385] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_SEMI] = ACTIONS(2881), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1034), + [anon_sym_STAR_EQ] = ACTIONS(1036), + [anon_sym_SLASH_EQ] = ACTIONS(1036), + [anon_sym_PERCENT_EQ] = ACTIONS(1036), + [anon_sym_PLUS_EQ] = ACTIONS(1036), + [anon_sym_DASH_EQ] = ACTIONS(1036), + [anon_sym_LT_LT_EQ] = ACTIONS(1036), + [anon_sym_GT_GT_EQ] = ACTIONS(1036), + [anon_sym_AMP_EQ] = ACTIONS(1036), + [anon_sym_CARET_EQ] = ACTIONS(1036), + [anon_sym_PIPE_EQ] = ACTIONS(1036), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_PIPE_PIPE] = ACTIONS(1040), + [anon_sym_AMP_AMP] = ACTIONS(1042), + [anon_sym_PIPE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1048), + [anon_sym_BANG_EQ] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_LT_EQ] = ACTIONS(1052), + [anon_sym_GT_EQ] = ACTIONS(1052), + [anon_sym_LT_LT] = ACTIONS(1054), + [anon_sym_GT_GT] = ACTIONS(1054), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1368] = { - [anon_sym_SEMI] = ACTIONS(2839), + [1386] = { + [anon_sym_SEMI] = ACTIONS(2881), [sym_comment] = ACTIONS(44), }, - [1369] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_auto] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_switch] = ACTIONS(2497), - [anon_sym_case] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_goto] = ACTIONS(2497), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_sizeof] = ACTIONS(2497), - [sym_number_literal] = ACTIONS(2497), - [sym_char_literal] = ACTIONS(2497), - [sym_string_literal] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [sym_true] = ACTIONS(2499), - [sym_false] = ACTIONS(2499), - [sym_null] = ACTIONS(2497), + [1387] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_auto] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_switch] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_do] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_goto] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_PLUS] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_sizeof] = ACTIONS(2537), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [sym_true] = ACTIONS(2539), + [sym_false] = ACTIONS(2539), + [sym_null] = ACTIONS(2537), [sym_comment] = ACTIONS(44), }, - [1370] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2509), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2507), - [sym_preproc_directive] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_typedef] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_auto] = ACTIONS(2507), - [anon_sym_register] = ACTIONS(2507), - [anon_sym_inline] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_restrict] = ACTIONS(2507), - [anon_sym_volatile] = ACTIONS(2507), - [anon_sym_unsigned] = ACTIONS(2507), - [anon_sym_long] = ACTIONS(2507), - [anon_sym_short] = ACTIONS(2507), - [sym_primitive_type] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_switch] = ACTIONS(2507), - [anon_sym_case] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_do] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_goto] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_TILDE] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2509), - [anon_sym_PLUS_PLUS] = ACTIONS(2509), - [anon_sym_sizeof] = ACTIONS(2507), - [sym_number_literal] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [sym_string_literal] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [sym_true] = ACTIONS(2509), - [sym_false] = ACTIONS(2509), - [sym_null] = ACTIONS(2507), + [1388] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2549), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2547), + [sym_preproc_directive] = ACTIONS(2551), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2547), + [anon_sym_auto] = ACTIONS(2547), + [anon_sym_register] = ACTIONS(2547), + [anon_sym_inline] = ACTIONS(2547), + [anon_sym_const] = ACTIONS(2547), + [anon_sym_restrict] = ACTIONS(2547), + [anon_sym_volatile] = ACTIONS(2547), + [anon_sym_unsigned] = ACTIONS(2547), + [anon_sym_long] = ACTIONS(2547), + [anon_sym_short] = ACTIONS(2547), + [sym_primitive_type] = ACTIONS(2547), + [anon_sym_enum] = ACTIONS(2547), + [anon_sym_struct] = ACTIONS(2547), + [anon_sym_union] = ACTIONS(2547), + [anon_sym_if] = ACTIONS(2547), + [anon_sym_switch] = ACTIONS(2547), + [anon_sym_case] = ACTIONS(2547), + [anon_sym_default] = ACTIONS(2547), + [anon_sym_while] = ACTIONS(2547), + [anon_sym_do] = ACTIONS(2547), + [anon_sym_for] = ACTIONS(2547), + [anon_sym_return] = ACTIONS(2547), + [anon_sym_break] = ACTIONS(2547), + [anon_sym_continue] = ACTIONS(2547), + [anon_sym_goto] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_BANG] = ACTIONS(2549), + [anon_sym_TILDE] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_sizeof] = ACTIONS(2547), + [sym_number_literal] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [sym_string_literal] = ACTIONS(2549), + [sym_identifier] = ACTIONS(2551), + [sym_true] = ACTIONS(2549), + [sym_false] = ACTIONS(2549), + [sym_null] = ACTIONS(2547), [sym_comment] = ACTIONS(44), }, - [1371] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2841), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1389] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2883), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1372] = { - [sym_compound_statement] = STATE(1442), - [sym_labeled_statement] = STATE(1442), - [sym_expression_statement] = STATE(1442), - [sym_if_statement] = STATE(1442), - [sym_switch_statement] = STATE(1442), - [sym_case_statement] = STATE(1442), - [sym_while_statement] = STATE(1442), - [sym_do_statement] = STATE(1442), - [sym_for_statement] = STATE(1442), - [sym_return_statement] = STATE(1442), - [sym_break_statement] = STATE(1442), - [sym_continue_statement] = STATE(1442), - [sym_goto_statement] = STATE(1442), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1390] = { + [sym_compound_statement] = STATE(1460), + [sym_labeled_statement] = STATE(1460), + [sym_expression_statement] = STATE(1460), + [sym_if_statement] = STATE(1460), + [sym_switch_statement] = STATE(1460), + [sym_case_statement] = STATE(1460), + [sym_while_statement] = STATE(1460), + [sym_do_statement] = STATE(1460), + [sym_for_statement] = STATE(1460), + [sym_return_statement] = STATE(1460), + [sym_break_statement] = STATE(1460), + [sym_continue_statement] = STATE(1460), + [sym_goto_statement] = STATE(1460), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1373] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1444), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1391] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1462), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2885), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1374] = { - [sym__expression] = STATE(1445), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1392] = { + [sym__expression] = STATE(1463), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2885), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1375] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2845), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1393] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2887), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1376] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [anon_sym_LPAREN] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [anon_sym_if] = ACTIONS(912), - [anon_sym_else] = ACTIONS(912), - [anon_sym_switch] = ACTIONS(912), - [anon_sym_case] = ACTIONS(912), - [anon_sym_default] = ACTIONS(912), - [anon_sym_while] = ACTIONS(912), - [anon_sym_do] = ACTIONS(912), - [anon_sym_for] = ACTIONS(912), - [anon_sym_return] = ACTIONS(912), - [anon_sym_break] = ACTIONS(912), - [anon_sym_continue] = ACTIONS(912), - [anon_sym_goto] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_sizeof] = ACTIONS(912), - [sym_number_literal] = ACTIONS(912), - [sym_char_literal] = ACTIONS(912), - [sym_string_literal] = ACTIONS(910), - [sym_identifier] = ACTIONS(914), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(912), + [1394] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(932), + [sym_char_literal] = ACTIONS(932), + [sym_string_literal] = ACTIONS(930), + [sym_identifier] = ACTIONS(934), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(44), }, - [1377] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), + [1395] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -53546,54 +53872,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2889), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -53608,156 +53934,156 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1378] = { - [sym__expression] = STATE(1448), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1396] = { + [sym__expression] = STATE(1466), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1379] = { - [sym__expression] = STATE(1449), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1397] = { + [sym__expression] = STATE(1467), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1380] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2849), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1398] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2891), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, - [1381] = { - [sym_declaration] = STATE(1453), - [sym_type_definition] = STATE(1453), - [sym__declaration_specifiers] = STATE(1454), - [sym_compound_statement] = STATE(1453), + [1399] = { + [sym_declaration] = STATE(1471), + [sym_type_definition] = STATE(1471), + [sym__declaration_specifiers] = STATE(1472), + [sym_compound_statement] = STATE(1471), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -53765,46 +54091,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1453), - [sym_expression_statement] = STATE(1453), - [sym_if_statement] = STATE(1453), - [sym_switch_statement] = STATE(1453), - [sym_case_statement] = STATE(1453), - [sym_while_statement] = STATE(1453), - [sym_do_statement] = STATE(1453), - [sym_for_statement] = STATE(1453), - [sym_return_statement] = STATE(1453), - [sym_break_statement] = STATE(1453), - [sym_continue_statement] = STATE(1453), - [sym_goto_statement] = STATE(1453), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1471), + [sym_expression_statement] = STATE(1471), + [sym_if_statement] = STATE(1471), + [sym_switch_statement] = STATE(1471), + [sym_case_statement] = STATE(1471), + [sym_while_statement] = STATE(1471), + [sym_do_statement] = STATE(1471), + [sym_for_statement] = STATE(1471), + [sym_return_statement] = STATE(1471), + [sym_break_statement] = STATE(1471), + [sym_continue_statement] = STATE(1471), + [sym_goto_statement] = STATE(1471), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_typedef] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2893), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -53819,79 +54145,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2853), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2895), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1382] = { - [sym__expression] = STATE(1455), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1400] = { + [sym__expression] = STATE(1473), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1383] = { - [anon_sym_while] = ACTIONS(2855), + [1401] = { + [anon_sym_while] = ACTIONS(2897), [sym_comment] = ACTIONS(44), }, - [1384] = { - [sym_declaration] = STATE(1457), - [sym__declaration_specifiers] = STATE(710), + [1402] = { + [sym_declaration] = STATE(1475), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -53899,31 +54225,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(1458), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(1476), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2857), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2899), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -53938,2167 +54264,1246 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1385] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1513), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1511), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_typedef] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_auto] = ACTIONS(1511), - [anon_sym_register] = ACTIONS(1511), - [anon_sym_inline] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_restrict] = ACTIONS(1511), - [anon_sym_volatile] = ACTIONS(1511), - [anon_sym_unsigned] = ACTIONS(1511), - [anon_sym_long] = ACTIONS(1511), - [anon_sym_short] = ACTIONS(1511), - [sym_primitive_type] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_else] = ACTIONS(1511), - [anon_sym_switch] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_do] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_goto] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_sizeof] = ACTIONS(1511), - [sym_number_literal] = ACTIONS(1511), - [sym_char_literal] = ACTIONS(1511), - [sym_string_literal] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1511), - [sym_comment] = ACTIONS(44), - }, - [1386] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2859), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1387] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_else] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1519), - [sym_char_literal] = ACTIONS(1519), - [sym_string_literal] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [sym_true] = ACTIONS(1521), - [sym_false] = ACTIONS(1521), - [sym_null] = ACTIONS(1519), - [sym_comment] = ACTIONS(44), - }, - [1388] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1525), - [anon_sym_LPAREN] = ACTIONS(1527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_else] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1525), - [sym_char_literal] = ACTIONS(1525), - [sym_string_literal] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1525), - [sym_comment] = ACTIONS(44), - }, - [1389] = { - [anon_sym_SEMI] = ACTIONS(2861), - [sym_comment] = ACTIONS(44), - }, - [1390] = { - [sym_compound_statement] = STATE(1461), - [sym_labeled_statement] = STATE(1461), - [sym_expression_statement] = STATE(1461), - [sym_if_statement] = STATE(1461), - [sym_switch_statement] = STATE(1461), - [sym_case_statement] = STATE(1461), - [sym_while_statement] = STATE(1461), - [sym_do_statement] = STATE(1461), - [sym_for_statement] = STATE(1461), - [sym_return_statement] = STATE(1461), - [sym_break_statement] = STATE(1461), - [sym_continue_statement] = STATE(1461), - [sym_goto_statement] = STATE(1461), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1391] = { - [sym_compound_statement] = STATE(1462), - [sym_labeled_statement] = STATE(1462), - [sym_expression_statement] = STATE(1462), - [sym_if_statement] = STATE(1462), - [sym_switch_statement] = STATE(1462), - [sym_case_statement] = STATE(1462), - [sym_while_statement] = STATE(1462), - [sym_do_statement] = STATE(1462), - [sym_for_statement] = STATE(1462), - [sym_return_statement] = STATE(1462), - [sym_break_statement] = STATE(1462), - [sym_continue_statement] = STATE(1462), - [sym_goto_statement] = STATE(1462), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1392] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1565), - [anon_sym_LPAREN] = ACTIONS(1567), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_auto] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1569), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(44), - }, - [1393] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2683), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2681), - [sym_preproc_directive] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_typedef] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_auto] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [sym_primitive_type] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_if] = ACTIONS(2681), - [anon_sym_switch] = ACTIONS(2681), - [anon_sym_case] = ACTIONS(2681), - [anon_sym_default] = ACTIONS(2681), - [anon_sym_while] = ACTIONS(2681), - [anon_sym_do] = ACTIONS(2681), - [anon_sym_for] = ACTIONS(2681), - [anon_sym_return] = ACTIONS(2681), - [anon_sym_break] = ACTIONS(2681), - [anon_sym_continue] = ACTIONS(2681), - [anon_sym_goto] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2683), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_sizeof] = ACTIONS(2681), - [sym_number_literal] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [sym_string_literal] = ACTIONS(2683), - [sym_identifier] = ACTIONS(2685), - [sym_true] = ACTIONS(2683), - [sym_false] = ACTIONS(2683), - [sym_null] = ACTIONS(2681), - [sym_comment] = ACTIONS(44), - }, - [1394] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2687), - [sym_preproc_directive] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_typedef] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_auto] = ACTIONS(2687), - [anon_sym_register] = ACTIONS(2687), - [anon_sym_inline] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_restrict] = ACTIONS(2687), - [anon_sym_volatile] = ACTIONS(2687), - [anon_sym_unsigned] = ACTIONS(2687), - [anon_sym_long] = ACTIONS(2687), - [anon_sym_short] = ACTIONS(2687), - [sym_primitive_type] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_switch] = ACTIONS(2687), - [anon_sym_case] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_do] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_goto] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_TILDE] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2689), - [anon_sym_PLUS_PLUS] = ACTIONS(2689), - [anon_sym_sizeof] = ACTIONS(2687), - [sym_number_literal] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [sym_string_literal] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [sym_true] = ACTIONS(2689), - [sym_false] = ACTIONS(2689), - [sym_null] = ACTIONS(2687), - [sym_comment] = ACTIONS(44), - }, - [1395] = { - [sym_compound_statement] = STATE(1463), - [sym_labeled_statement] = STATE(1463), - [sym_expression_statement] = STATE(1463), - [sym_if_statement] = STATE(1463), - [sym_switch_statement] = STATE(1463), - [sym_case_statement] = STATE(1463), - [sym_while_statement] = STATE(1463), - [sym_do_statement] = STATE(1463), - [sym_for_statement] = STATE(1463), - [sym_return_statement] = STATE(1463), - [sym_break_statement] = STATE(1463), - [sym_continue_statement] = STATE(1463), - [sym_goto_statement] = STATE(1463), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1396] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2863), - [sym_comment] = ACTIONS(44), - }, - [1397] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1465), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1398] = { - [sym__expression] = STATE(1466), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1399] = { - [sym_compound_statement] = STATE(1467), - [sym_labeled_statement] = STATE(1467), - [sym_expression_statement] = STATE(1467), - [sym_if_statement] = STATE(1467), - [sym_switch_statement] = STATE(1467), - [sym_case_statement] = STATE(1467), - [sym_while_statement] = STATE(1467), - [sym_do_statement] = STATE(1467), - [sym_for_statement] = STATE(1467), - [sym_return_statement] = STATE(1467), - [sym_break_statement] = STATE(1467), - [sym_continue_statement] = STATE(1467), - [sym_goto_statement] = STATE(1467), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1400] = { - [sym_compound_statement] = STATE(1468), - [sym_labeled_statement] = STATE(1468), - [sym_expression_statement] = STATE(1468), - [sym_if_statement] = STATE(1468), - [sym_switch_statement] = STATE(1468), - [sym_case_statement] = STATE(1468), - [sym_while_statement] = STATE(1468), - [sym_do_statement] = STATE(1468), - [sym_for_statement] = STATE(1468), - [sym_return_statement] = STATE(1468), - [sym_break_statement] = STATE(1468), - [sym_continue_statement] = STATE(1468), - [sym_goto_statement] = STATE(1468), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1401] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2269), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2267), - [sym_preproc_directive] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_typedef] = ACTIONS(2267), - [anon_sym_extern] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_RBRACE] = ACTIONS(2269), - [anon_sym_STAR] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_auto] = ACTIONS(2267), - [anon_sym_register] = ACTIONS(2267), - [anon_sym_inline] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_restrict] = ACTIONS(2267), - [anon_sym_volatile] = ACTIONS(2267), - [anon_sym_unsigned] = ACTIONS(2267), - [anon_sym_long] = ACTIONS(2267), - [anon_sym_short] = ACTIONS(2267), - [sym_primitive_type] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(2267), - [anon_sym_union] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_else] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_goto] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), - [anon_sym_sizeof] = ACTIONS(2267), - [sym_number_literal] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [sym_string_literal] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2267), - [sym_comment] = ACTIONS(44), - }, - [1402] = { - [sym__type_declarator] = STATE(1469), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1403] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(1470), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1537), + [anon_sym_LPAREN] = ACTIONS(1539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1537), + [sym_char_literal] = ACTIONS(1537), + [sym_string_literal] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1541), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(44), }, [1404] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(1472), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2865), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2901), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1405] = { - [aux_sym_declaration_repeat1] = STATE(1472), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2865), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_auto] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_AMP] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1545), + [sym_char_literal] = ACTIONS(1545), + [sym_string_literal] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1549), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(44), }, [1406] = { - [sym_compound_statement] = STATE(1473), - [sym_labeled_statement] = STATE(1473), - [sym_expression_statement] = STATE(1473), - [sym_if_statement] = STATE(1473), - [sym_switch_statement] = STATE(1473), - [sym_case_statement] = STATE(1473), - [sym_while_statement] = STATE(1473), - [sym_do_statement] = STATE(1473), - [sym_for_statement] = STATE(1473), - [sym_return_statement] = STATE(1473), - [sym_break_statement] = STATE(1473), - [sym_continue_statement] = STATE(1473), - [sym_goto_statement] = STATE(1473), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1551), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1551), + [sym_preproc_directive] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_typedef] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_auto] = ACTIONS(1551), + [anon_sym_register] = ACTIONS(1551), + [anon_sym_inline] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_restrict] = ACTIONS(1551), + [anon_sym_volatile] = ACTIONS(1551), + [anon_sym_unsigned] = ACTIONS(1551), + [anon_sym_long] = ACTIONS(1551), + [anon_sym_short] = ACTIONS(1551), + [sym_primitive_type] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_else] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_do] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1553), + [anon_sym_sizeof] = ACTIONS(1551), + [sym_number_literal] = ACTIONS(1551), + [sym_char_literal] = ACTIONS(1551), + [sym_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1551), [sym_comment] = ACTIONS(44), }, [1407] = { - [sym__expression] = STATE(1474), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_SEMI] = ACTIONS(2903), [sym_comment] = ACTIONS(44), }, [1408] = { - [sym__expression] = STATE(1476), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2867), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1479), + [sym_labeled_statement] = STATE(1479), + [sym_expression_statement] = STATE(1479), + [sym_if_statement] = STATE(1479), + [sym_switch_statement] = STATE(1479), + [sym_case_statement] = STATE(1479), + [sym_while_statement] = STATE(1479), + [sym_do_statement] = STATE(1479), + [sym_for_statement] = STATE(1479), + [sym_return_statement] = STATE(1479), + [sym_break_statement] = STATE(1479), + [sym_continue_statement] = STATE(1479), + [sym_goto_statement] = STATE(1479), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1409] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_compound_statement] = STATE(1480), + [sym_labeled_statement] = STATE(1480), + [sym_expression_statement] = STATE(1480), + [sym_if_statement] = STATE(1480), + [sym_switch_statement] = STATE(1480), + [sym_case_statement] = STATE(1480), + [sym_while_statement] = STATE(1480), + [sym_do_statement] = STATE(1480), + [sym_for_statement] = STATE(1480), + [sym_return_statement] = STATE(1480), + [sym_break_statement] = STATE(1480), + [sym_continue_statement] = STATE(1480), + [sym_goto_statement] = STATE(1480), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1410] = { - [sym__expression] = STATE(1478), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1591), + [anon_sym_LPAREN] = ACTIONS(1593), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1591), + [sym_preproc_directive] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1591), + [anon_sym_extern] = ACTIONS(1591), + [anon_sym_LBRACE] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1591), + [anon_sym_auto] = ACTIONS(1591), + [anon_sym_register] = ACTIONS(1591), + [anon_sym_inline] = ACTIONS(1591), + [anon_sym_const] = ACTIONS(1591), + [anon_sym_restrict] = ACTIONS(1591), + [anon_sym_volatile] = ACTIONS(1591), + [anon_sym_unsigned] = ACTIONS(1591), + [anon_sym_long] = ACTIONS(1591), + [anon_sym_short] = ACTIONS(1591), + [sym_primitive_type] = ACTIONS(1591), + [anon_sym_enum] = ACTIONS(1591), + [anon_sym_struct] = ACTIONS(1591), + [anon_sym_union] = ACTIONS(1591), + [anon_sym_if] = ACTIONS(1591), + [anon_sym_else] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1591), + [anon_sym_default] = ACTIONS(1591), + [anon_sym_while] = ACTIONS(1591), + [anon_sym_do] = ACTIONS(1591), + [anon_sym_for] = ACTIONS(1591), + [anon_sym_return] = ACTIONS(1591), + [anon_sym_break] = ACTIONS(1591), + [anon_sym_continue] = ACTIONS(1591), + [anon_sym_goto] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1593), + [anon_sym_sizeof] = ACTIONS(1591), + [sym_number_literal] = ACTIONS(1591), + [sym_char_literal] = ACTIONS(1591), + [sym_string_literal] = ACTIONS(1593), + [sym_identifier] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1591), [sym_comment] = ACTIONS(44), }, [1411] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1412] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2723), + [anon_sym_LPAREN] = ACTIONS(2725), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2723), + [sym_preproc_directive] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_typedef] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2723), + [anon_sym_auto] = ACTIONS(2723), + [anon_sym_register] = ACTIONS(2723), + [anon_sym_inline] = ACTIONS(2723), + [anon_sym_const] = ACTIONS(2723), + [anon_sym_restrict] = ACTIONS(2723), + [anon_sym_volatile] = ACTIONS(2723), + [anon_sym_unsigned] = ACTIONS(2723), + [anon_sym_long] = ACTIONS(2723), + [anon_sym_short] = ACTIONS(2723), + [sym_primitive_type] = ACTIONS(2723), + [anon_sym_enum] = ACTIONS(2723), + [anon_sym_struct] = ACTIONS(2723), + [anon_sym_union] = ACTIONS(2723), + [anon_sym_if] = ACTIONS(2723), + [anon_sym_switch] = ACTIONS(2723), + [anon_sym_case] = ACTIONS(2723), + [anon_sym_default] = ACTIONS(2723), + [anon_sym_while] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_for] = ACTIONS(2723), + [anon_sym_return] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2723), + [anon_sym_continue] = ACTIONS(2723), + [anon_sym_goto] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_BANG] = ACTIONS(2725), + [anon_sym_TILDE] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_sizeof] = ACTIONS(2723), + [sym_number_literal] = ACTIONS(2723), + [sym_char_literal] = ACTIONS(2723), + [sym_string_literal] = ACTIONS(2725), + [sym_identifier] = ACTIONS(2727), + [sym_true] = ACTIONS(2725), + [sym_false] = ACTIONS(2725), + [sym_null] = ACTIONS(2723), [sym_comment] = ACTIONS(44), }, - [1413] = { - [sym_declaration] = STATE(1401), - [sym_type_definition] = STATE(1401), - [sym__declaration_specifiers] = STATE(1317), - [sym_compound_statement] = STATE(1401), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1401), - [sym_expression_statement] = STATE(1401), - [sym_if_statement] = STATE(1401), - [sym_switch_statement] = STATE(1401), - [sym_case_statement] = STATE(1401), - [sym_while_statement] = STATE(1401), - [sym_do_statement] = STATE(1401), - [sym_for_statement] = STATE(1401), - [sym_return_statement] = STATE(1401), - [sym_break_statement] = STATE(1401), - [sym_continue_statement] = STATE(1401), - [sym_goto_statement] = STATE(1401), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_typedef] = ACTIONS(2651), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2801), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1412] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2729), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_typedef] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_auto] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_unsigned] = ACTIONS(2729), + [anon_sym_long] = ACTIONS(2729), + [anon_sym_short] = ACTIONS(2729), + [sym_primitive_type] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_union] = ACTIONS(2729), + [anon_sym_if] = ACTIONS(2729), + [anon_sym_switch] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_default] = ACTIONS(2729), + [anon_sym_while] = ACTIONS(2729), + [anon_sym_do] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2729), + [anon_sym_return] = ACTIONS(2729), + [anon_sym_break] = ACTIONS(2729), + [anon_sym_continue] = ACTIONS(2729), + [anon_sym_goto] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_sizeof] = ACTIONS(2729), + [sym_number_literal] = ACTIONS(2729), + [sym_char_literal] = ACTIONS(2729), + [sym_string_literal] = ACTIONS(2731), + [sym_identifier] = ACTIONS(2733), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2729), + [sym_comment] = ACTIONS(44), + }, + [1413] = { + [sym_compound_statement] = STATE(1481), + [sym_labeled_statement] = STATE(1481), + [sym_expression_statement] = STATE(1481), + [sym_if_statement] = STATE(1481), + [sym_switch_statement] = STATE(1481), + [sym_case_statement] = STATE(1481), + [sym_while_statement] = STATE(1481), + [sym_do_statement] = STATE(1481), + [sym_for_statement] = STATE(1481), + [sym_return_statement] = STATE(1481), + [sym_break_statement] = STATE(1481), + [sym_continue_statement] = STATE(1481), + [sym_goto_statement] = STATE(1481), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1414] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(2673), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2905), [sym_comment] = ACTIONS(44), }, [1415] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1483), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2905), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1416] = { - [sym__expression] = STATE(1483), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2877), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1484), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2905), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1417] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_compound_statement] = STATE(1485), + [sym_labeled_statement] = STATE(1485), + [sym_expression_statement] = STATE(1485), + [sym_if_statement] = STATE(1485), + [sym_switch_statement] = STATE(1485), + [sym_case_statement] = STATE(1485), + [sym_while_statement] = STATE(1485), + [sym_do_statement] = STATE(1485), + [sym_for_statement] = STATE(1485), + [sym_return_statement] = STATE(1485), + [sym_break_statement] = STATE(1485), + [sym_continue_statement] = STATE(1485), + [sym_goto_statement] = STATE(1485), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1418] = { - [sym_compound_statement] = STATE(1421), - [sym_labeled_statement] = STATE(1421), - [sym_expression_statement] = STATE(1421), - [sym_if_statement] = STATE(1421), - [sym_switch_statement] = STATE(1421), - [sym_case_statement] = STATE(1421), - [sym_while_statement] = STATE(1421), - [sym_do_statement] = STATE(1421), - [sym_for_statement] = STATE(1421), - [sym_return_statement] = STATE(1421), - [sym_break_statement] = STATE(1421), - [sym_continue_statement] = STATE(1421), - [sym_goto_statement] = STATE(1421), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1486), + [sym_labeled_statement] = STATE(1486), + [sym_expression_statement] = STATE(1486), + [sym_if_statement] = STATE(1486), + [sym_switch_statement] = STATE(1486), + [sym_case_statement] = STATE(1486), + [sym_while_statement] = STATE(1486), + [sym_do_statement] = STATE(1486), + [sym_for_statement] = STATE(1486), + [sym_return_statement] = STATE(1486), + [sym_break_statement] = STATE(1486), + [sym_continue_statement] = STATE(1486), + [sym_goto_statement] = STATE(1486), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1419] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2881), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2305), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2303), + [sym_preproc_directive] = ACTIONS(2307), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_typedef] = ACTIONS(2303), + [anon_sym_extern] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_RBRACE] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2303), + [anon_sym_auto] = ACTIONS(2303), + [anon_sym_register] = ACTIONS(2303), + [anon_sym_inline] = ACTIONS(2303), + [anon_sym_const] = ACTIONS(2303), + [anon_sym_restrict] = ACTIONS(2303), + [anon_sym_volatile] = ACTIONS(2303), + [anon_sym_unsigned] = ACTIONS(2303), + [anon_sym_long] = ACTIONS(2303), + [anon_sym_short] = ACTIONS(2303), + [sym_primitive_type] = ACTIONS(2303), + [anon_sym_enum] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2303), + [anon_sym_union] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_else] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2303), + [anon_sym_default] = ACTIONS(2303), + [anon_sym_while] = ACTIONS(2303), + [anon_sym_do] = ACTIONS(2303), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2303), + [anon_sym_break] = ACTIONS(2303), + [anon_sym_continue] = ACTIONS(2303), + [anon_sym_goto] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2303), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_sizeof] = ACTIONS(2303), + [sym_number_literal] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [sym_string_literal] = ACTIONS(2305), + [sym_identifier] = ACTIONS(2307), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2303), [sym_comment] = ACTIONS(44), }, [1420] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1486), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__type_declarator] = STATE(1487), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [1421] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2883), - [sym_preproc_directive] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_RBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_auto] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_unsigned] = ACTIONS(2883), - [anon_sym_long] = ACTIONS(2883), - [anon_sym_short] = ACTIONS(2883), - [sym_primitive_type] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_switch] = ACTIONS(2883), - [anon_sym_case] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_do] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_sizeof] = ACTIONS(2883), - [sym_number_literal] = ACTIONS(2883), - [sym_char_literal] = ACTIONS(2883), - [sym_string_literal] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [sym_null] = ACTIONS(2883), + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(1488), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [1422] = { - [sym_compound_statement] = STATE(1487), - [sym_labeled_statement] = STATE(1487), - [sym_expression_statement] = STATE(1487), - [sym_if_statement] = STATE(1487), - [sym_switch_statement] = STATE(1487), - [sym_case_statement] = STATE(1487), - [sym_while_statement] = STATE(1487), - [sym_do_statement] = STATE(1487), - [sym_for_statement] = STATE(1487), - [sym_return_statement] = STATE(1487), - [sym_break_statement] = STATE(1487), - [sym_continue_statement] = STATE(1487), - [sym_goto_statement] = STATE(1487), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(1490), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [1423] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2889), + [aux_sym_declaration_repeat1] = STATE(1490), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(2907), [sym_comment] = ACTIONS(44), }, [1424] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(912), - [anon_sym_LPAREN] = ACTIONS(910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(912), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_typedef] = ACTIONS(912), - [anon_sym_extern] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(910), - [anon_sym_static] = ACTIONS(912), - [anon_sym_auto] = ACTIONS(912), - [anon_sym_register] = ACTIONS(912), - [anon_sym_inline] = ACTIONS(912), - [anon_sym_const] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_unsigned] = ACTIONS(912), - [anon_sym_long] = ACTIONS(912), - [anon_sym_short] = ACTIONS(912), - [sym_primitive_type] = ACTIONS(912), - [anon_sym_enum] = ACTIONS(912), - [anon_sym_struct] = ACTIONS(912), - [anon_sym_union] = ACTIONS(912), - [anon_sym_if] = ACTIONS(912), - [anon_sym_else] = ACTIONS(912), - [anon_sym_switch] = ACTIONS(912), - [anon_sym_case] = ACTIONS(912), - [anon_sym_default] = ACTIONS(912), - [anon_sym_while] = ACTIONS(912), - [anon_sym_do] = ACTIONS(912), - [anon_sym_for] = ACTIONS(912), - [anon_sym_return] = ACTIONS(912), - [anon_sym_break] = ACTIONS(912), - [anon_sym_continue] = ACTIONS(912), - [anon_sym_goto] = ACTIONS(912), - [anon_sym_AMP] = ACTIONS(910), - [anon_sym_BANG] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(910), - [anon_sym_PLUS] = ACTIONS(912), - [anon_sym_DASH] = ACTIONS(912), - [anon_sym_DASH_DASH] = ACTIONS(910), - [anon_sym_PLUS_PLUS] = ACTIONS(910), - [anon_sym_sizeof] = ACTIONS(912), - [sym_number_literal] = ACTIONS(912), - [sym_char_literal] = ACTIONS(912), - [sym_string_literal] = ACTIONS(910), - [sym_identifier] = ACTIONS(914), - [sym_true] = ACTIONS(910), - [sym_false] = ACTIONS(910), - [sym_null] = ACTIONS(912), + [sym_compound_statement] = STATE(1491), + [sym_labeled_statement] = STATE(1491), + [sym_expression_statement] = STATE(1491), + [sym_if_statement] = STATE(1491), + [sym_switch_statement] = STATE(1491), + [sym_case_statement] = STATE(1491), + [sym_while_statement] = STATE(1491), + [sym_do_statement] = STATE(1491), + [sym_for_statement] = STATE(1491), + [sym_return_statement] = STATE(1491), + [sym_break_statement] = STATE(1491), + [sym_continue_statement] = STATE(1491), + [sym_goto_statement] = STATE(1491), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1425] = { - [sym_preproc_include] = STATE(464), - [sym_preproc_def] = STATE(464), - [sym_preproc_function_def] = STATE(464), - [sym_preproc_call] = STATE(464), - [sym_preproc_if_in_compound_statement] = STATE(465), - [sym_preproc_ifdef_in_compound_statement] = STATE(466), - [sym_declaration] = STATE(464), - [sym_type_definition] = STATE(464), - [sym__declaration_specifiers] = STATE(264), - [sym_compound_statement] = STATE(464), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(464), - [sym_if_statement] = STATE(464), - [sym_switch_statement] = STATE(464), - [sym_case_statement] = STATE(464), - [sym_while_statement] = STATE(464), - [sym_do_statement] = STATE(464), - [sym_for_statement] = STATE(464), - [sym_return_statement] = STATE(464), - [sym_break_statement] = STATE(464), - [sym_continue_statement] = STATE(464), - [sym_goto_statement] = STATE(464), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym__empty_declaration] = STATE(464), - [sym_macro_type_specifier] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(540), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(542), - [anon_sym_LPAREN] = ACTIONS(544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(550), - [sym_preproc_directive] = ACTIONS(552), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_typedef] = ACTIONS(556), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_RBRACE] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(600), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1492), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1426] = { - [sym__expression] = STATE(1490), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1494), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1427] = { - [sym__expression] = STATE(1491), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2911), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1428] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1463), - [anon_sym_COLON] = ACTIONS(2893), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1469), - [anon_sym_SLASH_EQ] = ACTIONS(1469), - [anon_sym_PERCENT_EQ] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1469), - [anon_sym_DASH_EQ] = ACTIONS(1469), - [anon_sym_LT_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_GT_EQ] = ACTIONS(1469), - [anon_sym_AMP_EQ] = ACTIONS(1469), - [anon_sym_CARET_EQ] = ACTIONS(1469), - [anon_sym_PIPE_EQ] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1487), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1496), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2911), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1429] = { - [sym_declaration] = STATE(1495), - [sym_type_definition] = STATE(1495), - [sym__declaration_specifiers] = STATE(1496), - [sym_compound_statement] = STATE(1495), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1495), - [sym_expression_statement] = STATE(1495), - [sym_if_statement] = STATE(1495), - [sym_switch_statement] = STATE(1495), - [sym_case_statement] = STATE(1495), - [sym_while_statement] = STATE(1495), - [sym_do_statement] = STATE(1495), - [sym_for_statement] = STATE(1495), - [sym_return_statement] = STATE(1495), - [sym_break_statement] = STATE(1495), - [sym_continue_statement] = STATE(1495), - [sym_goto_statement] = STATE(1495), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2895), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2897), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2913), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1430] = { - [sym__expression] = STATE(1497), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2915), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1431] = { - [anon_sym_while] = ACTIONS(2899), - [sym_comment] = ACTIONS(44), - }, - [1432] = { - [sym_declaration] = STATE(1499), - [sym__declaration_specifiers] = STATE(710), + [sym_declaration] = STATE(1419), + [sym_type_definition] = STATE(1419), + [sym__declaration_specifiers] = STATE(1335), + [sym_compound_statement] = STATE(1419), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -56106,31 +55511,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym__expression] = STATE(1500), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym_labeled_statement] = STATE(1419), + [sym_expression_statement] = STATE(1419), + [sym_if_statement] = STATE(1419), + [sym_switch_statement] = STATE(1419), + [sym_case_statement] = STATE(1419), + [sym_while_statement] = STATE(1419), + [sym_do_statement] = STATE(1419), + [sym_for_statement] = STATE(1419), + [sym_return_statement] = STATE(1419), + [sym_break_statement] = STATE(1419), + [sym_continue_statement] = STATE(1419), + [sym_goto_statement] = STATE(1419), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2901), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_typedef] = ACTIONS(2693), [anon_sym_extern] = ACTIONS(28), - [anon_sym_STAR] = ACTIONS(798), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -56145,539 +55565,376 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1509), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2843), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1432] = { + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [1433] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1513), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1511), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1511), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_typedef] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1513), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_auto] = ACTIONS(1511), - [anon_sym_register] = ACTIONS(1511), - [anon_sym_inline] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_restrict] = ACTIONS(1511), - [anon_sym_volatile] = ACTIONS(1511), - [anon_sym_unsigned] = ACTIONS(1511), - [anon_sym_long] = ACTIONS(1511), - [anon_sym_short] = ACTIONS(1511), - [sym_primitive_type] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_else] = ACTIONS(1511), - [anon_sym_switch] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_do] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_goto] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1513), - [anon_sym_sizeof] = ACTIONS(1511), - [sym_number_literal] = ACTIONS(1511), - [sym_char_literal] = ACTIONS(1511), - [sym_string_literal] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1511), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2917), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1434] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1501), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2919), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1435] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_else] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1519), - [sym_char_literal] = ACTIONS(1519), - [sym_string_literal] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [sym_true] = ACTIONS(1521), - [sym_false] = ACTIONS(1521), - [sym_null] = ACTIONS(1519), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2921), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1436] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1525), - [anon_sym_LPAREN] = ACTIONS(1527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_else] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1525), - [sym_char_literal] = ACTIONS(1525), - [sym_string_literal] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1525), + [sym_compound_statement] = STATE(1439), + [sym_labeled_statement] = STATE(1439), + [sym_expression_statement] = STATE(1439), + [sym_if_statement] = STATE(1439), + [sym_switch_statement] = STATE(1439), + [sym_case_statement] = STATE(1439), + [sym_while_statement] = STATE(1439), + [sym_do_statement] = STATE(1439), + [sym_for_statement] = STATE(1439), + [sym_return_statement] = STATE(1439), + [sym_break_statement] = STATE(1439), + [sym_continue_statement] = STATE(1439), + [sym_goto_statement] = STATE(1439), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1437] = { - [anon_sym_SEMI] = ACTIONS(2905), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2923), [sym_comment] = ACTIONS(44), }, [1438] = { - [sym_compound_statement] = STATE(1503), - [sym_labeled_statement] = STATE(1503), - [sym_expression_statement] = STATE(1503), - [sym_if_statement] = STATE(1503), - [sym_switch_statement] = STATE(1503), - [sym_case_statement] = STATE(1503), - [sym_while_statement] = STATE(1503), - [sym_do_statement] = STATE(1503), - [sym_for_statement] = STATE(1503), - [sym_return_statement] = STATE(1503), - [sym_break_statement] = STATE(1503), - [sym_continue_statement] = STATE(1503), - [sym_goto_statement] = STATE(1503), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1504), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2923), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1439] = { - [sym_compound_statement] = STATE(1504), - [sym_labeled_statement] = STATE(1504), - [sym_expression_statement] = STATE(1504), - [sym_if_statement] = STATE(1504), - [sym_switch_statement] = STATE(1504), - [sym_case_statement] = STATE(1504), - [sym_while_statement] = STATE(1504), - [sym_do_statement] = STATE(1504), - [sym_for_statement] = STATE(1504), - [sym_return_statement] = STATE(1504), - [sym_break_statement] = STATE(1504), - [sym_continue_statement] = STATE(1504), - [sym_goto_statement] = STATE(1504), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2925), + [anon_sym_LPAREN] = ACTIONS(2927), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_auto] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [sym_primitive_type] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [sym_number_literal] = ACTIONS(2925), + [sym_char_literal] = ACTIONS(2925), + [sym_string_literal] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2929), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_null] = ACTIONS(2925), [sym_comment] = ACTIONS(44), }, [1440] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1565), - [anon_sym_LPAREN] = ACTIONS(1567), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1565), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1565), - [sym_preproc_directive] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_typedef] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_STAR] = ACTIONS(1567), - [anon_sym_static] = ACTIONS(1565), - [anon_sym_auto] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_inline] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [anon_sym_restrict] = ACTIONS(1565), - [anon_sym_volatile] = ACTIONS(1565), - [anon_sym_unsigned] = ACTIONS(1565), - [anon_sym_long] = ACTIONS(1565), - [anon_sym_short] = ACTIONS(1565), - [sym_primitive_type] = ACTIONS(1565), - [anon_sym_enum] = ACTIONS(1565), - [anon_sym_struct] = ACTIONS(1565), - [anon_sym_union] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_else] = ACTIONS(1565), - [anon_sym_switch] = ACTIONS(1565), - [anon_sym_case] = ACTIONS(1565), - [anon_sym_default] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_goto] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1567), - [anon_sym_BANG] = ACTIONS(1567), - [anon_sym_TILDE] = ACTIONS(1567), - [anon_sym_PLUS] = ACTIONS(1565), - [anon_sym_DASH] = ACTIONS(1565), - [anon_sym_DASH_DASH] = ACTIONS(1567), - [anon_sym_PLUS_PLUS] = ACTIONS(1567), - [anon_sym_sizeof] = ACTIONS(1565), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1569), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1565), - [sym_comment] = ACTIONS(44), - }, - [1441] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2683), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2681), - [sym_preproc_directive] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_typedef] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_auto] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [sym_primitive_type] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_if] = ACTIONS(2681), - [anon_sym_switch] = ACTIONS(2681), - [anon_sym_case] = ACTIONS(2681), - [anon_sym_default] = ACTIONS(2681), - [anon_sym_while] = ACTIONS(2681), - [anon_sym_do] = ACTIONS(2681), - [anon_sym_for] = ACTIONS(2681), - [anon_sym_return] = ACTIONS(2681), - [anon_sym_break] = ACTIONS(2681), - [anon_sym_continue] = ACTIONS(2681), - [anon_sym_goto] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2683), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_sizeof] = ACTIONS(2681), - [sym_number_literal] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [sym_string_literal] = ACTIONS(2683), - [sym_identifier] = ACTIONS(2685), - [sym_true] = ACTIONS(2683), - [sym_false] = ACTIONS(2683), - [sym_null] = ACTIONS(2681), - [sym_comment] = ACTIONS(44), - }, - [1442] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2687), - [sym_preproc_directive] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_typedef] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_auto] = ACTIONS(2687), - [anon_sym_register] = ACTIONS(2687), - [anon_sym_inline] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_restrict] = ACTIONS(2687), - [anon_sym_volatile] = ACTIONS(2687), - [anon_sym_unsigned] = ACTIONS(2687), - [anon_sym_long] = ACTIONS(2687), - [anon_sym_short] = ACTIONS(2687), - [sym_primitive_type] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_switch] = ACTIONS(2687), - [anon_sym_case] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_do] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_goto] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_TILDE] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2689), - [anon_sym_PLUS_PLUS] = ACTIONS(2689), - [anon_sym_sizeof] = ACTIONS(2687), - [sym_number_literal] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [sym_string_literal] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [sym_true] = ACTIONS(2689), - [sym_false] = ACTIONS(2689), - [sym_null] = ACTIONS(2687), - [sym_comment] = ACTIONS(44), - }, - [1443] = { [sym_compound_statement] = STATE(1505), [sym_labeled_statement] = STATE(1505), [sym_expression_statement] = STATE(1505), @@ -56691,290 +55948,483 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(1505), [sym_continue_statement] = STATE(1505), [sym_goto_statement] = STATE(1505), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1441] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2931), + [sym_comment] = ACTIONS(44), + }, + [1442] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(930), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(932), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(932), + [sym_number_literal] = ACTIONS(932), + [sym_char_literal] = ACTIONS(932), + [sym_string_literal] = ACTIONS(930), + [sym_identifier] = ACTIONS(934), + [sym_true] = ACTIONS(930), + [sym_false] = ACTIONS(930), + [sym_null] = ACTIONS(932), + [sym_comment] = ACTIONS(44), + }, + [1443] = { + [sym_preproc_include] = STATE(471), + [sym_preproc_def] = STATE(471), + [sym_preproc_function_def] = STATE(471), + [sym_preproc_call] = STATE(471), + [sym_preproc_if_in_compound_statement] = STATE(472), + [sym_preproc_ifdef_in_compound_statement] = STATE(473), + [sym_declaration] = STATE(471), + [sym_type_definition] = STATE(471), + [sym__declaration_specifiers] = STATE(268), + [sym_compound_statement] = STATE(471), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(471), + [sym_expression_statement] = STATE(471), + [sym_if_statement] = STATE(471), + [sym_switch_statement] = STATE(471), + [sym_case_statement] = STATE(471), + [sym_while_statement] = STATE(471), + [sym_do_statement] = STATE(471), + [sym_for_statement] = STATE(471), + [sym_return_statement] = STATE(471), + [sym_break_statement] = STATE(471), + [sym_continue_statement] = STATE(471), + [sym_goto_statement] = STATE(471), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym__empty_declaration] = STATE(471), + [sym_macro_type_specifier] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(550), + [anon_sym_LPAREN] = ACTIONS(552), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(554), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(556), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(564), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_RBRACE] = ACTIONS(2933), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1444] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2907), + [sym__expression] = STATE(1508), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1445] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1507), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1509), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1446] = { - [sym__expression] = STATE(1508), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1489), + [anon_sym_COLON] = ACTIONS(2935), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1447] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_switch] = ACTIONS(1579), - [anon_sym_case] = ACTIONS(1579), - [anon_sym_default] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_goto] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_BANG] = ACTIONS(1577), - [anon_sym_TILDE] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_DASH_DASH] = ACTIONS(1577), - [anon_sym_PLUS_PLUS] = ACTIONS(1577), - [anon_sym_sizeof] = ACTIONS(1579), - [sym_number_literal] = ACTIONS(1579), - [sym_char_literal] = ACTIONS(1579), - [sym_string_literal] = ACTIONS(1577), - [sym_identifier] = ACTIONS(1581), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1579), + [sym_declaration] = STATE(1513), + [sym_type_definition] = STATE(1513), + [sym__declaration_specifiers] = STATE(1514), + [sym_compound_statement] = STATE(1513), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(1513), + [sym_expression_statement] = STATE(1513), + [sym_if_statement] = STATE(1513), + [sym_switch_statement] = STATE(1513), + [sym_case_statement] = STATE(1513), + [sym_while_statement] = STATE(1513), + [sym_do_statement] = STATE(1513), + [sym_for_statement] = STATE(1513), + [sym_return_statement] = STATE(1513), + [sym_break_statement] = STATE(1513), + [sym_continue_statement] = STATE(1513), + [sym_goto_statement] = STATE(1513), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2939), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1448] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1515), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1449] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(2941), [sym_comment] = ACTIONS(44), }, [1450] = { - [sym_declaration] = STATE(1511), - [sym_type_definition] = STATE(1511), - [sym__declaration_specifiers] = STATE(1454), - [sym_compound_statement] = STATE(1511), + [sym_declaration] = STATE(1517), + [sym__declaration_specifiers] = STATE(720), [sym_storage_class_specifier] = STATE(21), [sym_type_qualifier] = STATE(21), [sym__type_specifier] = STATE(22), @@ -56982,46 +56432,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(13), [sym_struct_specifier] = STATE(13), [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1511), - [sym_expression_statement] = STATE(1511), - [sym_if_statement] = STATE(1511), - [sym_switch_statement] = STATE(1511), - [sym_case_statement] = STATE(1511), - [sym_while_statement] = STATE(1511), - [sym_do_statement] = STATE(1511), - [sym_for_statement] = STATE(1511), - [sym_return_statement] = STATE(1511), - [sym_break_statement] = STATE(1511), - [sym_continue_statement] = STATE(1511), - [sym_goto_statement] = STATE(1511), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), + [sym__expression] = STATE(1518), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), [sym_macro_type_specifier] = STATE(13), [aux_sym__declaration_specifiers_repeat1] = STATE(24), [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_typedef] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2943), [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), + [anon_sym_STAR] = ACTIONS(816), [anon_sym_static] = ACTIONS(28), [anon_sym_auto] = ACTIONS(28), [anon_sym_register] = ACTIONS(28), @@ -57036,4825 +56471,4899 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(36), [anon_sym_struct] = ACTIONS(38), [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2853), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1535), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1451] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(1512), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(1513), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1537), + [anon_sym_LPAREN] = ACTIONS(1539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1537), + [sym_char_literal] = ACTIONS(1537), + [sym_string_literal] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1541), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1537), [sym_comment] = ACTIONS(44), }, [1452] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(2769), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2945), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1453] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1913), - [sym_preproc_directive] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_typedef] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_auto] = ACTIONS(1913), - [anon_sym_register] = ACTIONS(1913), - [anon_sym_inline] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_restrict] = ACTIONS(1913), - [anon_sym_volatile] = ACTIONS(1913), - [anon_sym_unsigned] = ACTIONS(1913), - [anon_sym_long] = ACTIONS(1913), - [anon_sym_short] = ACTIONS(1913), - [sym_primitive_type] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_else] = ACTIONS(1913), - [anon_sym_switch] = ACTIONS(1913), - [anon_sym_case] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_do] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_goto] = ACTIONS(1913), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_TILDE] = ACTIONS(1915), - [anon_sym_PLUS] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1913), - [anon_sym_DASH_DASH] = ACTIONS(1915), - [anon_sym_PLUS_PLUS] = ACTIONS(1915), - [anon_sym_sizeof] = ACTIONS(1913), - [sym_number_literal] = ACTIONS(1913), - [sym_char_literal] = ACTIONS(1913), - [sym_string_literal] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [sym_true] = ACTIONS(1915), - [sym_false] = ACTIONS(1915), - [sym_null] = ACTIONS(1913), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1545), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1545), + [sym_preproc_directive] = ACTIONS(1549), + [anon_sym_SEMI] = ACTIONS(1547), + [anon_sym_typedef] = ACTIONS(1545), + [anon_sym_extern] = ACTIONS(1545), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_STAR] = ACTIONS(1547), + [anon_sym_static] = ACTIONS(1545), + [anon_sym_auto] = ACTIONS(1545), + [anon_sym_register] = ACTIONS(1545), + [anon_sym_inline] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_restrict] = ACTIONS(1545), + [anon_sym_volatile] = ACTIONS(1545), + [anon_sym_unsigned] = ACTIONS(1545), + [anon_sym_long] = ACTIONS(1545), + [anon_sym_short] = ACTIONS(1545), + [sym_primitive_type] = ACTIONS(1545), + [anon_sym_enum] = ACTIONS(1545), + [anon_sym_struct] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_if] = ACTIONS(1545), + [anon_sym_else] = ACTIONS(1545), + [anon_sym_switch] = ACTIONS(1545), + [anon_sym_case] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_while] = ACTIONS(1545), + [anon_sym_do] = ACTIONS(1545), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1545), + [anon_sym_break] = ACTIONS(1545), + [anon_sym_continue] = ACTIONS(1545), + [anon_sym_goto] = ACTIONS(1545), + [anon_sym_AMP] = ACTIONS(1547), + [anon_sym_BANG] = ACTIONS(1547), + [anon_sym_TILDE] = ACTIONS(1547), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_DASH_DASH] = ACTIONS(1547), + [anon_sym_PLUS_PLUS] = ACTIONS(1547), + [anon_sym_sizeof] = ACTIONS(1545), + [sym_number_literal] = ACTIONS(1545), + [sym_char_literal] = ACTIONS(1545), + [sym_string_literal] = ACTIONS(1547), + [sym_identifier] = ACTIONS(1549), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [sym_null] = ACTIONS(1545), [sym_comment] = ACTIONS(44), }, [1454] = { - [sym__declarator] = STATE(1514), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(1515), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1551), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1551), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1551), + [sym_preproc_directive] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_typedef] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1553), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_auto] = ACTIONS(1551), + [anon_sym_register] = ACTIONS(1551), + [anon_sym_inline] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_restrict] = ACTIONS(1551), + [anon_sym_volatile] = ACTIONS(1551), + [anon_sym_unsigned] = ACTIONS(1551), + [anon_sym_long] = ACTIONS(1551), + [anon_sym_short] = ACTIONS(1551), + [sym_primitive_type] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_else] = ACTIONS(1551), + [anon_sym_switch] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_do] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1553), + [anon_sym_sizeof] = ACTIONS(1551), + [sym_number_literal] = ACTIONS(1551), + [sym_char_literal] = ACTIONS(1551), + [sym_string_literal] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1551), [sym_comment] = ACTIONS(44), }, [1455] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_SEMI] = ACTIONS(2947), [sym_comment] = ACTIONS(44), }, [1456] = { - [anon_sym_LPAREN] = ACTIONS(2915), + [sym_compound_statement] = STATE(1521), + [sym_labeled_statement] = STATE(1521), + [sym_expression_statement] = STATE(1521), + [sym_if_statement] = STATE(1521), + [sym_switch_statement] = STATE(1521), + [sym_case_statement] = STATE(1521), + [sym_while_statement] = STATE(1521), + [sym_do_statement] = STATE(1521), + [sym_for_statement] = STATE(1521), + [sym_return_statement] = STATE(1521), + [sym_break_statement] = STATE(1521), + [sym_continue_statement] = STATE(1521), + [sym_goto_statement] = STATE(1521), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1457] = { - [sym__expression] = STATE(1519), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1522), + [sym_labeled_statement] = STATE(1522), + [sym_expression_statement] = STATE(1522), + [sym_if_statement] = STATE(1522), + [sym_switch_statement] = STATE(1522), + [sym_case_statement] = STATE(1522), + [sym_while_statement] = STATE(1522), + [sym_do_statement] = STATE(1522), + [sym_for_statement] = STATE(1522), + [sym_return_statement] = STATE(1522), + [sym_break_statement] = STATE(1522), + [sym_continue_statement] = STATE(1522), + [sym_goto_statement] = STATE(1522), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1458] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1591), + [anon_sym_LPAREN] = ACTIONS(1593), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1591), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1591), + [sym_preproc_directive] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1593), + [anon_sym_typedef] = ACTIONS(1591), + [anon_sym_extern] = ACTIONS(1591), + [anon_sym_LBRACE] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1593), + [anon_sym_static] = ACTIONS(1591), + [anon_sym_auto] = ACTIONS(1591), + [anon_sym_register] = ACTIONS(1591), + [anon_sym_inline] = ACTIONS(1591), + [anon_sym_const] = ACTIONS(1591), + [anon_sym_restrict] = ACTIONS(1591), + [anon_sym_volatile] = ACTIONS(1591), + [anon_sym_unsigned] = ACTIONS(1591), + [anon_sym_long] = ACTIONS(1591), + [anon_sym_short] = ACTIONS(1591), + [sym_primitive_type] = ACTIONS(1591), + [anon_sym_enum] = ACTIONS(1591), + [anon_sym_struct] = ACTIONS(1591), + [anon_sym_union] = ACTIONS(1591), + [anon_sym_if] = ACTIONS(1591), + [anon_sym_else] = ACTIONS(1591), + [anon_sym_switch] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1591), + [anon_sym_default] = ACTIONS(1591), + [anon_sym_while] = ACTIONS(1591), + [anon_sym_do] = ACTIONS(1591), + [anon_sym_for] = ACTIONS(1591), + [anon_sym_return] = ACTIONS(1591), + [anon_sym_break] = ACTIONS(1591), + [anon_sym_continue] = ACTIONS(1591), + [anon_sym_goto] = ACTIONS(1591), + [anon_sym_AMP] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1591), + [anon_sym_DASH] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1593), + [anon_sym_sizeof] = ACTIONS(1591), + [sym_number_literal] = ACTIONS(1591), + [sym_char_literal] = ACTIONS(1591), + [sym_string_literal] = ACTIONS(1593), + [sym_identifier] = ACTIONS(1595), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1591), [sym_comment] = ACTIONS(44), }, [1459] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1935), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1933), - [sym_preproc_directive] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_typedef] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_auto] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_inline] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_restrict] = ACTIONS(1933), - [anon_sym_volatile] = ACTIONS(1933), - [anon_sym_unsigned] = ACTIONS(1933), - [anon_sym_long] = ACTIONS(1933), - [anon_sym_short] = ACTIONS(1933), - [sym_primitive_type] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_else] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1933), - [anon_sym_case] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_goto] = ACTIONS(1933), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_PLUS] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1933), - [anon_sym_DASH_DASH] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(1935), - [anon_sym_sizeof] = ACTIONS(1933), - [sym_number_literal] = ACTIONS(1933), - [sym_char_literal] = ACTIONS(1933), - [sym_string_literal] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [sym_true] = ACTIONS(1935), - [sym_false] = ACTIONS(1935), - [sym_null] = ACTIONS(1933), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2723), + [anon_sym_LPAREN] = ACTIONS(2725), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2723), + [sym_preproc_directive] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_typedef] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2723), + [anon_sym_auto] = ACTIONS(2723), + [anon_sym_register] = ACTIONS(2723), + [anon_sym_inline] = ACTIONS(2723), + [anon_sym_const] = ACTIONS(2723), + [anon_sym_restrict] = ACTIONS(2723), + [anon_sym_volatile] = ACTIONS(2723), + [anon_sym_unsigned] = ACTIONS(2723), + [anon_sym_long] = ACTIONS(2723), + [anon_sym_short] = ACTIONS(2723), + [sym_primitive_type] = ACTIONS(2723), + [anon_sym_enum] = ACTIONS(2723), + [anon_sym_struct] = ACTIONS(2723), + [anon_sym_union] = ACTIONS(2723), + [anon_sym_if] = ACTIONS(2723), + [anon_sym_switch] = ACTIONS(2723), + [anon_sym_case] = ACTIONS(2723), + [anon_sym_default] = ACTIONS(2723), + [anon_sym_while] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_for] = ACTIONS(2723), + [anon_sym_return] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2723), + [anon_sym_continue] = ACTIONS(2723), + [anon_sym_goto] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_BANG] = ACTIONS(2725), + [anon_sym_TILDE] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_sizeof] = ACTIONS(2723), + [sym_number_literal] = ACTIONS(2723), + [sym_char_literal] = ACTIONS(2723), + [sym_string_literal] = ACTIONS(2725), + [sym_identifier] = ACTIONS(2727), + [sym_true] = ACTIONS(2725), + [sym_false] = ACTIONS(2725), + [sym_null] = ACTIONS(2723), [sym_comment] = ACTIONS(44), }, [1460] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1939), - [sym_preproc_directive] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_typedef] = ACTIONS(1939), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_STAR] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1939), - [anon_sym_restrict] = ACTIONS(1939), - [anon_sym_volatile] = ACTIONS(1939), - [anon_sym_unsigned] = ACTIONS(1939), - [anon_sym_long] = ACTIONS(1939), - [anon_sym_short] = ACTIONS(1939), - [sym_primitive_type] = ACTIONS(1939), - [anon_sym_enum] = ACTIONS(1939), - [anon_sym_struct] = ACTIONS(1939), - [anon_sym_union] = ACTIONS(1939), - [anon_sym_if] = ACTIONS(1939), - [anon_sym_else] = ACTIONS(1939), - [anon_sym_switch] = ACTIONS(1939), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1939), - [anon_sym_while] = ACTIONS(1939), - [anon_sym_do] = ACTIONS(1939), - [anon_sym_for] = ACTIONS(1939), - [anon_sym_return] = ACTIONS(1939), - [anon_sym_break] = ACTIONS(1939), - [anon_sym_continue] = ACTIONS(1939), - [anon_sym_goto] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1939), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_sizeof] = ACTIONS(1939), - [sym_number_literal] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [sym_string_literal] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [sym_true] = ACTIONS(1941), - [sym_false] = ACTIONS(1941), - [sym_null] = ACTIONS(1939), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2729), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_typedef] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_auto] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_unsigned] = ACTIONS(2729), + [anon_sym_long] = ACTIONS(2729), + [anon_sym_short] = ACTIONS(2729), + [sym_primitive_type] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_union] = ACTIONS(2729), + [anon_sym_if] = ACTIONS(2729), + [anon_sym_switch] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_default] = ACTIONS(2729), + [anon_sym_while] = ACTIONS(2729), + [anon_sym_do] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2729), + [anon_sym_return] = ACTIONS(2729), + [anon_sym_break] = ACTIONS(2729), + [anon_sym_continue] = ACTIONS(2729), + [anon_sym_goto] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_sizeof] = ACTIONS(2729), + [sym_number_literal] = ACTIONS(2729), + [sym_char_literal] = ACTIONS(2729), + [sym_string_literal] = ACTIONS(2731), + [sym_identifier] = ACTIONS(2733), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2729), [sym_comment] = ACTIONS(44), }, [1461] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1953), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1951), - [sym_preproc_directive] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_typedef] = ACTIONS(1951), - [anon_sym_extern] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_STAR] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_auto] = ACTIONS(1951), - [anon_sym_register] = ACTIONS(1951), - [anon_sym_inline] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_restrict] = ACTIONS(1951), - [anon_sym_volatile] = ACTIONS(1951), - [anon_sym_unsigned] = ACTIONS(1951), - [anon_sym_long] = ACTIONS(1951), - [anon_sym_short] = ACTIONS(1951), - [sym_primitive_type] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), - [anon_sym_struct] = ACTIONS(1951), - [anon_sym_union] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_else] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_goto] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_sizeof] = ACTIONS(1951), - [sym_number_literal] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [sym_string_literal] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [sym_true] = ACTIONS(1953), - [sym_false] = ACTIONS(1953), - [sym_null] = ACTIONS(1951), + [sym_compound_statement] = STATE(1523), + [sym_labeled_statement] = STATE(1523), + [sym_expression_statement] = STATE(1523), + [sym_if_statement] = STATE(1523), + [sym_switch_statement] = STATE(1523), + [sym_case_statement] = STATE(1523), + [sym_while_statement] = STATE(1523), + [sym_do_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1462] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2795), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_auto] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [sym_number_literal] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [sym_string_literal] = ACTIONS(2795), - [sym_identifier] = ACTIONS(2797), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2793), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2949), [sym_comment] = ACTIONS(44), }, [1463] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2807), - [anon_sym_LPAREN] = ACTIONS(2809), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2807), - [sym_preproc_directive] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_auto] = ACTIONS(2807), - [anon_sym_register] = ACTIONS(2807), - [anon_sym_inline] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_restrict] = ACTIONS(2807), - [anon_sym_volatile] = ACTIONS(2807), - [anon_sym_unsigned] = ACTIONS(2807), - [anon_sym_long] = ACTIONS(2807), - [anon_sym_short] = ACTIONS(2807), - [sym_primitive_type] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_switch] = ACTIONS(2807), - [anon_sym_case] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_do] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_goto] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2809), - [anon_sym_PLUS_PLUS] = ACTIONS(2809), - [anon_sym_sizeof] = ACTIONS(2807), - [sym_number_literal] = ACTIONS(2807), - [sym_char_literal] = ACTIONS(2807), - [sym_string_literal] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [sym_null] = ACTIONS(2807), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1525), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1464] = { - [sym_compound_statement] = STATE(1521), - [sym_labeled_statement] = STATE(1521), - [sym_expression_statement] = STATE(1521), - [sym_if_statement] = STATE(1521), - [sym_switch_statement] = STATE(1521), - [sym_case_statement] = STATE(1521), - [sym_while_statement] = STATE(1521), - [sym_do_statement] = STATE(1521), - [sym_for_statement] = STATE(1521), - [sym_return_statement] = STATE(1521), - [sym_break_statement] = STATE(1521), - [sym_continue_statement] = STATE(1521), - [sym_goto_statement] = STATE(1521), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1526), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1465] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2921), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_else] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1605), + [sym_char_literal] = ACTIONS(1605), + [sym_string_literal] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1607), + [sym_true] = ACTIONS(1603), + [sym_false] = ACTIONS(1603), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(44), }, [1466] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1523), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2921), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1467] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_RBRACE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_auto] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2923), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_case] = ACTIONS(2485), - [anon_sym_default] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_goto] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_sizeof] = ACTIONS(2485), - [sym_number_literal] = ACTIONS(2485), - [sym_char_literal] = ACTIONS(2485), - [sym_string_literal] = ACTIONS(2487), - [sym_identifier] = ACTIONS(2489), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_null] = ACTIONS(2485), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2953), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1468] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_RBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_auto] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_else] = ACTIONS(2497), - [anon_sym_switch] = ACTIONS(2497), - [anon_sym_case] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_goto] = ACTIONS(2497), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_sizeof] = ACTIONS(2497), - [sym_number_literal] = ACTIONS(2497), - [sym_char_literal] = ACTIONS(2497), - [sym_string_literal] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [sym_true] = ACTIONS(2499), - [sym_false] = ACTIONS(2499), - [sym_null] = ACTIONS(2497), + [sym_declaration] = STATE(1529), + [sym_type_definition] = STATE(1529), + [sym__declaration_specifiers] = STATE(1472), + [sym_compound_statement] = STATE(1529), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(1529), + [sym_expression_statement] = STATE(1529), + [sym_if_statement] = STATE(1529), + [sym_switch_statement] = STATE(1529), + [sym_case_statement] = STATE(1529), + [sym_while_statement] = STATE(1529), + [sym_do_statement] = STATE(1529), + [sym_for_statement] = STATE(1529), + [sym_return_statement] = STATE(1529), + [sym_break_statement] = STATE(1529), + [sym_continue_statement] = STATE(1529), + [sym_goto_statement] = STATE(1529), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2893), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2895), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1469] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(436), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(1530), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(1531), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [1470] = { - [sym__type_declarator] = STATE(1526), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(2811), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [1471] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [anon_sym_LPAREN] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_LBRACE] = ACTIONS(534), - [anon_sym_RBRACE] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [anon_sym_if] = ACTIONS(536), - [anon_sym_else] = ACTIONS(536), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_case] = ACTIONS(536), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(536), - [anon_sym_do] = ACTIONS(536), - [anon_sym_for] = ACTIONS(536), - [anon_sym_return] = ACTIONS(536), - [anon_sym_break] = ACTIONS(536), - [anon_sym_continue] = ACTIONS(536), - [anon_sym_goto] = ACTIONS(536), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1945), + [sym_preproc_directive] = ACTIONS(1949), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_typedef] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_STAR] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1945), + [anon_sym_auto] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_inline] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_restrict] = ACTIONS(1945), + [anon_sym_volatile] = ACTIONS(1945), + [anon_sym_unsigned] = ACTIONS(1945), + [anon_sym_long] = ACTIONS(1945), + [anon_sym_short] = ACTIONS(1945), + [sym_primitive_type] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_else] = ACTIONS(1945), + [anon_sym_switch] = ACTIONS(1945), + [anon_sym_case] = ACTIONS(1945), + [anon_sym_default] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1947), + [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_PLUS_PLUS] = ACTIONS(1947), + [anon_sym_sizeof] = ACTIONS(1945), + [sym_number_literal] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [sym_string_literal] = ACTIONS(1947), + [sym_identifier] = ACTIONS(1949), + [sym_true] = ACTIONS(1947), + [sym_false] = ACTIONS(1947), + [sym_null] = ACTIONS(1945), [sym_comment] = ACTIONS(44), }, [1472] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(2927), + [sym__declarator] = STATE(1532), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(1533), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [1473] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2509), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2507), - [sym_preproc_directive] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_typedef] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_RBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_auto] = ACTIONS(2507), - [anon_sym_register] = ACTIONS(2507), - [anon_sym_inline] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_restrict] = ACTIONS(2507), - [anon_sym_volatile] = ACTIONS(2507), - [anon_sym_unsigned] = ACTIONS(2507), - [anon_sym_long] = ACTIONS(2507), - [anon_sym_short] = ACTIONS(2507), - [sym_primitive_type] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_else] = ACTIONS(2507), - [anon_sym_switch] = ACTIONS(2507), - [anon_sym_case] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_do] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_goto] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_TILDE] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2509), - [anon_sym_PLUS_PLUS] = ACTIONS(2509), - [anon_sym_sizeof] = ACTIONS(2507), - [sym_number_literal] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [sym_string_literal] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [sym_true] = ACTIONS(2509), - [sym_false] = ACTIONS(2509), - [sym_null] = ACTIONS(2507), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1474] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_LPAREN] = ACTIONS(2957), [sym_comment] = ACTIONS(44), }, [1475] = { - [sym_compound_statement] = STATE(1529), - [sym_labeled_statement] = STATE(1529), - [sym_expression_statement] = STATE(1529), - [sym_if_statement] = STATE(1529), - [sym_switch_statement] = STATE(1529), - [sym_case_statement] = STATE(1529), - [sym_while_statement] = STATE(1529), - [sym_do_statement] = STATE(1529), - [sym_for_statement] = STATE(1529), - [sym_return_statement] = STATE(1529), - [sym_break_statement] = STATE(1529), - [sym_continue_statement] = STATE(1529), - [sym_goto_statement] = STATE(1529), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1537), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1476] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1531), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2961), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1477] = { - [sym__expression] = STATE(1532), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1965), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_typedef] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_STAR] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1965), + [anon_sym_auto] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_inline] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [anon_sym_restrict] = ACTIONS(1965), + [anon_sym_volatile] = ACTIONS(1965), + [anon_sym_unsigned] = ACTIONS(1965), + [anon_sym_long] = ACTIONS(1965), + [anon_sym_short] = ACTIONS(1965), + [sym_primitive_type] = ACTIONS(1965), + [anon_sym_enum] = ACTIONS(1965), + [anon_sym_struct] = ACTIONS(1965), + [anon_sym_union] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_else] = ACTIONS(1965), + [anon_sym_switch] = ACTIONS(1965), + [anon_sym_case] = ACTIONS(1965), + [anon_sym_default] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_goto] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1967), + [anon_sym_BANG] = ACTIONS(1967), + [anon_sym_TILDE] = ACTIONS(1967), + [anon_sym_PLUS] = ACTIONS(1965), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_PLUS_PLUS] = ACTIONS(1967), + [anon_sym_sizeof] = ACTIONS(1965), + [sym_number_literal] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [sym_string_literal] = ACTIONS(1967), + [sym_identifier] = ACTIONS(1969), + [sym_true] = ACTIONS(1967), + [sym_false] = ACTIONS(1967), + [sym_null] = ACTIONS(1965), [sym_comment] = ACTIONS(44), }, [1478] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2933), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1973), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1971), + [sym_preproc_directive] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_typedef] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_auto] = ACTIONS(1971), + [anon_sym_register] = ACTIONS(1971), + [anon_sym_inline] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_restrict] = ACTIONS(1971), + [anon_sym_volatile] = ACTIONS(1971), + [anon_sym_unsigned] = ACTIONS(1971), + [anon_sym_long] = ACTIONS(1971), + [anon_sym_short] = ACTIONS(1971), + [sym_primitive_type] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_else] = ACTIONS(1971), + [anon_sym_switch] = ACTIONS(1971), + [anon_sym_case] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_do] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_goto] = ACTIONS(1971), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1971), + [anon_sym_DASH_DASH] = ACTIONS(1973), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_sizeof] = ACTIONS(1971), + [sym_number_literal] = ACTIONS(1971), + [sym_char_literal] = ACTIONS(1971), + [sym_string_literal] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [sym_true] = ACTIONS(1973), + [sym_false] = ACTIONS(1973), + [sym_null] = ACTIONS(1971), [sym_comment] = ACTIONS(44), }, [1479] = { - [sym_compound_statement] = STATE(1534), - [sym_labeled_statement] = STATE(1534), - [sym_expression_statement] = STATE(1534), - [sym_if_statement] = STATE(1534), - [sym_switch_statement] = STATE(1534), - [sym_case_statement] = STATE(1534), - [sym_while_statement] = STATE(1534), - [sym_do_statement] = STATE(1534), - [sym_for_statement] = STATE(1534), - [sym_return_statement] = STATE(1534), - [sym_break_statement] = STATE(1534), - [sym_continue_statement] = STATE(1534), - [sym_goto_statement] = STATE(1534), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1983), + [sym_preproc_directive] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_typedef] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_auto] = ACTIONS(1983), + [anon_sym_register] = ACTIONS(1983), + [anon_sym_inline] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_restrict] = ACTIONS(1983), + [anon_sym_volatile] = ACTIONS(1983), + [anon_sym_unsigned] = ACTIONS(1983), + [anon_sym_long] = ACTIONS(1983), + [anon_sym_short] = ACTIONS(1983), + [sym_primitive_type] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_else] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_goto] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1985), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_sizeof] = ACTIONS(1983), + [sym_number_literal] = ACTIONS(1983), + [sym_char_literal] = ACTIONS(1983), + [sym_string_literal] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [sym_true] = ACTIONS(1985), + [sym_false] = ACTIONS(1985), + [sym_null] = ACTIONS(1983), [sym_comment] = ACTIONS(44), }, [1480] = { - [sym_compound_statement] = STATE(1468), - [sym_labeled_statement] = STATE(1468), - [sym_expression_statement] = STATE(1468), - [sym_if_statement] = STATE(1468), - [sym_switch_statement] = STATE(1468), - [sym_case_statement] = STATE(1468), - [sym_while_statement] = STATE(1468), - [sym_do_statement] = STATE(1468), - [sym_for_statement] = STATE(1468), - [sym_return_statement] = STATE(1468), - [sym_break_statement] = STATE(1468), - [sym_continue_statement] = STATE(1468), - [sym_goto_statement] = STATE(1468), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2835), + [anon_sym_LPAREN] = ACTIONS(2837), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2835), + [sym_preproc_directive] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2835), + [anon_sym_extern] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2835), + [anon_sym_auto] = ACTIONS(2835), + [anon_sym_register] = ACTIONS(2835), + [anon_sym_inline] = ACTIONS(2835), + [anon_sym_const] = ACTIONS(2835), + [anon_sym_restrict] = ACTIONS(2835), + [anon_sym_volatile] = ACTIONS(2835), + [anon_sym_unsigned] = ACTIONS(2835), + [anon_sym_long] = ACTIONS(2835), + [anon_sym_short] = ACTIONS(2835), + [sym_primitive_type] = ACTIONS(2835), + [anon_sym_enum] = ACTIONS(2835), + [anon_sym_struct] = ACTIONS(2835), + [anon_sym_union] = ACTIONS(2835), + [anon_sym_if] = ACTIONS(2835), + [anon_sym_switch] = ACTIONS(2835), + [anon_sym_case] = ACTIONS(2835), + [anon_sym_default] = ACTIONS(2835), + [anon_sym_while] = ACTIONS(2835), + [anon_sym_do] = ACTIONS(2835), + [anon_sym_for] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2835), + [anon_sym_break] = ACTIONS(2835), + [anon_sym_continue] = ACTIONS(2835), + [anon_sym_goto] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_BANG] = ACTIONS(2837), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2835), + [anon_sym_DASH_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2837), + [anon_sym_sizeof] = ACTIONS(2835), + [sym_number_literal] = ACTIONS(2835), + [sym_char_literal] = ACTIONS(2835), + [sym_string_literal] = ACTIONS(2837), + [sym_identifier] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [sym_null] = ACTIONS(2835), [sym_comment] = ACTIONS(44), }, [1481] = { - [sym_compound_statement] = STATE(1473), - [sym_labeled_statement] = STATE(1473), - [sym_expression_statement] = STATE(1473), - [sym_if_statement] = STATE(1473), - [sym_switch_statement] = STATE(1473), - [sym_case_statement] = STATE(1473), - [sym_while_statement] = STATE(1473), - [sym_do_statement] = STATE(1473), - [sym_for_statement] = STATE(1473), - [sym_return_statement] = STATE(1473), - [sym_break_statement] = STATE(1473), - [sym_continue_statement] = STATE(1473), - [sym_goto_statement] = STATE(1473), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2851), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_auto] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [sym_primitive_type] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [sym_number_literal] = ACTIONS(2849), + [sym_char_literal] = ACTIONS(2849), + [sym_string_literal] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2853), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_null] = ACTIONS(2849), [sym_comment] = ACTIONS(44), }, [1482] = { - [sym__expression] = STATE(1536), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1539), + [sym_labeled_statement] = STATE(1539), + [sym_expression_statement] = STATE(1539), + [sym_if_statement] = STATE(1539), + [sym_switch_statement] = STATE(1539), + [sym_case_statement] = STATE(1539), + [sym_while_statement] = STATE(1539), + [sym_do_statement] = STATE(1539), + [sym_for_statement] = STATE(1539), + [sym_return_statement] = STATE(1539), + [sym_break_statement] = STATE(1539), + [sym_continue_statement] = STATE(1539), + [sym_goto_statement] = STATE(1539), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1483] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2937), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2963), [sym_comment] = ACTIONS(44), }, [1484] = { - [sym__expression] = STATE(1538), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2937), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1541), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2963), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1485] = { - [sym_compound_statement] = STATE(1487), - [sym_labeled_statement] = STATE(1487), - [sym_expression_statement] = STATE(1487), - [sym_if_statement] = STATE(1487), - [sym_switch_statement] = STATE(1487), - [sym_case_statement] = STATE(1487), - [sym_while_statement] = STATE(1487), - [sym_do_statement] = STATE(1487), - [sym_for_statement] = STATE(1487), - [sym_return_statement] = STATE(1487), - [sym_break_statement] = STATE(1487), - [sym_continue_statement] = STATE(1487), - [sym_goto_statement] = STATE(1487), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2525), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_typedef] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_RBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_auto] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_unsigned] = ACTIONS(2525), + [anon_sym_long] = ACTIONS(2525), + [anon_sym_short] = ACTIONS(2525), + [sym_primitive_type] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_else] = ACTIONS(2965), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_goto] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_sizeof] = ACTIONS(2525), + [sym_number_literal] = ACTIONS(2525), + [sym_char_literal] = ACTIONS(2525), + [sym_string_literal] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [sym_true] = ACTIONS(2527), + [sym_false] = ACTIONS(2527), + [sym_null] = ACTIONS(2525), [sym_comment] = ACTIONS(44), }, [1486] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2939), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_RBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_auto] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_else] = ACTIONS(2537), + [anon_sym_switch] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_do] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_goto] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_PLUS] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_sizeof] = ACTIONS(2537), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [sym_true] = ACTIONS(2539), + [sym_false] = ACTIONS(2539), + [sym_null] = ACTIONS(2537), [sym_comment] = ACTIONS(44), }, [1487] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2943), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2941), - [sym_preproc_directive] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2941), - [anon_sym_extern] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_RBRACE] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2941), - [anon_sym_auto] = ACTIONS(2941), - [anon_sym_register] = ACTIONS(2941), - [anon_sym_inline] = ACTIONS(2941), - [anon_sym_const] = ACTIONS(2941), - [anon_sym_restrict] = ACTIONS(2941), - [anon_sym_volatile] = ACTIONS(2941), - [anon_sym_unsigned] = ACTIONS(2941), - [anon_sym_long] = ACTIONS(2941), - [anon_sym_short] = ACTIONS(2941), - [sym_primitive_type] = ACTIONS(2941), - [anon_sym_enum] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2941), - [anon_sym_union] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2941), - [anon_sym_switch] = ACTIONS(2941), - [anon_sym_case] = ACTIONS(2941), - [anon_sym_default] = ACTIONS(2941), - [anon_sym_while] = ACTIONS(2941), - [anon_sym_do] = ACTIONS(2941), - [anon_sym_for] = ACTIONS(2941), - [anon_sym_return] = ACTIONS(2941), - [anon_sym_break] = ACTIONS(2941), - [anon_sym_continue] = ACTIONS(2941), - [anon_sym_goto] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_sizeof] = ACTIONS(2941), - [sym_number_literal] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [sym_string_literal] = ACTIONS(2943), - [sym_identifier] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_null] = ACTIONS(2941), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(2967), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1488] = { - [sym_compound_statement] = STATE(1540), - [sym_labeled_statement] = STATE(1540), - [sym_expression_statement] = STATE(1540), - [sym_if_statement] = STATE(1540), - [sym_switch_statement] = STATE(1540), - [sym_case_statement] = STATE(1540), - [sym_while_statement] = STATE(1540), - [sym_do_statement] = STATE(1540), - [sym_for_statement] = STATE(1540), - [sym_return_statement] = STATE(1540), - [sym_break_statement] = STATE(1540), - [sym_continue_statement] = STATE(1540), - [sym_goto_statement] = STATE(1540), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(566), - [anon_sym_case] = ACTIONS(568), - [anon_sym_default] = ACTIONS(570), - [anon_sym_while] = ACTIONS(572), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(1559), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__type_declarator] = STATE(1544), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [1489] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1579), - [anon_sym_LPAREN] = ACTIONS(1577), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1579), - [sym_preproc_directive] = ACTIONS(1581), - [anon_sym_SEMI] = ACTIONS(1577), - [anon_sym_typedef] = ACTIONS(1579), - [anon_sym_extern] = ACTIONS(1579), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_STAR] = ACTIONS(1577), - [anon_sym_static] = ACTIONS(1579), - [anon_sym_auto] = ACTIONS(1579), - [anon_sym_register] = ACTIONS(1579), - [anon_sym_inline] = ACTIONS(1579), - [anon_sym_const] = ACTIONS(1579), - [anon_sym_restrict] = ACTIONS(1579), - [anon_sym_volatile] = ACTIONS(1579), - [anon_sym_unsigned] = ACTIONS(1579), - [anon_sym_long] = ACTIONS(1579), - [anon_sym_short] = ACTIONS(1579), - [sym_primitive_type] = ACTIONS(1579), - [anon_sym_enum] = ACTIONS(1579), - [anon_sym_struct] = ACTIONS(1579), - [anon_sym_union] = ACTIONS(1579), - [anon_sym_if] = ACTIONS(1579), - [anon_sym_else] = ACTIONS(1579), - [anon_sym_switch] = ACTIONS(1579), - [anon_sym_case] = ACTIONS(1579), - [anon_sym_default] = ACTIONS(1579), - [anon_sym_while] = ACTIONS(1579), - [anon_sym_do] = ACTIONS(1579), - [anon_sym_for] = ACTIONS(1579), - [anon_sym_return] = ACTIONS(1579), - [anon_sym_break] = ACTIONS(1579), - [anon_sym_continue] = ACTIONS(1579), - [anon_sym_goto] = ACTIONS(1579), - [anon_sym_AMP] = ACTIONS(1577), - [anon_sym_BANG] = ACTIONS(1577), - [anon_sym_TILDE] = ACTIONS(1577), - [anon_sym_PLUS] = ACTIONS(1579), - [anon_sym_DASH] = ACTIONS(1579), - [anon_sym_DASH_DASH] = ACTIONS(1577), - [anon_sym_PLUS_PLUS] = ACTIONS(1577), - [anon_sym_sizeof] = ACTIONS(1579), - [sym_number_literal] = ACTIONS(1579), - [sym_char_literal] = ACTIONS(1579), - [sym_string_literal] = ACTIONS(1577), - [sym_identifier] = ACTIONS(1581), - [sym_true] = ACTIONS(1577), - [sym_false] = ACTIONS(1577), - [sym_null] = ACTIONS(1579), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_RBRACE] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_else] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_goto] = ACTIONS(544), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, [1490] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(2969), [sym_comment] = ACTIONS(44), }, [1491] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2949), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2549), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2547), + [sym_preproc_directive] = ACTIONS(2551), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2547), + [anon_sym_auto] = ACTIONS(2547), + [anon_sym_register] = ACTIONS(2547), + [anon_sym_inline] = ACTIONS(2547), + [anon_sym_const] = ACTIONS(2547), + [anon_sym_restrict] = ACTIONS(2547), + [anon_sym_volatile] = ACTIONS(2547), + [anon_sym_unsigned] = ACTIONS(2547), + [anon_sym_long] = ACTIONS(2547), + [anon_sym_short] = ACTIONS(2547), + [sym_primitive_type] = ACTIONS(2547), + [anon_sym_enum] = ACTIONS(2547), + [anon_sym_struct] = ACTIONS(2547), + [anon_sym_union] = ACTIONS(2547), + [anon_sym_if] = ACTIONS(2547), + [anon_sym_else] = ACTIONS(2547), + [anon_sym_switch] = ACTIONS(2547), + [anon_sym_case] = ACTIONS(2547), + [anon_sym_default] = ACTIONS(2547), + [anon_sym_while] = ACTIONS(2547), + [anon_sym_do] = ACTIONS(2547), + [anon_sym_for] = ACTIONS(2547), + [anon_sym_return] = ACTIONS(2547), + [anon_sym_break] = ACTIONS(2547), + [anon_sym_continue] = ACTIONS(2547), + [anon_sym_goto] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_BANG] = ACTIONS(2549), + [anon_sym_TILDE] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_sizeof] = ACTIONS(2547), + [sym_number_literal] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [sym_string_literal] = ACTIONS(2549), + [sym_identifier] = ACTIONS(2551), + [sym_true] = ACTIONS(2549), + [sym_false] = ACTIONS(2549), + [sym_null] = ACTIONS(2547), [sym_comment] = ACTIONS(44), }, [1492] = { - [sym_declaration] = STATE(1543), - [sym_type_definition] = STATE(1543), - [sym__declaration_specifiers] = STATE(1496), - [sym_compound_statement] = STATE(1543), - [sym_storage_class_specifier] = STATE(21), - [sym_type_qualifier] = STATE(21), - [sym__type_specifier] = STATE(22), - [sym_sized_type_specifier] = STATE(13), - [sym_enum_specifier] = STATE(13), - [sym_struct_specifier] = STATE(13), - [sym_union_specifier] = STATE(13), - [sym_labeled_statement] = STATE(1543), - [sym_expression_statement] = STATE(1543), - [sym_if_statement] = STATE(1543), - [sym_switch_statement] = STATE(1543), - [sym_case_statement] = STATE(1543), - [sym_while_statement] = STATE(1543), - [sym_do_statement] = STATE(1543), - [sym_for_statement] = STATE(1543), - [sym_return_statement] = STATE(1543), - [sym_break_statement] = STATE(1543), - [sym_continue_statement] = STATE(1543), - [sym_goto_statement] = STATE(1543), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [sym_macro_type_specifier] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(24), - [aux_sym_sized_type_specifier_repeat1] = STATE(25), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2895), - [anon_sym_extern] = ACTIONS(28), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(28), - [anon_sym_auto] = ACTIONS(28), - [anon_sym_register] = ACTIONS(28), - [anon_sym_inline] = ACTIONS(28), - [anon_sym_const] = ACTIONS(30), - [anon_sym_restrict] = ACTIONS(30), - [anon_sym_volatile] = ACTIONS(30), - [anon_sym_unsigned] = ACTIONS(32), - [anon_sym_long] = ACTIONS(32), - [anon_sym_short] = ACTIONS(32), - [sym_primitive_type] = ACTIONS(34), - [anon_sym_enum] = ACTIONS(36), - [anon_sym_struct] = ACTIONS(38), - [anon_sym_union] = ACTIONS(40), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2897), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2971), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1493] = { - [sym_type_qualifier] = STATE(39), - [sym__type_specifier] = STATE(1544), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(1545), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [sym_compound_statement] = STATE(1547), + [sym_labeled_statement] = STATE(1547), + [sym_expression_statement] = STATE(1547), + [sym_if_statement] = STATE(1547), + [sym_switch_statement] = STATE(1547), + [sym_case_statement] = STATE(1547), + [sym_while_statement] = STATE(1547), + [sym_do_statement] = STATE(1547), + [sym_for_statement] = STATE(1547), + [sym_return_statement] = STATE(1547), + [sym_break_statement] = STATE(1547), + [sym_continue_statement] = STATE(1547), + [sym_goto_statement] = STATE(1547), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1494] = { - [anon_sym_LPAREN] = ACTIONS(970), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(113), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_static] = ACTIONS(113), - [anon_sym_auto] = ACTIONS(113), - [anon_sym_register] = ACTIONS(113), - [anon_sym_inline] = ACTIONS(113), - [anon_sym_const] = ACTIONS(113), - [anon_sym_restrict] = ACTIONS(113), - [anon_sym_volatile] = ACTIONS(113), - [anon_sym_COLON] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_PLUS_PLUS] = ACTIONS(964), - [anon_sym_DOT] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [sym_identifier] = ACTIONS(115), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1549), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(2973), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1495] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1913), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1913), - [sym_preproc_directive] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_typedef] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_auto] = ACTIONS(1913), - [anon_sym_register] = ACTIONS(1913), - [anon_sym_inline] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_restrict] = ACTIONS(1913), - [anon_sym_volatile] = ACTIONS(1913), - [anon_sym_unsigned] = ACTIONS(1913), - [anon_sym_long] = ACTIONS(1913), - [anon_sym_short] = ACTIONS(1913), - [sym_primitive_type] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_else] = ACTIONS(1913), - [anon_sym_switch] = ACTIONS(1913), - [anon_sym_case] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_do] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_goto] = ACTIONS(1913), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_TILDE] = ACTIONS(1915), - [anon_sym_PLUS] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1913), - [anon_sym_DASH_DASH] = ACTIONS(1915), - [anon_sym_PLUS_PLUS] = ACTIONS(1915), - [anon_sym_sizeof] = ACTIONS(1913), - [sym_number_literal] = ACTIONS(1913), - [sym_char_literal] = ACTIONS(1913), - [sym_string_literal] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [sym_true] = ACTIONS(1915), - [sym_false] = ACTIONS(1915), - [sym_null] = ACTIONS(1913), + [sym__expression] = STATE(1550), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2973), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1496] = { - [sym__declarator] = STATE(1546), - [sym_pointer_declarator] = STATE(56), - [sym_function_declarator] = STATE(56), - [sym_array_declarator] = STATE(56), - [sym_init_declarator] = STATE(1547), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(532), - [sym_identifier] = ACTIONS(131), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1497] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_compound_statement] = STATE(1552), + [sym_labeled_statement] = STATE(1552), + [sym_expression_statement] = STATE(1552), + [sym_if_statement] = STATE(1552), + [sym_switch_statement] = STATE(1552), + [sym_case_statement] = STATE(1552), + [sym_while_statement] = STATE(1552), + [sym_do_statement] = STATE(1552), + [sym_for_statement] = STATE(1552), + [sym_return_statement] = STATE(1552), + [sym_break_statement] = STATE(1552), + [sym_continue_statement] = STATE(1552), + [sym_goto_statement] = STATE(1552), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1498] = { - [anon_sym_LPAREN] = ACTIONS(2953), + [sym_compound_statement] = STATE(1486), + [sym_labeled_statement] = STATE(1486), + [sym_expression_statement] = STATE(1486), + [sym_if_statement] = STATE(1486), + [sym_switch_statement] = STATE(1486), + [sym_case_statement] = STATE(1486), + [sym_while_statement] = STATE(1486), + [sym_do_statement] = STATE(1486), + [sym_for_statement] = STATE(1486), + [sym_return_statement] = STATE(1486), + [sym_break_statement] = STATE(1486), + [sym_continue_statement] = STATE(1486), + [sym_goto_statement] = STATE(1486), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1499] = { - [sym__expression] = STATE(1551), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2955), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1491), + [sym_labeled_statement] = STATE(1491), + [sym_expression_statement] = STATE(1491), + [sym_if_statement] = STATE(1491), + [sym_switch_statement] = STATE(1491), + [sym_case_statement] = STATE(1491), + [sym_while_statement] = STATE(1491), + [sym_do_statement] = STATE(1491), + [sym_for_statement] = STATE(1491), + [sym_return_statement] = STATE(1491), + [sym_break_statement] = STATE(1491), + [sym_continue_statement] = STATE(1491), + [sym_goto_statement] = STATE(1491), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1500] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1554), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(2977), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1501] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1935), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1933), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1933), - [sym_preproc_directive] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_typedef] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_auto] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_inline] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_restrict] = ACTIONS(1933), - [anon_sym_volatile] = ACTIONS(1933), - [anon_sym_unsigned] = ACTIONS(1933), - [anon_sym_long] = ACTIONS(1933), - [anon_sym_short] = ACTIONS(1933), - [sym_primitive_type] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_else] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1933), - [anon_sym_case] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_goto] = ACTIONS(1933), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_PLUS] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1933), - [anon_sym_DASH_DASH] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(1935), - [anon_sym_sizeof] = ACTIONS(1933), - [sym_number_literal] = ACTIONS(1933), - [sym_char_literal] = ACTIONS(1933), - [sym_string_literal] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [sym_true] = ACTIONS(1935), - [sym_false] = ACTIONS(1935), - [sym_null] = ACTIONS(1933), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2979), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1502] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1939), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1939), - [sym_preproc_directive] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_typedef] = ACTIONS(1939), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_STAR] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1939), - [anon_sym_restrict] = ACTIONS(1939), - [anon_sym_volatile] = ACTIONS(1939), - [anon_sym_unsigned] = ACTIONS(1939), - [anon_sym_long] = ACTIONS(1939), - [anon_sym_short] = ACTIONS(1939), - [sym_primitive_type] = ACTIONS(1939), - [anon_sym_enum] = ACTIONS(1939), - [anon_sym_struct] = ACTIONS(1939), - [anon_sym_union] = ACTIONS(1939), - [anon_sym_if] = ACTIONS(1939), - [anon_sym_else] = ACTIONS(1939), - [anon_sym_switch] = ACTIONS(1939), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1939), - [anon_sym_while] = ACTIONS(1939), - [anon_sym_do] = ACTIONS(1939), - [anon_sym_for] = ACTIONS(1939), - [anon_sym_return] = ACTIONS(1939), - [anon_sym_break] = ACTIONS(1939), - [anon_sym_continue] = ACTIONS(1939), - [anon_sym_goto] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1939), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_sizeof] = ACTIONS(1939), - [sym_number_literal] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [sym_string_literal] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [sym_true] = ACTIONS(1941), - [sym_false] = ACTIONS(1941), - [sym_null] = ACTIONS(1939), + [sym__expression] = STATE(1556), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2979), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1503] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1953), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1951), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1951), - [sym_preproc_directive] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_typedef] = ACTIONS(1951), - [anon_sym_extern] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_STAR] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_auto] = ACTIONS(1951), - [anon_sym_register] = ACTIONS(1951), - [anon_sym_inline] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_restrict] = ACTIONS(1951), - [anon_sym_volatile] = ACTIONS(1951), - [anon_sym_unsigned] = ACTIONS(1951), - [anon_sym_long] = ACTIONS(1951), - [anon_sym_short] = ACTIONS(1951), - [sym_primitive_type] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), - [anon_sym_struct] = ACTIONS(1951), - [anon_sym_union] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_else] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_goto] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_sizeof] = ACTIONS(1951), - [sym_number_literal] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [sym_string_literal] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [sym_true] = ACTIONS(1953), - [sym_false] = ACTIONS(1953), - [sym_null] = ACTIONS(1951), + [sym_compound_statement] = STATE(1505), + [sym_labeled_statement] = STATE(1505), + [sym_expression_statement] = STATE(1505), + [sym_if_statement] = STATE(1505), + [sym_switch_statement] = STATE(1505), + [sym_case_statement] = STATE(1505), + [sym_while_statement] = STATE(1505), + [sym_do_statement] = STATE(1505), + [sym_for_statement] = STATE(1505), + [sym_return_statement] = STATE(1505), + [sym_break_statement] = STATE(1505), + [sym_continue_statement] = STATE(1505), + [sym_goto_statement] = STATE(1505), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1504] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2795), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_auto] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [sym_number_literal] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [sym_string_literal] = ACTIONS(2795), - [sym_identifier] = ACTIONS(2797), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2793), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(2981), [sym_comment] = ACTIONS(44), }, [1505] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2807), - [anon_sym_LPAREN] = ACTIONS(2809), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2807), - [sym_preproc_directive] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_auto] = ACTIONS(2807), - [anon_sym_register] = ACTIONS(2807), - [anon_sym_inline] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_restrict] = ACTIONS(2807), - [anon_sym_volatile] = ACTIONS(2807), - [anon_sym_unsigned] = ACTIONS(2807), - [anon_sym_long] = ACTIONS(2807), - [anon_sym_short] = ACTIONS(2807), - [sym_primitive_type] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_switch] = ACTIONS(2807), - [anon_sym_case] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_do] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_goto] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2809), - [anon_sym_PLUS_PLUS] = ACTIONS(2809), - [anon_sym_sizeof] = ACTIONS(2807), - [sym_number_literal] = ACTIONS(2807), - [sym_char_literal] = ACTIONS(2807), - [sym_string_literal] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [sym_null] = ACTIONS(2807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2983), + [sym_preproc_directive] = ACTIONS(2987), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_typedef] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_RBRACE] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2983), + [anon_sym_auto] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_inline] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_restrict] = ACTIONS(2983), + [anon_sym_volatile] = ACTIONS(2983), + [anon_sym_unsigned] = ACTIONS(2983), + [anon_sym_long] = ACTIONS(2983), + [anon_sym_short] = ACTIONS(2983), + [sym_primitive_type] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2983), + [anon_sym_case] = ACTIONS(2983), + [anon_sym_default] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2985), + [anon_sym_BANG] = ACTIONS(2985), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_sizeof] = ACTIONS(2983), + [sym_number_literal] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [sym_string_literal] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [sym_true] = ACTIONS(2985), + [sym_false] = ACTIONS(2985), + [sym_null] = ACTIONS(2983), [sym_comment] = ACTIONS(44), }, [1506] = { - [sym_compound_statement] = STATE(1553), - [sym_labeled_statement] = STATE(1553), - [sym_expression_statement] = STATE(1553), - [sym_if_statement] = STATE(1553), - [sym_switch_statement] = STATE(1553), - [sym_case_statement] = STATE(1553), - [sym_while_statement] = STATE(1553), - [sym_do_statement] = STATE(1553), - [sym_for_statement] = STATE(1553), - [sym_return_statement] = STATE(1553), - [sym_break_statement] = STATE(1553), - [sym_continue_statement] = STATE(1553), - [sym_goto_statement] = STATE(1553), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1558), + [sym_labeled_statement] = STATE(1558), + [sym_expression_statement] = STATE(1558), + [sym_if_statement] = STATE(1558), + [sym_switch_statement] = STATE(1558), + [sym_case_statement] = STATE(1558), + [sym_while_statement] = STATE(1558), + [sym_do_statement] = STATE(1558), + [sym_for_statement] = STATE(1558), + [sym_return_statement] = STATE(1558), + [sym_break_statement] = STATE(1558), + [sym_continue_statement] = STATE(1558), + [sym_goto_statement] = STATE(1558), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(572), + [anon_sym_switch] = ACTIONS(574), + [anon_sym_case] = ACTIONS(576), + [anon_sym_default] = ACTIONS(578), + [anon_sym_while] = ACTIONS(580), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(584), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(1585), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1507] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2959), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1605), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1605), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1605), + [sym_preproc_directive] = ACTIONS(1607), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_typedef] = ACTIONS(1605), + [anon_sym_extern] = ACTIONS(1605), + [anon_sym_LBRACE] = ACTIONS(1603), + [anon_sym_STAR] = ACTIONS(1603), + [anon_sym_static] = ACTIONS(1605), + [anon_sym_auto] = ACTIONS(1605), + [anon_sym_register] = ACTIONS(1605), + [anon_sym_inline] = ACTIONS(1605), + [anon_sym_const] = ACTIONS(1605), + [anon_sym_restrict] = ACTIONS(1605), + [anon_sym_volatile] = ACTIONS(1605), + [anon_sym_unsigned] = ACTIONS(1605), + [anon_sym_long] = ACTIONS(1605), + [anon_sym_short] = ACTIONS(1605), + [sym_primitive_type] = ACTIONS(1605), + [anon_sym_enum] = ACTIONS(1605), + [anon_sym_struct] = ACTIONS(1605), + [anon_sym_union] = ACTIONS(1605), + [anon_sym_if] = ACTIONS(1605), + [anon_sym_else] = ACTIONS(1605), + [anon_sym_switch] = ACTIONS(1605), + [anon_sym_case] = ACTIONS(1605), + [anon_sym_default] = ACTIONS(1605), + [anon_sym_while] = ACTIONS(1605), + [anon_sym_do] = ACTIONS(1605), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1605), + [anon_sym_break] = ACTIONS(1605), + [anon_sym_continue] = ACTIONS(1605), + [anon_sym_goto] = ACTIONS(1605), + [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1603), + [anon_sym_TILDE] = ACTIONS(1603), + [anon_sym_PLUS] = ACTIONS(1605), + [anon_sym_DASH] = ACTIONS(1605), + [anon_sym_DASH_DASH] = ACTIONS(1603), + [anon_sym_PLUS_PLUS] = ACTIONS(1603), + [anon_sym_sizeof] = ACTIONS(1605), + [sym_number_literal] = ACTIONS(1605), + [sym_char_literal] = ACTIONS(1605), + [sym_string_literal] = ACTIONS(1603), + [sym_identifier] = ACTIONS(1607), + [sym_true] = ACTIONS(1603), + [sym_false] = ACTIONS(1603), + [sym_null] = ACTIONS(1605), [sym_comment] = ACTIONS(44), }, [1508] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1555), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2989), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1509] = { - [sym_compound_statement] = STATE(1556), - [sym_labeled_statement] = STATE(1556), - [sym_expression_statement] = STATE(1556), - [sym_if_statement] = STATE(1556), - [sym_switch_statement] = STATE(1556), - [sym_case_statement] = STATE(1556), - [sym_while_statement] = STATE(1556), - [sym_do_statement] = STATE(1556), - [sym_for_statement] = STATE(1556), - [sym_return_statement] = STATE(1556), - [sym_break_statement] = STATE(1556), - [sym_continue_statement] = STATE(1556), - [sym_goto_statement] = STATE(1556), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1510] = { - [sym_compound_statement] = STATE(1557), - [sym_labeled_statement] = STATE(1557), - [sym_expression_statement] = STATE(1557), - [sym_if_statement] = STATE(1557), - [sym_switch_statement] = STATE(1557), - [sym_case_statement] = STATE(1557), - [sym_while_statement] = STATE(1557), - [sym_do_statement] = STATE(1557), - [sym_for_statement] = STATE(1557), - [sym_return_statement] = STATE(1557), - [sym_break_statement] = STATE(1557), - [sym_continue_statement] = STATE(1557), - [sym_goto_statement] = STATE(1557), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_declaration] = STATE(1561), + [sym_type_definition] = STATE(1561), + [sym__declaration_specifiers] = STATE(1514), + [sym_compound_statement] = STATE(1561), + [sym_storage_class_specifier] = STATE(21), + [sym_type_qualifier] = STATE(21), + [sym__type_specifier] = STATE(22), + [sym_sized_type_specifier] = STATE(13), + [sym_enum_specifier] = STATE(13), + [sym_struct_specifier] = STATE(13), + [sym_union_specifier] = STATE(13), + [sym_labeled_statement] = STATE(1561), + [sym_expression_statement] = STATE(1561), + [sym_if_statement] = STATE(1561), + [sym_switch_statement] = STATE(1561), + [sym_case_statement] = STATE(1561), + [sym_while_statement] = STATE(1561), + [sym_do_statement] = STATE(1561), + [sym_for_statement] = STATE(1561), + [sym_return_statement] = STATE(1561), + [sym_break_statement] = STATE(1561), + [sym_continue_statement] = STATE(1561), + [sym_goto_statement] = STATE(1561), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [sym_macro_type_specifier] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(24), + [aux_sym_sized_type_specifier_repeat1] = STATE(25), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(28), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_static] = ACTIONS(28), + [anon_sym_auto] = ACTIONS(28), + [anon_sym_register] = ACTIONS(28), + [anon_sym_inline] = ACTIONS(28), + [anon_sym_const] = ACTIONS(30), + [anon_sym_restrict] = ACTIONS(30), + [anon_sym_volatile] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [sym_primitive_type] = ACTIONS(34), + [anon_sym_enum] = ACTIONS(36), + [anon_sym_struct] = ACTIONS(38), + [anon_sym_union] = ACTIONS(40), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2939), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1511] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2269), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2267), - [sym_preproc_directive] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_typedef] = ACTIONS(2267), - [anon_sym_extern] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_STAR] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_auto] = ACTIONS(2267), - [anon_sym_register] = ACTIONS(2267), - [anon_sym_inline] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_restrict] = ACTIONS(2267), - [anon_sym_volatile] = ACTIONS(2267), - [anon_sym_unsigned] = ACTIONS(2267), - [anon_sym_long] = ACTIONS(2267), - [anon_sym_short] = ACTIONS(2267), - [sym_primitive_type] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(2267), - [anon_sym_union] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_else] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_goto] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), - [anon_sym_sizeof] = ACTIONS(2267), - [sym_number_literal] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [sym_string_literal] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2267), + [sym_type_qualifier] = STATE(40), + [sym__type_specifier] = STATE(1562), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_type_definition_repeat1] = STATE(1563), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [1512] = { - [sym__type_declarator] = STATE(1558), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(984), + [anon_sym_SEMI] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(115), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_static] = ACTIONS(115), + [anon_sym_auto] = ACTIONS(115), + [anon_sym_register] = ACTIONS(115), + [anon_sym_inline] = ACTIONS(115), + [anon_sym_const] = ACTIONS(115), + [anon_sym_restrict] = ACTIONS(115), + [anon_sym_volatile] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(2877), + [anon_sym_QMARK] = ACTIONS(984), + [anon_sym_STAR_EQ] = ACTIONS(984), + [anon_sym_SLASH_EQ] = ACTIONS(984), + [anon_sym_PERCENT_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(984), + [anon_sym_DASH_EQ] = ACTIONS(984), + [anon_sym_LT_LT_EQ] = ACTIONS(984), + [anon_sym_GT_GT_EQ] = ACTIONS(984), + [anon_sym_AMP_EQ] = ACTIONS(984), + [anon_sym_CARET_EQ] = ACTIONS(984), + [anon_sym_PIPE_EQ] = ACTIONS(984), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(984), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(984), + [anon_sym_BANG_EQ] = ACTIONS(984), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT_EQ] = ACTIONS(984), + [anon_sym_GT_EQ] = ACTIONS(984), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DOT] = ACTIONS(984), + [anon_sym_DASH_GT] = ACTIONS(984), + [sym_identifier] = ACTIONS(117), [sym_comment] = ACTIONS(44), }, [1513] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(1559), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1945), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1945), + [sym_preproc_directive] = ACTIONS(1949), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_typedef] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_STAR] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1945), + [anon_sym_auto] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_inline] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_restrict] = ACTIONS(1945), + [anon_sym_volatile] = ACTIONS(1945), + [anon_sym_unsigned] = ACTIONS(1945), + [anon_sym_long] = ACTIONS(1945), + [anon_sym_short] = ACTIONS(1945), + [sym_primitive_type] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_else] = ACTIONS(1945), + [anon_sym_switch] = ACTIONS(1945), + [anon_sym_case] = ACTIONS(1945), + [anon_sym_default] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1947), + [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_PLUS_PLUS] = ACTIONS(1947), + [anon_sym_sizeof] = ACTIONS(1945), + [sym_number_literal] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [sym_string_literal] = ACTIONS(1947), + [sym_identifier] = ACTIONS(1949), + [sym_true] = ACTIONS(1947), + [sym_false] = ACTIONS(1947), + [sym_null] = ACTIONS(1945), [sym_comment] = ACTIONS(44), }, [1514] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(1561), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [sym__declarator] = STATE(1564), + [sym_pointer_declarator] = STATE(57), + [sym_function_declarator] = STATE(57), + [sym_array_declarator] = STATE(57), + [sym_init_declarator] = STATE(1565), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(540), + [sym_identifier] = ACTIONS(133), [sym_comment] = ACTIONS(44), }, [1515] = { - [aux_sym_declaration_repeat1] = STATE(1561), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2961), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(2993), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1516] = { - [sym_compound_statement] = STATE(1562), - [sym_labeled_statement] = STATE(1562), - [sym_expression_statement] = STATE(1562), - [sym_if_statement] = STATE(1562), - [sym_switch_statement] = STATE(1562), - [sym_case_statement] = STATE(1562), - [sym_while_statement] = STATE(1562), - [sym_do_statement] = STATE(1562), - [sym_for_statement] = STATE(1562), - [sym_return_statement] = STATE(1562), - [sym_break_statement] = STATE(1562), - [sym_continue_statement] = STATE(1562), - [sym_goto_statement] = STATE(1562), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(2995), [sym_comment] = ACTIONS(44), }, [1517] = { - [sym__expression] = STATE(1563), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1518] = { - [sym__expression] = STATE(1565), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1519] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2965), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1520] = { - [sym__expression] = STATE(1567), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2965), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1521] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2883), - [sym_preproc_directive] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_auto] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_unsigned] = ACTIONS(2883), - [anon_sym_long] = ACTIONS(2883), - [anon_sym_short] = ACTIONS(2883), - [sym_primitive_type] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_switch] = ACTIONS(2883), - [anon_sym_case] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_do] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_sizeof] = ACTIONS(2883), - [sym_number_literal] = ACTIONS(2883), - [sym_char_literal] = ACTIONS(2883), - [sym_string_literal] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [sym_null] = ACTIONS(2883), - [sym_comment] = ACTIONS(44), - }, - [1522] = { - [sym_compound_statement] = STATE(1568), - [sym_labeled_statement] = STATE(1568), - [sym_expression_statement] = STATE(1568), - [sym_if_statement] = STATE(1568), - [sym_switch_statement] = STATE(1568), - [sym_case_statement] = STATE(1568), - [sym_while_statement] = STATE(1568), - [sym_do_statement] = STATE(1568), - [sym_for_statement] = STATE(1568), - [sym_return_statement] = STATE(1568), - [sym_break_statement] = STATE(1568), - [sym_continue_statement] = STATE(1568), - [sym_goto_statement] = STATE(1568), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1523] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2967), - [sym_comment] = ACTIONS(44), - }, - [1524] = { - [sym_compound_statement] = STATE(1570), - [sym_labeled_statement] = STATE(1570), - [sym_expression_statement] = STATE(1570), - [sym_if_statement] = STATE(1570), - [sym_switch_statement] = STATE(1570), - [sym_case_statement] = STATE(1570), - [sym_while_statement] = STATE(1570), - [sym_do_statement] = STATE(1570), - [sym_for_statement] = STATE(1570), - [sym_return_statement] = STATE(1570), - [sym_break_statement] = STATE(1570), - [sym_continue_statement] = STATE(1570), - [sym_goto_statement] = STATE(1570), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1569), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), - }, - [1525] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(744), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(746), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_SEMI] = ACTIONS(744), - [anon_sym_typedef] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(744), - [anon_sym_RBRACE] = ACTIONS(744), - [anon_sym_STAR] = ACTIONS(744), - [anon_sym_static] = ACTIONS(746), - [anon_sym_auto] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_inline] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [anon_sym_restrict] = ACTIONS(746), - [anon_sym_volatile] = ACTIONS(746), - [anon_sym_unsigned] = ACTIONS(746), - [anon_sym_long] = ACTIONS(746), - [anon_sym_short] = ACTIONS(746), - [sym_primitive_type] = ACTIONS(746), - [anon_sym_enum] = ACTIONS(746), - [anon_sym_struct] = ACTIONS(746), - [anon_sym_union] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_else] = ACTIONS(746), - [anon_sym_switch] = ACTIONS(746), - [anon_sym_case] = ACTIONS(746), - [anon_sym_default] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_goto] = ACTIONS(746), - [anon_sym_AMP] = ACTIONS(744), - [anon_sym_BANG] = ACTIONS(744), - [anon_sym_TILDE] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(744), - [anon_sym_PLUS_PLUS] = ACTIONS(744), - [anon_sym_sizeof] = ACTIONS(746), - [sym_number_literal] = ACTIONS(746), - [sym_char_literal] = ACTIONS(746), - [sym_string_literal] = ACTIONS(744), - [sym_identifier] = ACTIONS(748), - [sym_true] = ACTIONS(744), - [sym_false] = ACTIONS(744), - [sym_null] = ACTIONS(746), + }, + [1518] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1519] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1965), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1965), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_typedef] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_STAR] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1965), + [anon_sym_auto] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_inline] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [anon_sym_restrict] = ACTIONS(1965), + [anon_sym_volatile] = ACTIONS(1965), + [anon_sym_unsigned] = ACTIONS(1965), + [anon_sym_long] = ACTIONS(1965), + [anon_sym_short] = ACTIONS(1965), + [sym_primitive_type] = ACTIONS(1965), + [anon_sym_enum] = ACTIONS(1965), + [anon_sym_struct] = ACTIONS(1965), + [anon_sym_union] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_else] = ACTIONS(1965), + [anon_sym_switch] = ACTIONS(1965), + [anon_sym_case] = ACTIONS(1965), + [anon_sym_default] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_goto] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1967), + [anon_sym_BANG] = ACTIONS(1967), + [anon_sym_TILDE] = ACTIONS(1967), + [anon_sym_PLUS] = ACTIONS(1965), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_PLUS_PLUS] = ACTIONS(1967), + [anon_sym_sizeof] = ACTIONS(1965), + [sym_number_literal] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [sym_string_literal] = ACTIONS(1967), + [sym_identifier] = ACTIONS(1969), + [sym_true] = ACTIONS(1967), + [sym_false] = ACTIONS(1967), + [sym_null] = ACTIONS(1965), + [sym_comment] = ACTIONS(44), + }, + [1520] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1973), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1971), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1971), + [sym_preproc_directive] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_typedef] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_auto] = ACTIONS(1971), + [anon_sym_register] = ACTIONS(1971), + [anon_sym_inline] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_restrict] = ACTIONS(1971), + [anon_sym_volatile] = ACTIONS(1971), + [anon_sym_unsigned] = ACTIONS(1971), + [anon_sym_long] = ACTIONS(1971), + [anon_sym_short] = ACTIONS(1971), + [sym_primitive_type] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_else] = ACTIONS(1971), + [anon_sym_switch] = ACTIONS(1971), + [anon_sym_case] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_do] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_goto] = ACTIONS(1971), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1971), + [anon_sym_DASH_DASH] = ACTIONS(1973), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_sizeof] = ACTIONS(1971), + [sym_number_literal] = ACTIONS(1971), + [sym_char_literal] = ACTIONS(1971), + [sym_string_literal] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [sym_true] = ACTIONS(1973), + [sym_false] = ACTIONS(1973), + [sym_null] = ACTIONS(1971), + [sym_comment] = ACTIONS(44), + }, + [1521] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1983), + [sym_preproc_directive] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_typedef] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_auto] = ACTIONS(1983), + [anon_sym_register] = ACTIONS(1983), + [anon_sym_inline] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_restrict] = ACTIONS(1983), + [anon_sym_volatile] = ACTIONS(1983), + [anon_sym_unsigned] = ACTIONS(1983), + [anon_sym_long] = ACTIONS(1983), + [anon_sym_short] = ACTIONS(1983), + [sym_primitive_type] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_else] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_goto] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_DASH_DASH] = ACTIONS(1985), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_sizeof] = ACTIONS(1983), + [sym_number_literal] = ACTIONS(1983), + [sym_char_literal] = ACTIONS(1983), + [sym_string_literal] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [sym_true] = ACTIONS(1985), + [sym_false] = ACTIONS(1985), + [sym_null] = ACTIONS(1983), + [sym_comment] = ACTIONS(44), + }, + [1522] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2835), + [anon_sym_LPAREN] = ACTIONS(2837), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2835), + [sym_preproc_directive] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2835), + [anon_sym_extern] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2835), + [anon_sym_auto] = ACTIONS(2835), + [anon_sym_register] = ACTIONS(2835), + [anon_sym_inline] = ACTIONS(2835), + [anon_sym_const] = ACTIONS(2835), + [anon_sym_restrict] = ACTIONS(2835), + [anon_sym_volatile] = ACTIONS(2835), + [anon_sym_unsigned] = ACTIONS(2835), + [anon_sym_long] = ACTIONS(2835), + [anon_sym_short] = ACTIONS(2835), + [sym_primitive_type] = ACTIONS(2835), + [anon_sym_enum] = ACTIONS(2835), + [anon_sym_struct] = ACTIONS(2835), + [anon_sym_union] = ACTIONS(2835), + [anon_sym_if] = ACTIONS(2835), + [anon_sym_switch] = ACTIONS(2835), + [anon_sym_case] = ACTIONS(2835), + [anon_sym_default] = ACTIONS(2835), + [anon_sym_while] = ACTIONS(2835), + [anon_sym_do] = ACTIONS(2835), + [anon_sym_for] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2835), + [anon_sym_break] = ACTIONS(2835), + [anon_sym_continue] = ACTIONS(2835), + [anon_sym_goto] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_BANG] = ACTIONS(2837), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2835), + [anon_sym_DASH_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2837), + [anon_sym_sizeof] = ACTIONS(2835), + [sym_number_literal] = ACTIONS(2835), + [sym_char_literal] = ACTIONS(2835), + [sym_string_literal] = ACTIONS(2837), + [sym_identifier] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [sym_null] = ACTIONS(2835), + [sym_comment] = ACTIONS(44), + }, + [1523] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2851), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_auto] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [sym_primitive_type] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [sym_number_literal] = ACTIONS(2849), + [sym_char_literal] = ACTIONS(2849), + [sym_string_literal] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2853), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_null] = ACTIONS(2849), + [sym_comment] = ACTIONS(44), + }, + [1524] = { + [sym_compound_statement] = STATE(1571), + [sym_labeled_statement] = STATE(1571), + [sym_expression_statement] = STATE(1571), + [sym_if_statement] = STATE(1571), + [sym_switch_statement] = STATE(1571), + [sym_case_statement] = STATE(1571), + [sym_while_statement] = STATE(1571), + [sym_do_statement] = STATE(1571), + [sym_for_statement] = STATE(1571), + [sym_return_statement] = STATE(1571), + [sym_break_statement] = STATE(1571), + [sym_continue_statement] = STATE(1571), + [sym_goto_statement] = STATE(1571), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1525] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3001), [sym_comment] = ACTIONS(44), }, [1526] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2969), - [anon_sym_LBRACK] = ACTIONS(436), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1573), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1527] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [anon_sym_LPAREN] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_RBRACE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1117), - [anon_sym_else] = ACTIONS(1117), - [anon_sym_switch] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(1117), - [anon_sym_default] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_return] = ACTIONS(1117), - [anon_sym_break] = ACTIONS(1117), - [anon_sym_continue] = ACTIONS(1117), - [anon_sym_goto] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [sym_compound_statement] = STATE(1574), + [sym_labeled_statement] = STATE(1574), + [sym_expression_statement] = STATE(1574), + [sym_if_statement] = STATE(1574), + [sym_switch_statement] = STATE(1574), + [sym_case_statement] = STATE(1574), + [sym_while_statement] = STATE(1574), + [sym_do_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1528] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2683), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2681), - [sym_preproc_directive] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_typedef] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_RBRACE] = ACTIONS(2683), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_auto] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [sym_primitive_type] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_if] = ACTIONS(2681), - [anon_sym_else] = ACTIONS(2681), - [anon_sym_switch] = ACTIONS(2681), - [anon_sym_case] = ACTIONS(2681), - [anon_sym_default] = ACTIONS(2681), - [anon_sym_while] = ACTIONS(2681), - [anon_sym_do] = ACTIONS(2681), - [anon_sym_for] = ACTIONS(2681), - [anon_sym_return] = ACTIONS(2681), - [anon_sym_break] = ACTIONS(2681), - [anon_sym_continue] = ACTIONS(2681), - [anon_sym_goto] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2683), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_sizeof] = ACTIONS(2681), - [sym_number_literal] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [sym_string_literal] = ACTIONS(2683), - [sym_identifier] = ACTIONS(2685), - [sym_true] = ACTIONS(2683), - [sym_false] = ACTIONS(2683), - [sym_null] = ACTIONS(2681), + [sym_compound_statement] = STATE(1575), + [sym_labeled_statement] = STATE(1575), + [sym_expression_statement] = STATE(1575), + [sym_if_statement] = STATE(1575), + [sym_switch_statement] = STATE(1575), + [sym_case_statement] = STATE(1575), + [sym_while_statement] = STATE(1575), + [sym_do_statement] = STATE(1575), + [sym_for_statement] = STATE(1575), + [sym_return_statement] = STATE(1575), + [sym_break_statement] = STATE(1575), + [sym_continue_statement] = STATE(1575), + [sym_goto_statement] = STATE(1575), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1529] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2687), - [sym_preproc_directive] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_typedef] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_RBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_auto] = ACTIONS(2687), - [anon_sym_register] = ACTIONS(2687), - [anon_sym_inline] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_restrict] = ACTIONS(2687), - [anon_sym_volatile] = ACTIONS(2687), - [anon_sym_unsigned] = ACTIONS(2687), - [anon_sym_long] = ACTIONS(2687), - [anon_sym_short] = ACTIONS(2687), - [sym_primitive_type] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_else] = ACTIONS(2687), - [anon_sym_switch] = ACTIONS(2687), - [anon_sym_case] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_do] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_goto] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_TILDE] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2689), - [anon_sym_PLUS_PLUS] = ACTIONS(2689), - [anon_sym_sizeof] = ACTIONS(2687), - [sym_number_literal] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [sym_string_literal] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [sym_true] = ACTIONS(2689), - [sym_false] = ACTIONS(2689), - [sym_null] = ACTIONS(2687), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2305), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2303), + [sym_preproc_directive] = ACTIONS(2307), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_typedef] = ACTIONS(2303), + [anon_sym_extern] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2303), + [anon_sym_auto] = ACTIONS(2303), + [anon_sym_register] = ACTIONS(2303), + [anon_sym_inline] = ACTIONS(2303), + [anon_sym_const] = ACTIONS(2303), + [anon_sym_restrict] = ACTIONS(2303), + [anon_sym_volatile] = ACTIONS(2303), + [anon_sym_unsigned] = ACTIONS(2303), + [anon_sym_long] = ACTIONS(2303), + [anon_sym_short] = ACTIONS(2303), + [sym_primitive_type] = ACTIONS(2303), + [anon_sym_enum] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2303), + [anon_sym_union] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_else] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2303), + [anon_sym_default] = ACTIONS(2303), + [anon_sym_while] = ACTIONS(2303), + [anon_sym_do] = ACTIONS(2303), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2303), + [anon_sym_break] = ACTIONS(2303), + [anon_sym_continue] = ACTIONS(2303), + [anon_sym_goto] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2303), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_sizeof] = ACTIONS(2303), + [sym_number_literal] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [sym_string_literal] = ACTIONS(2305), + [sym_identifier] = ACTIONS(2307), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2303), [sym_comment] = ACTIONS(44), }, [1530] = { - [sym_compound_statement] = STATE(1572), - [sym_labeled_statement] = STATE(1572), - [sym_expression_statement] = STATE(1572), - [sym_if_statement] = STATE(1572), - [sym_switch_statement] = STATE(1572), - [sym_case_statement] = STATE(1572), - [sym_while_statement] = STATE(1572), - [sym_do_statement] = STATE(1572), - [sym_for_statement] = STATE(1572), - [sym_return_statement] = STATE(1572), - [sym_break_statement] = STATE(1572), - [sym_continue_statement] = STATE(1572), - [sym_goto_statement] = STATE(1572), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__type_declarator] = STATE(1576), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [1531] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2971), + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(1577), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, [1532] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1574), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(1579), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(3003), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, [1533] = { - [sym__expression] = STATE(1575), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_declaration_repeat1] = STATE(1579), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(3003), [sym_comment] = ACTIONS(44), }, [1534] = { - [anon_sym_else] = ACTIONS(2973), - [anon_sym_while] = ACTIONS(2487), + [sym_compound_statement] = STATE(1580), + [sym_labeled_statement] = STATE(1580), + [sym_expression_statement] = STATE(1580), + [sym_if_statement] = STATE(1580), + [sym_switch_statement] = STATE(1580), + [sym_case_statement] = STATE(1580), + [sym_while_statement] = STATE(1580), + [sym_do_statement] = STATE(1580), + [sym_for_statement] = STATE(1580), + [sym_return_statement] = STATE(1580), + [sym_break_statement] = STATE(1580), + [sym_continue_statement] = STATE(1580), + [sym_goto_statement] = STATE(1580), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1535] = { - [sym_compound_statement] = STATE(1529), - [sym_labeled_statement] = STATE(1529), - [sym_expression_statement] = STATE(1529), - [sym_if_statement] = STATE(1529), - [sym_switch_statement] = STATE(1529), - [sym_case_statement] = STATE(1529), - [sym_while_statement] = STATE(1529), - [sym_do_statement] = STATE(1529), - [sym_for_statement] = STATE(1529), - [sym_return_statement] = STATE(1529), - [sym_break_statement] = STATE(1529), - [sym_continue_statement] = STATE(1529), - [sym_goto_statement] = STATE(1529), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1581), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1536] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1578), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(2975), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1583), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1537] = { - [sym__expression] = STATE(1579), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2975), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1538] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2977), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1585), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1539] = { - [sym_compound_statement] = STATE(1540), - [sym_labeled_statement] = STATE(1540), - [sym_expression_statement] = STATE(1540), - [sym_if_statement] = STATE(1540), - [sym_switch_statement] = STATE(1540), - [sym_case_statement] = STATE(1540), - [sym_while_statement] = STATE(1540), - [sym_do_statement] = STATE(1540), - [sym_for_statement] = STATE(1540), - [sym_return_statement] = STATE(1540), - [sym_break_statement] = STATE(1540), - [sym_continue_statement] = STATE(1540), - [sym_goto_statement] = STATE(1540), - [sym__expression] = STATE(265), - [sym_comma_expression] = STATE(266), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(942), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(946), - [anon_sym_do] = ACTIONS(574), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(578), - [anon_sym_break] = ACTIONS(580), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(584), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(950), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2925), + [anon_sym_LPAREN] = ACTIONS(2927), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_auto] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [sym_primitive_type] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [sym_number_literal] = ACTIONS(2925), + [sym_char_literal] = ACTIONS(2925), + [sym_string_literal] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2929), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_null] = ACTIONS(2925), [sym_comment] = ACTIONS(44), }, [1540] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2981), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2979), - [sym_preproc_directive] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_typedef] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_RBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_auto] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_inline] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_restrict] = ACTIONS(2979), - [anon_sym_volatile] = ACTIONS(2979), - [anon_sym_unsigned] = ACTIONS(2979), - [anon_sym_long] = ACTIONS(2979), - [anon_sym_short] = ACTIONS(2979), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_switch] = ACTIONS(2979), - [anon_sym_case] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_goto] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_sizeof] = ACTIONS(2979), - [sym_number_literal] = ACTIONS(2979), - [sym_char_literal] = ACTIONS(2979), - [sym_string_literal] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_null] = ACTIONS(2979), + [sym_compound_statement] = STATE(1586), + [sym_labeled_statement] = STATE(1586), + [sym_expression_statement] = STATE(1586), + [sym_if_statement] = STATE(1586), + [sym_switch_statement] = STATE(1586), + [sym_case_statement] = STATE(1586), + [sym_while_statement] = STATE(1586), + [sym_do_statement] = STATE(1586), + [sym_for_statement] = STATE(1586), + [sym_return_statement] = STATE(1586), + [sym_break_statement] = STATE(1586), + [sym_continue_statement] = STATE(1586), + [sym_goto_statement] = STATE(1586), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1541] = { - [sym_compound_statement] = STATE(1581), - [sym_labeled_statement] = STATE(1581), - [sym_expression_statement] = STATE(1581), - [sym_if_statement] = STATE(1581), - [sym_switch_statement] = STATE(1581), - [sym_case_statement] = STATE(1581), - [sym_while_statement] = STATE(1581), - [sym_do_statement] = STATE(1581), - [sym_for_statement] = STATE(1581), - [sym_return_statement] = STATE(1581), - [sym_break_statement] = STATE(1581), - [sym_continue_statement] = STATE(1581), - [sym_goto_statement] = STATE(1581), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3009), [sym_comment] = ACTIONS(44), }, [1542] = { - [sym_compound_statement] = STATE(1582), - [sym_labeled_statement] = STATE(1582), - [sym_expression_statement] = STATE(1582), - [sym_if_statement] = STATE(1582), - [sym_switch_statement] = STATE(1582), - [sym_case_statement] = STATE(1582), - [sym_while_statement] = STATE(1582), - [sym_do_statement] = STATE(1582), - [sym_for_statement] = STATE(1582), - [sym_return_statement] = STATE(1582), - [sym_break_statement] = STATE(1582), - [sym_continue_statement] = STATE(1582), - [sym_goto_statement] = STATE(1582), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1588), + [sym_labeled_statement] = STATE(1588), + [sym_expression_statement] = STATE(1588), + [sym_if_statement] = STATE(1588), + [sym_switch_statement] = STATE(1588), + [sym_case_statement] = STATE(1588), + [sym_while_statement] = STATE(1588), + [sym_do_statement] = STATE(1588), + [sym_for_statement] = STATE(1588), + [sym_return_statement] = STATE(1588), + [sym_break_statement] = STATE(1588), + [sym_continue_statement] = STATE(1588), + [sym_goto_statement] = STATE(1588), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1543] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2269), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2267), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2267), - [sym_preproc_directive] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_typedef] = ACTIONS(2267), - [anon_sym_extern] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_STAR] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_auto] = ACTIONS(2267), - [anon_sym_register] = ACTIONS(2267), - [anon_sym_inline] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_restrict] = ACTIONS(2267), - [anon_sym_volatile] = ACTIONS(2267), - [anon_sym_unsigned] = ACTIONS(2267), - [anon_sym_long] = ACTIONS(2267), - [anon_sym_short] = ACTIONS(2267), - [sym_primitive_type] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(2267), - [anon_sym_union] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_else] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_goto] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), - [anon_sym_sizeof] = ACTIONS(2267), - [sym_number_literal] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [sym_string_literal] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_else] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_goto] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(762), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_sizeof] = ACTIONS(764), + [sym_number_literal] = ACTIONS(764), + [sym_char_literal] = ACTIONS(764), + [sym_string_literal] = ACTIONS(762), + [sym_identifier] = ACTIONS(766), + [sym_true] = ACTIONS(762), + [sym_false] = ACTIONS(762), + [sym_null] = ACTIONS(764), [sym_comment] = ACTIONS(44), }, [1544] = { - [sym__type_declarator] = STATE(1583), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1545] = { - [sym_type_qualifier] = STATE(110), - [sym__type_specifier] = STATE(1584), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_sized_type_specifier_repeat1] = STATE(42), - [anon_sym_const] = ACTIONS(62), - [anon_sym_restrict] = ACTIONS(62), - [anon_sym_volatile] = ACTIONS(62), - [anon_sym_unsigned] = ACTIONS(64), - [anon_sym_long] = ACTIONS(64), - [anon_sym_short] = ACTIONS(64), - [sym_primitive_type] = ACTIONS(66), - [anon_sym_enum] = ACTIONS(68), - [anon_sym_struct] = ACTIONS(70), - [anon_sym_union] = ACTIONS(72), - [sym_identifier] = ACTIONS(74), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_RBRACE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [anon_sym_if] = ACTIONS(1137), + [anon_sym_else] = ACTIONS(1137), + [anon_sym_switch] = ACTIONS(1137), + [anon_sym_case] = ACTIONS(1137), + [anon_sym_default] = ACTIONS(1137), + [anon_sym_while] = ACTIONS(1137), + [anon_sym_do] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1137), + [anon_sym_break] = ACTIONS(1137), + [anon_sym_continue] = ACTIONS(1137), + [anon_sym_goto] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, [1546] = { - [sym_parameter_list] = STATE(143), - [aux_sym_declaration_repeat1] = STATE(1586), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2985), - [anon_sym_LBRACK] = ACTIONS(296), - [anon_sym_EQ] = ACTIONS(298), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2723), + [anon_sym_LPAREN] = ACTIONS(2725), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2723), + [sym_preproc_directive] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_typedef] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_RBRACE] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2723), + [anon_sym_auto] = ACTIONS(2723), + [anon_sym_register] = ACTIONS(2723), + [anon_sym_inline] = ACTIONS(2723), + [anon_sym_const] = ACTIONS(2723), + [anon_sym_restrict] = ACTIONS(2723), + [anon_sym_volatile] = ACTIONS(2723), + [anon_sym_unsigned] = ACTIONS(2723), + [anon_sym_long] = ACTIONS(2723), + [anon_sym_short] = ACTIONS(2723), + [sym_primitive_type] = ACTIONS(2723), + [anon_sym_enum] = ACTIONS(2723), + [anon_sym_struct] = ACTIONS(2723), + [anon_sym_union] = ACTIONS(2723), + [anon_sym_if] = ACTIONS(2723), + [anon_sym_else] = ACTIONS(2723), + [anon_sym_switch] = ACTIONS(2723), + [anon_sym_case] = ACTIONS(2723), + [anon_sym_default] = ACTIONS(2723), + [anon_sym_while] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_for] = ACTIONS(2723), + [anon_sym_return] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2723), + [anon_sym_continue] = ACTIONS(2723), + [anon_sym_goto] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_BANG] = ACTIONS(2725), + [anon_sym_TILDE] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_sizeof] = ACTIONS(2723), + [sym_number_literal] = ACTIONS(2723), + [sym_char_literal] = ACTIONS(2723), + [sym_string_literal] = ACTIONS(2725), + [sym_identifier] = ACTIONS(2727), + [sym_true] = ACTIONS(2725), + [sym_false] = ACTIONS(2725), + [sym_null] = ACTIONS(2723), [sym_comment] = ACTIONS(44), }, [1547] = { - [aux_sym_declaration_repeat1] = STATE(1586), - [anon_sym_COMMA] = ACTIONS(290), - [anon_sym_SEMI] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2729), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_typedef] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_RBRACE] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_auto] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_unsigned] = ACTIONS(2729), + [anon_sym_long] = ACTIONS(2729), + [anon_sym_short] = ACTIONS(2729), + [sym_primitive_type] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_union] = ACTIONS(2729), + [anon_sym_if] = ACTIONS(2729), + [anon_sym_else] = ACTIONS(2729), + [anon_sym_switch] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_default] = ACTIONS(2729), + [anon_sym_while] = ACTIONS(2729), + [anon_sym_do] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2729), + [anon_sym_return] = ACTIONS(2729), + [anon_sym_break] = ACTIONS(2729), + [anon_sym_continue] = ACTIONS(2729), + [anon_sym_goto] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_sizeof] = ACTIONS(2729), + [sym_number_literal] = ACTIONS(2729), + [sym_char_literal] = ACTIONS(2729), + [sym_string_literal] = ACTIONS(2731), + [sym_identifier] = ACTIONS(2733), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2729), [sym_comment] = ACTIONS(44), }, [1548] = { - [sym_compound_statement] = STATE(1587), - [sym_labeled_statement] = STATE(1587), - [sym_expression_statement] = STATE(1587), - [sym_if_statement] = STATE(1587), - [sym_switch_statement] = STATE(1587), - [sym_case_statement] = STATE(1587), - [sym_while_statement] = STATE(1587), - [sym_do_statement] = STATE(1587), - [sym_for_statement] = STATE(1587), - [sym_return_statement] = STATE(1587), - [sym_break_statement] = STATE(1587), - [sym_continue_statement] = STATE(1587), - [sym_goto_statement] = STATE(1587), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1590), + [sym_labeled_statement] = STATE(1590), + [sym_expression_statement] = STATE(1590), + [sym_if_statement] = STATE(1590), + [sym_switch_statement] = STATE(1590), + [sym_case_statement] = STATE(1590), + [sym_while_statement] = STATE(1590), + [sym_do_statement] = STATE(1590), + [sym_for_statement] = STATE(1590), + [sym_return_statement] = STATE(1590), + [sym_break_statement] = STATE(1590), + [sym_continue_statement] = STATE(1590), + [sym_goto_statement] = STATE(1590), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1549] = { - [sym__expression] = STATE(1588), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3013), [sym_comment] = ACTIONS(44), }, [1550] = { - [sym__expression] = STATE(1590), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(2987), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1592), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1551] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym__expression] = STATE(1593), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1552] = { - [sym__expression] = STATE(1592), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(798), - [anon_sym_AMP] = ACTIONS(798), - [anon_sym_BANG] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(802), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(806), - [anon_sym_PLUS_PLUS] = ACTIONS(806), - [anon_sym_sizeof] = ACTIONS(808), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_else] = ACTIONS(3015), + [anon_sym_while] = ACTIONS(2527), [sym_comment] = ACTIONS(44), }, [1553] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2883), - [sym_preproc_directive] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_auto] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_unsigned] = ACTIONS(2883), - [anon_sym_long] = ACTIONS(2883), - [anon_sym_short] = ACTIONS(2883), - [sym_primitive_type] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_switch] = ACTIONS(2883), - [anon_sym_case] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_do] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_sizeof] = ACTIONS(2883), - [sym_number_literal] = ACTIONS(2883), - [sym_char_literal] = ACTIONS(2883), - [sym_string_literal] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [sym_null] = ACTIONS(2883), + [sym_compound_statement] = STATE(1547), + [sym_labeled_statement] = STATE(1547), + [sym_expression_statement] = STATE(1547), + [sym_if_statement] = STATE(1547), + [sym_switch_statement] = STATE(1547), + [sym_case_statement] = STATE(1547), + [sym_while_statement] = STATE(1547), + [sym_do_statement] = STATE(1547), + [sym_for_statement] = STATE(1547), + [sym_return_statement] = STATE(1547), + [sym_break_statement] = STATE(1547), + [sym_continue_statement] = STATE(1547), + [sym_goto_statement] = STATE(1547), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1554] = { - [sym_compound_statement] = STATE(1593), - [sym_labeled_statement] = STATE(1593), - [sym_expression_statement] = STATE(1593), - [sym_if_statement] = STATE(1593), - [sym_switch_statement] = STATE(1593), - [sym_case_statement] = STATE(1593), - [sym_while_statement] = STATE(1593), - [sym_do_statement] = STATE(1593), - [sym_for_statement] = STATE(1593), - [sym_return_statement] = STATE(1593), - [sym_break_statement] = STATE(1593), - [sym_continue_statement] = STATE(1593), - [sym_goto_statement] = STATE(1593), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1596), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3017), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1555] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(2991), + [sym__expression] = STATE(1597), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3017), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1556] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_auto] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2993), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_case] = ACTIONS(2485), - [anon_sym_default] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_goto] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_sizeof] = ACTIONS(2485), - [sym_number_literal] = ACTIONS(2485), - [sym_char_literal] = ACTIONS(2485), - [sym_string_literal] = ACTIONS(2487), - [sym_identifier] = ACTIONS(2489), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_null] = ACTIONS(2485), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1557] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_auto] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_else] = ACTIONS(2497), - [anon_sym_switch] = ACTIONS(2497), - [anon_sym_case] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_goto] = ACTIONS(2497), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_sizeof] = ACTIONS(2497), - [sym_number_literal] = ACTIONS(2497), - [sym_char_literal] = ACTIONS(2497), - [sym_string_literal] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [sym_true] = ACTIONS(2499), - [sym_false] = ACTIONS(2499), - [sym_null] = ACTIONS(2497), + [sym_compound_statement] = STATE(1558), + [sym_labeled_statement] = STATE(1558), + [sym_expression_statement] = STATE(1558), + [sym_if_statement] = STATE(1558), + [sym_switch_statement] = STATE(1558), + [sym_case_statement] = STATE(1558), + [sym_while_statement] = STATE(1558), + [sym_do_statement] = STATE(1558), + [sym_for_statement] = STATE(1558), + [sym_return_statement] = STATE(1558), + [sym_break_statement] = STATE(1558), + [sym_continue_statement] = STATE(1558), + [sym_goto_statement] = STATE(1558), + [sym__expression] = STATE(269), + [sym_comma_expression] = STATE(270), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(562), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(962), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(582), + [anon_sym_for] = ACTIONS(968), + [anon_sym_return] = ACTIONS(586), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(590), + [anon_sym_goto] = ACTIONS(592), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(970), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1558] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(436), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3021), + [sym_preproc_directive] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_typedef] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3021), + [anon_sym_auto] = ACTIONS(3021), + [anon_sym_register] = ACTIONS(3021), + [anon_sym_inline] = ACTIONS(3021), + [anon_sym_const] = ACTIONS(3021), + [anon_sym_restrict] = ACTIONS(3021), + [anon_sym_volatile] = ACTIONS(3021), + [anon_sym_unsigned] = ACTIONS(3021), + [anon_sym_long] = ACTIONS(3021), + [anon_sym_short] = ACTIONS(3021), + [sym_primitive_type] = ACTIONS(3021), + [anon_sym_enum] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3021), + [anon_sym_union] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_switch] = ACTIONS(3021), + [anon_sym_case] = ACTIONS(3021), + [anon_sym_default] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_break] = ACTIONS(3021), + [anon_sym_continue] = ACTIONS(3021), + [anon_sym_goto] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3021), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_sizeof] = ACTIONS(3021), + [sym_number_literal] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [sym_string_literal] = ACTIONS(3023), + [sym_identifier] = ACTIONS(3025), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_null] = ACTIONS(3021), [sym_comment] = ACTIONS(44), }, [1559] = { - [sym__type_declarator] = STATE(1597), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [sym_compound_statement] = STATE(1599), + [sym_labeled_statement] = STATE(1599), + [sym_expression_statement] = STATE(1599), + [sym_if_statement] = STATE(1599), + [sym_switch_statement] = STATE(1599), + [sym_case_statement] = STATE(1599), + [sym_while_statement] = STATE(1599), + [sym_do_statement] = STATE(1599), + [sym_for_statement] = STATE(1599), + [sym_return_statement] = STATE(1599), + [sym_break_statement] = STATE(1599), + [sym_continue_statement] = STATE(1599), + [sym_goto_statement] = STATE(1599), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1560] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [anon_sym_LPAREN] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_LBRACE] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [anon_sym_if] = ACTIONS(536), - [anon_sym_else] = ACTIONS(536), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_case] = ACTIONS(536), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(536), - [anon_sym_do] = ACTIONS(536), - [anon_sym_for] = ACTIONS(536), - [anon_sym_return] = ACTIONS(536), - [anon_sym_break] = ACTIONS(536), - [anon_sym_continue] = ACTIONS(536), - [anon_sym_goto] = ACTIONS(536), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), - [sym_comment] = ACTIONS(44), - }, - [1561] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(2997), - [sym_comment] = ACTIONS(44), - }, - [1562] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2509), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2507), - [sym_preproc_directive] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_typedef] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_auto] = ACTIONS(2507), - [anon_sym_register] = ACTIONS(2507), - [anon_sym_inline] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_restrict] = ACTIONS(2507), - [anon_sym_volatile] = ACTIONS(2507), - [anon_sym_unsigned] = ACTIONS(2507), - [anon_sym_long] = ACTIONS(2507), - [anon_sym_short] = ACTIONS(2507), - [sym_primitive_type] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_else] = ACTIONS(2507), - [anon_sym_switch] = ACTIONS(2507), - [anon_sym_case] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_do] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_goto] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_TILDE] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2509), - [anon_sym_PLUS_PLUS] = ACTIONS(2509), - [anon_sym_sizeof] = ACTIONS(2507), - [sym_number_literal] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [sym_string_literal] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [sym_true] = ACTIONS(2509), - [sym_false] = ACTIONS(2509), - [sym_null] = ACTIONS(2507), - [sym_comment] = ACTIONS(44), - }, - [1563] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(2999), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1564] = { [sym_compound_statement] = STATE(1600), [sym_labeled_statement] = STATE(1600), [sym_expression_statement] = STATE(1600), @@ -61868,239 +61377,163 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(1600), [sym_continue_statement] = STATE(1600), [sym_goto_statement] = STATE(1600), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, - [1565] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1602), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1561] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2305), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2303), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2303), + [sym_preproc_directive] = ACTIONS(2307), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_typedef] = ACTIONS(2303), + [anon_sym_extern] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2303), + [anon_sym_auto] = ACTIONS(2303), + [anon_sym_register] = ACTIONS(2303), + [anon_sym_inline] = ACTIONS(2303), + [anon_sym_const] = ACTIONS(2303), + [anon_sym_restrict] = ACTIONS(2303), + [anon_sym_volatile] = ACTIONS(2303), + [anon_sym_unsigned] = ACTIONS(2303), + [anon_sym_long] = ACTIONS(2303), + [anon_sym_short] = ACTIONS(2303), + [sym_primitive_type] = ACTIONS(2303), + [anon_sym_enum] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2303), + [anon_sym_union] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_else] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2303), + [anon_sym_default] = ACTIONS(2303), + [anon_sym_while] = ACTIONS(2303), + [anon_sym_do] = ACTIONS(2303), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2303), + [anon_sym_break] = ACTIONS(2303), + [anon_sym_continue] = ACTIONS(2303), + [anon_sym_goto] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2303), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_sizeof] = ACTIONS(2303), + [sym_number_literal] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [sym_string_literal] = ACTIONS(2305), + [sym_identifier] = ACTIONS(2307), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2303), [sym_comment] = ACTIONS(44), }, - [1566] = { - [sym__expression] = STATE(1603), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [1562] = { + [sym__type_declarator] = STATE(1601), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, - [1567] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(3003), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [1563] = { + [sym_type_qualifier] = STATE(112), + [sym__type_specifier] = STATE(1602), + [sym_sized_type_specifier] = STATE(35), + [sym_enum_specifier] = STATE(35), + [sym_struct_specifier] = STATE(35), + [sym_union_specifier] = STATE(35), + [sym_macro_type_specifier] = STATE(35), + [aux_sym_sized_type_specifier_repeat1] = STATE(43), + [anon_sym_const] = ACTIONS(64), + [anon_sym_restrict] = ACTIONS(64), + [anon_sym_volatile] = ACTIONS(64), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [sym_primitive_type] = ACTIONS(68), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(72), + [anon_sym_union] = ACTIONS(74), + [sym_identifier] = ACTIONS(76), [sym_comment] = ACTIONS(44), }, - [1568] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2943), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2941), - [sym_preproc_directive] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2941), - [anon_sym_extern] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2941), - [anon_sym_auto] = ACTIONS(2941), - [anon_sym_register] = ACTIONS(2941), - [anon_sym_inline] = ACTIONS(2941), - [anon_sym_const] = ACTIONS(2941), - [anon_sym_restrict] = ACTIONS(2941), - [anon_sym_volatile] = ACTIONS(2941), - [anon_sym_unsigned] = ACTIONS(2941), - [anon_sym_long] = ACTIONS(2941), - [anon_sym_short] = ACTIONS(2941), - [sym_primitive_type] = ACTIONS(2941), - [anon_sym_enum] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2941), - [anon_sym_union] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2941), - [anon_sym_switch] = ACTIONS(2941), - [anon_sym_case] = ACTIONS(2941), - [anon_sym_default] = ACTIONS(2941), - [anon_sym_while] = ACTIONS(2941), - [anon_sym_do] = ACTIONS(2941), - [anon_sym_for] = ACTIONS(2941), - [anon_sym_return] = ACTIONS(2941), - [anon_sym_break] = ACTIONS(2941), - [anon_sym_continue] = ACTIONS(2941), - [anon_sym_goto] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_sizeof] = ACTIONS(2941), - [sym_number_literal] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [sym_string_literal] = ACTIONS(2943), - [sym_identifier] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_null] = ACTIONS(2941), + [1564] = { + [sym_parameter_list] = STATE(145), + [aux_sym_declaration_repeat1] = STATE(1604), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(302), [sym_comment] = ACTIONS(44), }, - [1569] = { + [1565] = { + [aux_sym_declaration_repeat1] = STATE(1604), + [anon_sym_COMMA] = ACTIONS(294), + [anon_sym_SEMI] = ACTIONS(3027), + [sym_comment] = ACTIONS(44), + }, + [1566] = { [sym_compound_statement] = STATE(1605), [sym_labeled_statement] = STATE(1605), [sym_expression_statement] = STATE(1605), @@ -62114,3928 +61547,4821 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(1605), [sym_continue_statement] = STATE(1605), [sym_goto_statement] = STATE(1605), - [sym__expression] = STATE(658), - [sym_comma_expression] = STATE(659), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1411), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1419), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1423), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2163), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1567] = { + [sym__expression] = STATE(1606), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1568] = { + [sym__expression] = STATE(1608), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1569] = { + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1570] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2795), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_RBRACE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_auto] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_else] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [sym_number_literal] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [sym_string_literal] = ACTIONS(2795), - [sym_identifier] = ACTIONS(2797), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2793), + [sym__expression] = STATE(1610), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(814), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(816), + [anon_sym_AMP] = ACTIONS(816), + [anon_sym_BANG] = ACTIONS(818), + [anon_sym_TILDE] = ACTIONS(820), + [anon_sym_PLUS] = ACTIONS(822), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_DASH_DASH] = ACTIONS(824), + [anon_sym_PLUS_PLUS] = ACTIONS(824), + [anon_sym_sizeof] = ACTIONS(826), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1571] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_RBRACE] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1217), - [anon_sym_BANG] = ACTIONS(1217), - [anon_sym_TILDE] = ACTIONS(1217), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1217), - [anon_sym_PLUS_PLUS] = ACTIONS(1217), - [anon_sym_sizeof] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1219), - [sym_char_literal] = ACTIONS(1219), - [sym_string_literal] = ACTIONS(1217), - [sym_identifier] = ACTIONS(1221), - [sym_true] = ACTIONS(1217), - [sym_false] = ACTIONS(1217), - [sym_null] = ACTIONS(1219), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2925), + [anon_sym_LPAREN] = ACTIONS(2927), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_auto] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [sym_primitive_type] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [sym_number_literal] = ACTIONS(2925), + [sym_char_literal] = ACTIONS(2925), + [sym_string_literal] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2929), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_null] = ACTIONS(2925), [sym_comment] = ACTIONS(44), }, [1572] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2807), - [anon_sym_LPAREN] = ACTIONS(2809), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2807), - [sym_preproc_directive] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_auto] = ACTIONS(2807), - [anon_sym_register] = ACTIONS(2807), - [anon_sym_inline] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_restrict] = ACTIONS(2807), - [anon_sym_volatile] = ACTIONS(2807), - [anon_sym_unsigned] = ACTIONS(2807), - [anon_sym_long] = ACTIONS(2807), - [anon_sym_short] = ACTIONS(2807), - [sym_primitive_type] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_else] = ACTIONS(2807), - [anon_sym_switch] = ACTIONS(2807), - [anon_sym_case] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_do] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_goto] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2809), - [anon_sym_PLUS_PLUS] = ACTIONS(2809), - [anon_sym_sizeof] = ACTIONS(2807), - [sym_number_literal] = ACTIONS(2807), - [sym_char_literal] = ACTIONS(2807), - [sym_string_literal] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [sym_null] = ACTIONS(2807), + [sym_compound_statement] = STATE(1611), + [sym_labeled_statement] = STATE(1611), + [sym_expression_statement] = STATE(1611), + [sym_if_statement] = STATE(1611), + [sym_switch_statement] = STATE(1611), + [sym_case_statement] = STATE(1611), + [sym_while_statement] = STATE(1611), + [sym_do_statement] = STATE(1611), + [sym_for_statement] = STATE(1611), + [sym_return_statement] = STATE(1611), + [sym_break_statement] = STATE(1611), + [sym_continue_statement] = STATE(1611), + [sym_goto_statement] = STATE(1611), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1573] = { - [sym_compound_statement] = STATE(1606), - [sym_labeled_statement] = STATE(1606), - [sym_expression_statement] = STATE(1606), - [sym_if_statement] = STATE(1606), - [sym_switch_statement] = STATE(1606), - [sym_case_statement] = STATE(1606), - [sym_while_statement] = STATE(1606), - [sym_do_statement] = STATE(1606), - [sym_for_statement] = STATE(1606), - [sym_return_statement] = STATE(1606), - [sym_break_statement] = STATE(1606), - [sym_continue_statement] = STATE(1606), - [sym_goto_statement] = STATE(1606), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3033), [sym_comment] = ACTIONS(44), }, [1574] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3005), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2525), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_typedef] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_auto] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_unsigned] = ACTIONS(2525), + [anon_sym_long] = ACTIONS(2525), + [anon_sym_short] = ACTIONS(2525), + [sym_primitive_type] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_else] = ACTIONS(3035), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_goto] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_sizeof] = ACTIONS(2525), + [sym_number_literal] = ACTIONS(2525), + [sym_char_literal] = ACTIONS(2525), + [sym_string_literal] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [sym_true] = ACTIONS(2527), + [sym_false] = ACTIONS(2527), + [sym_null] = ACTIONS(2525), [sym_comment] = ACTIONS(44), }, [1575] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1608), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3005), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_auto] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_else] = ACTIONS(2537), + [anon_sym_switch] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_do] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_goto] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_PLUS] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_sizeof] = ACTIONS(2537), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [sym_true] = ACTIONS(2539), + [sym_false] = ACTIONS(2539), + [sym_null] = ACTIONS(2537), [sym_comment] = ACTIONS(44), }, [1576] = { - [sym_compound_statement] = STATE(1570), - [sym_labeled_statement] = STATE(1570), - [sym_expression_statement] = STATE(1570), - [sym_if_statement] = STATE(1570), - [sym_switch_statement] = STATE(1570), - [sym_case_statement] = STATE(1570), - [sym_while_statement] = STATE(1570), - [sym_do_statement] = STATE(1570), - [sym_for_statement] = STATE(1570), - [sym_return_statement] = STATE(1570), - [sym_break_statement] = STATE(1570), - [sym_continue_statement] = STATE(1570), - [sym_goto_statement] = STATE(1570), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1577] = { - [sym_compound_statement] = STATE(1572), - [sym_labeled_statement] = STATE(1572), - [sym_expression_statement] = STATE(1572), - [sym_if_statement] = STATE(1572), - [sym_switch_statement] = STATE(1572), - [sym_case_statement] = STATE(1572), - [sym_while_statement] = STATE(1572), - [sym_do_statement] = STATE(1572), - [sym_for_statement] = STATE(1572), - [sym_return_statement] = STATE(1572), - [sym_break_statement] = STATE(1572), - [sym_continue_statement] = STATE(1572), - [sym_goto_statement] = STATE(1572), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__type_declarator] = STATE(1615), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [1578] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3007), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_else] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_goto] = ACTIONS(544), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, [1579] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1610), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3007), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(3039), [sym_comment] = ACTIONS(44), }, [1580] = { - [sym__expression] = STATE(1611), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(3007), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2549), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2547), + [sym_preproc_directive] = ACTIONS(2551), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2547), + [anon_sym_auto] = ACTIONS(2547), + [anon_sym_register] = ACTIONS(2547), + [anon_sym_inline] = ACTIONS(2547), + [anon_sym_const] = ACTIONS(2547), + [anon_sym_restrict] = ACTIONS(2547), + [anon_sym_volatile] = ACTIONS(2547), + [anon_sym_unsigned] = ACTIONS(2547), + [anon_sym_long] = ACTIONS(2547), + [anon_sym_short] = ACTIONS(2547), + [sym_primitive_type] = ACTIONS(2547), + [anon_sym_enum] = ACTIONS(2547), + [anon_sym_struct] = ACTIONS(2547), + [anon_sym_union] = ACTIONS(2547), + [anon_sym_if] = ACTIONS(2547), + [anon_sym_else] = ACTIONS(2547), + [anon_sym_switch] = ACTIONS(2547), + [anon_sym_case] = ACTIONS(2547), + [anon_sym_default] = ACTIONS(2547), + [anon_sym_while] = ACTIONS(2547), + [anon_sym_do] = ACTIONS(2547), + [anon_sym_for] = ACTIONS(2547), + [anon_sym_return] = ACTIONS(2547), + [anon_sym_break] = ACTIONS(2547), + [anon_sym_continue] = ACTIONS(2547), + [anon_sym_goto] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_BANG] = ACTIONS(2549), + [anon_sym_TILDE] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_sizeof] = ACTIONS(2547), + [sym_number_literal] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [sym_string_literal] = ACTIONS(2549), + [sym_identifier] = ACTIONS(2551), + [sym_true] = ACTIONS(2549), + [sym_false] = ACTIONS(2549), + [sym_null] = ACTIONS(2547), [sym_comment] = ACTIONS(44), }, [1581] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_auto] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(3009), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_case] = ACTIONS(2485), - [anon_sym_default] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_goto] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_sizeof] = ACTIONS(2485), - [sym_number_literal] = ACTIONS(2485), - [sym_char_literal] = ACTIONS(2485), - [sym_string_literal] = ACTIONS(2487), - [sym_identifier] = ACTIONS(2489), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_null] = ACTIONS(2485), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(3041), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1582] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2497), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_auto] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_else] = ACTIONS(2497), - [anon_sym_switch] = ACTIONS(2497), - [anon_sym_case] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_goto] = ACTIONS(2497), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_sizeof] = ACTIONS(2497), - [sym_number_literal] = ACTIONS(2497), - [sym_char_literal] = ACTIONS(2497), - [sym_string_literal] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [sym_true] = ACTIONS(2499), - [sym_false] = ACTIONS(2499), - [sym_null] = ACTIONS(2497), + [sym_compound_statement] = STATE(1618), + [sym_labeled_statement] = STATE(1618), + [sym_expression_statement] = STATE(1618), + [sym_if_statement] = STATE(1618), + [sym_switch_statement] = STATE(1618), + [sym_case_statement] = STATE(1618), + [sym_while_statement] = STATE(1618), + [sym_do_statement] = STATE(1618), + [sym_for_statement] = STATE(1618), + [sym_return_statement] = STATE(1618), + [sym_break_statement] = STATE(1618), + [sym_continue_statement] = STATE(1618), + [sym_goto_statement] = STATE(1618), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1583] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(436), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1620), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1584] = { - [sym__type_declarator] = STATE(1614), - [sym_pointer_type_declarator] = STATE(107), - [sym_function_type_declarator] = STATE(108), - [sym_array_type_declarator] = STATE(109), - [anon_sym_LPAREN] = ACTIONS(219), - [anon_sym_STAR] = ACTIONS(221), - [sym_identifier] = ACTIONS(223), + [sym__expression] = STATE(1621), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1585] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(536), - [anon_sym_LPAREN] = ACTIONS(534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(536), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(536), - [sym_preproc_directive] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_typedef] = ACTIONS(536), - [anon_sym_extern] = ACTIONS(536), - [anon_sym_LBRACE] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_static] = ACTIONS(536), - [anon_sym_auto] = ACTIONS(536), - [anon_sym_register] = ACTIONS(536), - [anon_sym_inline] = ACTIONS(536), - [anon_sym_const] = ACTIONS(536), - [anon_sym_restrict] = ACTIONS(536), - [anon_sym_volatile] = ACTIONS(536), - [anon_sym_unsigned] = ACTIONS(536), - [anon_sym_long] = ACTIONS(536), - [anon_sym_short] = ACTIONS(536), - [sym_primitive_type] = ACTIONS(536), - [anon_sym_enum] = ACTIONS(536), - [anon_sym_struct] = ACTIONS(536), - [anon_sym_union] = ACTIONS(536), - [anon_sym_if] = ACTIONS(536), - [anon_sym_else] = ACTIONS(536), - [anon_sym_switch] = ACTIONS(536), - [anon_sym_case] = ACTIONS(536), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(536), - [anon_sym_do] = ACTIONS(536), - [anon_sym_for] = ACTIONS(536), - [anon_sym_return] = ACTIONS(536), - [anon_sym_break] = ACTIONS(536), - [anon_sym_continue] = ACTIONS(536), - [anon_sym_goto] = ACTIONS(536), - [anon_sym_AMP] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(534), - [anon_sym_TILDE] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(536), - [anon_sym_DASH] = ACTIONS(536), - [anon_sym_DASH_DASH] = ACTIONS(534), - [anon_sym_PLUS_PLUS] = ACTIONS(534), - [anon_sym_sizeof] = ACTIONS(536), - [sym_number_literal] = ACTIONS(536), - [sym_char_literal] = ACTIONS(536), - [sym_string_literal] = ACTIONS(534), - [sym_identifier] = ACTIONS(538), - [sym_true] = ACTIONS(534), - [sym_false] = ACTIONS(534), - [sym_null] = ACTIONS(536), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(3045), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1586] = { - [anon_sym_COMMA] = ACTIONS(644), - [anon_sym_SEMI] = ACTIONS(3013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2983), + [sym_preproc_directive] = ACTIONS(2987), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_typedef] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2983), + [anon_sym_auto] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_inline] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_restrict] = ACTIONS(2983), + [anon_sym_volatile] = ACTIONS(2983), + [anon_sym_unsigned] = ACTIONS(2983), + [anon_sym_long] = ACTIONS(2983), + [anon_sym_short] = ACTIONS(2983), + [sym_primitive_type] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2983), + [anon_sym_case] = ACTIONS(2983), + [anon_sym_default] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2985), + [anon_sym_BANG] = ACTIONS(2985), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_sizeof] = ACTIONS(2983), + [sym_number_literal] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [sym_string_literal] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [sym_true] = ACTIONS(2985), + [sym_false] = ACTIONS(2985), + [sym_null] = ACTIONS(2983), [sym_comment] = ACTIONS(44), }, [1587] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2509), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2507), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2507), - [sym_preproc_directive] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_typedef] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_auto] = ACTIONS(2507), - [anon_sym_register] = ACTIONS(2507), - [anon_sym_inline] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_restrict] = ACTIONS(2507), - [anon_sym_volatile] = ACTIONS(2507), - [anon_sym_unsigned] = ACTIONS(2507), - [anon_sym_long] = ACTIONS(2507), - [anon_sym_short] = ACTIONS(2507), - [sym_primitive_type] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_else] = ACTIONS(2507), - [anon_sym_switch] = ACTIONS(2507), - [anon_sym_case] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_do] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_goto] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_TILDE] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2509), - [anon_sym_PLUS_PLUS] = ACTIONS(2509), - [anon_sym_sizeof] = ACTIONS(2507), - [sym_number_literal] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [sym_string_literal] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [sym_true] = ACTIONS(2509), - [sym_false] = ACTIONS(2509), - [sym_null] = ACTIONS(2507), - [sym_comment] = ACTIONS(44), - }, - [1588] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3015), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1883), - [anon_sym_QMARK] = ACTIONS(1885), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_AMP_AMP] = ACTIONS(1893), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_CARET] = ACTIONS(1897), - [anon_sym_EQ_EQ] = ACTIONS(1899), - [anon_sym_BANG_EQ] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1901), - [anon_sym_GT] = ACTIONS(1901), - [anon_sym_LT_EQ] = ACTIONS(1903), - [anon_sym_GT_EQ] = ACTIONS(1903), - [anon_sym_LT_LT] = ACTIONS(1905), - [anon_sym_GT_GT] = ACTIONS(1905), - [anon_sym_PLUS] = ACTIONS(1907), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_SLASH] = ACTIONS(1881), - [anon_sym_PERCENT] = ACTIONS(1881), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1589] = { - [sym_compound_statement] = STATE(1617), - [sym_labeled_statement] = STATE(1617), - [sym_expression_statement] = STATE(1617), - [sym_if_statement] = STATE(1617), - [sym_switch_statement] = STATE(1617), - [sym_case_statement] = STATE(1617), - [sym_while_statement] = STATE(1617), - [sym_do_statement] = STATE(1617), - [sym_for_statement] = STATE(1617), - [sym_return_statement] = STATE(1617), - [sym_break_statement] = STATE(1617), - [sym_continue_statement] = STATE(1617), - [sym_goto_statement] = STATE(1617), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1590] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1619), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1591] = { - [sym__expression] = STATE(1620), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1592] = { - [sym_argument_list] = STATE(462), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1281), - [anon_sym_QMARK] = ACTIONS(1283), - [anon_sym_STAR_EQ] = ACTIONS(1285), - [anon_sym_SLASH_EQ] = ACTIONS(1285), - [anon_sym_PERCENT_EQ] = ACTIONS(1285), - [anon_sym_PLUS_EQ] = ACTIONS(1285), - [anon_sym_DASH_EQ] = ACTIONS(1285), - [anon_sym_LT_LT_EQ] = ACTIONS(1285), - [anon_sym_GT_GT_EQ] = ACTIONS(1285), - [anon_sym_AMP_EQ] = ACTIONS(1285), - [anon_sym_CARET_EQ] = ACTIONS(1285), - [anon_sym_PIPE_EQ] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1291), - [anon_sym_PIPE] = ACTIONS(1293), - [anon_sym_CARET] = ACTIONS(1295), - [anon_sym_EQ_EQ] = ACTIONS(1297), - [anon_sym_BANG_EQ] = ACTIONS(1297), - [anon_sym_LT] = ACTIONS(1299), - [anon_sym_GT] = ACTIONS(1299), - [anon_sym_LT_EQ] = ACTIONS(1301), - [anon_sym_GT_EQ] = ACTIONS(1301), - [anon_sym_LT_LT] = ACTIONS(1303), - [anon_sym_GT_GT] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), - [sym_comment] = ACTIONS(44), - }, - [1593] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2943), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2941), - [sym_preproc_directive] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2941), - [anon_sym_extern] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2941), - [anon_sym_auto] = ACTIONS(2941), - [anon_sym_register] = ACTIONS(2941), - [anon_sym_inline] = ACTIONS(2941), - [anon_sym_const] = ACTIONS(2941), - [anon_sym_restrict] = ACTIONS(2941), - [anon_sym_volatile] = ACTIONS(2941), - [anon_sym_unsigned] = ACTIONS(2941), - [anon_sym_long] = ACTIONS(2941), - [anon_sym_short] = ACTIONS(2941), - [sym_primitive_type] = ACTIONS(2941), - [anon_sym_enum] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2941), - [anon_sym_union] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2941), - [anon_sym_switch] = ACTIONS(2941), - [anon_sym_case] = ACTIONS(2941), - [anon_sym_default] = ACTIONS(2941), - [anon_sym_while] = ACTIONS(2941), - [anon_sym_do] = ACTIONS(2941), - [anon_sym_for] = ACTIONS(2941), - [anon_sym_return] = ACTIONS(2941), - [anon_sym_break] = ACTIONS(2941), - [anon_sym_continue] = ACTIONS(2941), - [anon_sym_goto] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_sizeof] = ACTIONS(2941), - [sym_number_literal] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [sym_string_literal] = ACTIONS(2943), - [sym_identifier] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_null] = ACTIONS(2941), - [sym_comment] = ACTIONS(44), - }, - [1594] = { - [sym_compound_statement] = STATE(1622), - [sym_labeled_statement] = STATE(1622), - [sym_expression_statement] = STATE(1622), - [sym_if_statement] = STATE(1622), - [sym_switch_statement] = STATE(1622), - [sym_case_statement] = STATE(1622), - [sym_while_statement] = STATE(1622), - [sym_do_statement] = STATE(1622), - [sym_for_statement] = STATE(1622), - [sym_return_statement] = STATE(1622), - [sym_break_statement] = STATE(1622), - [sym_continue_statement] = STATE(1622), - [sym_goto_statement] = STATE(1622), - [sym__expression] = STATE(880), - [sym_comma_expression] = STATE(881), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_switch] = ACTIONS(1795), - [anon_sym_case] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1799), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_do] = ACTIONS(1803), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1811), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2405), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1595] = { [sym_compound_statement] = STATE(1623), [sym_labeled_statement] = STATE(1623), [sym_expression_statement] = STATE(1623), [sym_if_statement] = STATE(1623), - [sym_switch_statement] = STATE(1623), - [sym_case_statement] = STATE(1623), - [sym_while_statement] = STATE(1623), - [sym_do_statement] = STATE(1623), - [sym_for_statement] = STATE(1623), - [sym_return_statement] = STATE(1623), - [sym_break_statement] = STATE(1623), - [sym_continue_statement] = STATE(1623), - [sym_goto_statement] = STATE(1623), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), - [sym_comment] = ACTIONS(44), - }, - [1596] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(744), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(746), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_SEMI] = ACTIONS(744), - [anon_sym_typedef] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(744), - [anon_sym_STAR] = ACTIONS(744), - [anon_sym_static] = ACTIONS(746), - [anon_sym_auto] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_inline] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [anon_sym_restrict] = ACTIONS(746), - [anon_sym_volatile] = ACTIONS(746), - [anon_sym_unsigned] = ACTIONS(746), - [anon_sym_long] = ACTIONS(746), - [anon_sym_short] = ACTIONS(746), - [sym_primitive_type] = ACTIONS(746), - [anon_sym_enum] = ACTIONS(746), - [anon_sym_struct] = ACTIONS(746), - [anon_sym_union] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_else] = ACTIONS(746), - [anon_sym_switch] = ACTIONS(746), - [anon_sym_case] = ACTIONS(746), - [anon_sym_default] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_goto] = ACTIONS(746), - [anon_sym_AMP] = ACTIONS(744), - [anon_sym_BANG] = ACTIONS(744), - [anon_sym_TILDE] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(744), - [anon_sym_PLUS_PLUS] = ACTIONS(744), - [anon_sym_sizeof] = ACTIONS(746), - [sym_number_literal] = ACTIONS(746), - [sym_char_literal] = ACTIONS(746), - [sym_string_literal] = ACTIONS(744), - [sym_identifier] = ACTIONS(748), - [sym_true] = ACTIONS(744), - [sym_false] = ACTIONS(744), - [sym_null] = ACTIONS(746), + [sym_switch_statement] = STATE(1623), + [sym_case_statement] = STATE(1623), + [sym_while_statement] = STATE(1623), + [sym_do_statement] = STATE(1623), + [sym_for_statement] = STATE(1623), + [sym_return_statement] = STATE(1623), + [sym_break_statement] = STATE(1623), + [sym_continue_statement] = STATE(1623), + [sym_goto_statement] = STATE(1623), + [sym__expression] = STATE(667), + [sym_comma_expression] = STATE(668), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1449), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1453), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2199), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1588] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2835), + [anon_sym_LPAREN] = ACTIONS(2837), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2835), + [sym_preproc_directive] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2835), + [anon_sym_extern] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2837), + [anon_sym_RBRACE] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2835), + [anon_sym_auto] = ACTIONS(2835), + [anon_sym_register] = ACTIONS(2835), + [anon_sym_inline] = ACTIONS(2835), + [anon_sym_const] = ACTIONS(2835), + [anon_sym_restrict] = ACTIONS(2835), + [anon_sym_volatile] = ACTIONS(2835), + [anon_sym_unsigned] = ACTIONS(2835), + [anon_sym_long] = ACTIONS(2835), + [anon_sym_short] = ACTIONS(2835), + [sym_primitive_type] = ACTIONS(2835), + [anon_sym_enum] = ACTIONS(2835), + [anon_sym_struct] = ACTIONS(2835), + [anon_sym_union] = ACTIONS(2835), + [anon_sym_if] = ACTIONS(2835), + [anon_sym_else] = ACTIONS(2835), + [anon_sym_switch] = ACTIONS(2835), + [anon_sym_case] = ACTIONS(2835), + [anon_sym_default] = ACTIONS(2835), + [anon_sym_while] = ACTIONS(2835), + [anon_sym_do] = ACTIONS(2835), + [anon_sym_for] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2835), + [anon_sym_break] = ACTIONS(2835), + [anon_sym_continue] = ACTIONS(2835), + [anon_sym_goto] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_BANG] = ACTIONS(2837), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2835), + [anon_sym_DASH_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2837), + [anon_sym_sizeof] = ACTIONS(2835), + [sym_number_literal] = ACTIONS(2835), + [sym_char_literal] = ACTIONS(2835), + [sym_string_literal] = ACTIONS(2837), + [sym_identifier] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [sym_null] = ACTIONS(2835), + [sym_comment] = ACTIONS(44), + }, + [1589] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [anon_sym_LPAREN] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_RBRACE] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1243), + [sym_char_literal] = ACTIONS(1243), + [sym_string_literal] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1245), + [sym_true] = ACTIONS(1241), + [sym_false] = ACTIONS(1241), + [sym_null] = ACTIONS(1243), + [sym_comment] = ACTIONS(44), + }, + [1590] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2851), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_auto] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [sym_primitive_type] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [sym_number_literal] = ACTIONS(2849), + [sym_char_literal] = ACTIONS(2849), + [sym_string_literal] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2853), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_null] = ACTIONS(2849), + [sym_comment] = ACTIONS(44), + }, + [1591] = { + [sym_compound_statement] = STATE(1624), + [sym_labeled_statement] = STATE(1624), + [sym_expression_statement] = STATE(1624), + [sym_if_statement] = STATE(1624), + [sym_switch_statement] = STATE(1624), + [sym_case_statement] = STATE(1624), + [sym_while_statement] = STATE(1624), + [sym_do_statement] = STATE(1624), + [sym_for_statement] = STATE(1624), + [sym_return_statement] = STATE(1624), + [sym_break_statement] = STATE(1624), + [sym_continue_statement] = STATE(1624), + [sym_goto_statement] = STATE(1624), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1592] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3047), + [sym_comment] = ACTIONS(44), + }, + [1593] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1626), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1594] = { + [sym_compound_statement] = STATE(1588), + [sym_labeled_statement] = STATE(1588), + [sym_expression_statement] = STATE(1588), + [sym_if_statement] = STATE(1588), + [sym_switch_statement] = STATE(1588), + [sym_case_statement] = STATE(1588), + [sym_while_statement] = STATE(1588), + [sym_do_statement] = STATE(1588), + [sym_for_statement] = STATE(1588), + [sym_return_statement] = STATE(1588), + [sym_break_statement] = STATE(1588), + [sym_continue_statement] = STATE(1588), + [sym_goto_statement] = STATE(1588), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1595] = { + [sym_compound_statement] = STATE(1590), + [sym_labeled_statement] = STATE(1590), + [sym_expression_statement] = STATE(1590), + [sym_if_statement] = STATE(1590), + [sym_switch_statement] = STATE(1590), + [sym_case_statement] = STATE(1590), + [sym_while_statement] = STATE(1590), + [sym_do_statement] = STATE(1590), + [sym_for_statement] = STATE(1590), + [sym_return_statement] = STATE(1590), + [sym_break_statement] = STATE(1590), + [sym_continue_statement] = STATE(1590), + [sym_goto_statement] = STATE(1590), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1596] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3049), [sym_comment] = ACTIONS(44), }, [1597] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(436), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1628), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3049), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1598] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [anon_sym_LPAREN] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1117), - [anon_sym_else] = ACTIONS(1117), - [anon_sym_switch] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(1117), - [anon_sym_default] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_return] = ACTIONS(1117), - [anon_sym_break] = ACTIONS(1117), - [anon_sym_continue] = ACTIONS(1117), - [anon_sym_goto] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [sym__expression] = STATE(1629), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3049), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1599] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2683), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2681), - [sym_preproc_directive] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_typedef] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_auto] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [sym_primitive_type] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_if] = ACTIONS(2681), - [anon_sym_else] = ACTIONS(2681), - [anon_sym_switch] = ACTIONS(2681), - [anon_sym_case] = ACTIONS(2681), - [anon_sym_default] = ACTIONS(2681), - [anon_sym_while] = ACTIONS(2681), - [anon_sym_do] = ACTIONS(2681), - [anon_sym_for] = ACTIONS(2681), - [anon_sym_return] = ACTIONS(2681), - [anon_sym_break] = ACTIONS(2681), - [anon_sym_continue] = ACTIONS(2681), - [anon_sym_goto] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2683), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_sizeof] = ACTIONS(2681), - [sym_number_literal] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [sym_string_literal] = ACTIONS(2683), - [sym_identifier] = ACTIONS(2685), - [sym_true] = ACTIONS(2683), - [sym_false] = ACTIONS(2683), - [sym_null] = ACTIONS(2681), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2525), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_typedef] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_auto] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_unsigned] = ACTIONS(2525), + [anon_sym_long] = ACTIONS(2525), + [anon_sym_short] = ACTIONS(2525), + [sym_primitive_type] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_else] = ACTIONS(3051), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_case] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_goto] = ACTIONS(2525), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_sizeof] = ACTIONS(2525), + [sym_number_literal] = ACTIONS(2525), + [sym_char_literal] = ACTIONS(2525), + [sym_string_literal] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [sym_true] = ACTIONS(2527), + [sym_false] = ACTIONS(2527), + [sym_null] = ACTIONS(2525), [sym_comment] = ACTIONS(44), }, [1600] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2687), - [sym_preproc_directive] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_typedef] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_auto] = ACTIONS(2687), - [anon_sym_register] = ACTIONS(2687), - [anon_sym_inline] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_restrict] = ACTIONS(2687), - [anon_sym_volatile] = ACTIONS(2687), - [anon_sym_unsigned] = ACTIONS(2687), - [anon_sym_long] = ACTIONS(2687), - [anon_sym_short] = ACTIONS(2687), - [sym_primitive_type] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_else] = ACTIONS(2687), - [anon_sym_switch] = ACTIONS(2687), - [anon_sym_case] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_do] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_goto] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_TILDE] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2689), - [anon_sym_PLUS_PLUS] = ACTIONS(2689), - [anon_sym_sizeof] = ACTIONS(2687), - [sym_number_literal] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [sym_string_literal] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [sym_true] = ACTIONS(2689), - [sym_false] = ACTIONS(2689), - [sym_null] = ACTIONS(2687), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2537), + [anon_sym_LPAREN] = ACTIONS(2539), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_auto] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_else] = ACTIONS(2537), + [anon_sym_switch] = ACTIONS(2537), + [anon_sym_case] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_do] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_goto] = ACTIONS(2537), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_PLUS] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2537), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_sizeof] = ACTIONS(2537), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [sym_true] = ACTIONS(2539), + [sym_false] = ACTIONS(2539), + [sym_null] = ACTIONS(2537), [sym_comment] = ACTIONS(44), }, [1601] = { - [sym_compound_statement] = STATE(1625), - [sym_labeled_statement] = STATE(1625), - [sym_expression_statement] = STATE(1625), - [sym_if_statement] = STATE(1625), - [sym_switch_statement] = STATE(1625), - [sym_case_statement] = STATE(1625), - [sym_while_statement] = STATE(1625), - [sym_do_statement] = STATE(1625), - [sym_for_statement] = STATE(1625), - [sym_return_statement] = STATE(1625), - [sym_break_statement] = STATE(1625), - [sym_continue_statement] = STATE(1625), - [sym_goto_statement] = STATE(1625), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(3053), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1602] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3023), + [sym__type_declarator] = STATE(1632), + [sym_pointer_type_declarator] = STATE(109), + [sym_function_type_declarator] = STATE(110), + [sym_array_type_declarator] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_STAR] = ACTIONS(225), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(44), }, [1603] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1627), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3023), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(544), + [anon_sym_LPAREN] = ACTIONS(542), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(544), + [sym_preproc_directive] = ACTIONS(546), + [anon_sym_SEMI] = ACTIONS(542), + [anon_sym_typedef] = ACTIONS(544), + [anon_sym_extern] = ACTIONS(544), + [anon_sym_LBRACE] = ACTIONS(542), + [anon_sym_STAR] = ACTIONS(542), + [anon_sym_static] = ACTIONS(544), + [anon_sym_auto] = ACTIONS(544), + [anon_sym_register] = ACTIONS(544), + [anon_sym_inline] = ACTIONS(544), + [anon_sym_const] = ACTIONS(544), + [anon_sym_restrict] = ACTIONS(544), + [anon_sym_volatile] = ACTIONS(544), + [anon_sym_unsigned] = ACTIONS(544), + [anon_sym_long] = ACTIONS(544), + [anon_sym_short] = ACTIONS(544), + [sym_primitive_type] = ACTIONS(544), + [anon_sym_enum] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [anon_sym_union] = ACTIONS(544), + [anon_sym_if] = ACTIONS(544), + [anon_sym_else] = ACTIONS(544), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(544), + [anon_sym_default] = ACTIONS(544), + [anon_sym_while] = ACTIONS(544), + [anon_sym_do] = ACTIONS(544), + [anon_sym_for] = ACTIONS(544), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(544), + [anon_sym_continue] = ACTIONS(544), + [anon_sym_goto] = ACTIONS(544), + [anon_sym_AMP] = ACTIONS(542), + [anon_sym_BANG] = ACTIONS(542), + [anon_sym_TILDE] = ACTIONS(542), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_DASH_DASH] = ACTIONS(542), + [anon_sym_PLUS_PLUS] = ACTIONS(542), + [anon_sym_sizeof] = ACTIONS(544), + [sym_number_literal] = ACTIONS(544), + [sym_char_literal] = ACTIONS(544), + [sym_string_literal] = ACTIONS(542), + [sym_identifier] = ACTIONS(546), + [sym_true] = ACTIONS(542), + [sym_false] = ACTIONS(542), + [sym_null] = ACTIONS(544), [sym_comment] = ACTIONS(44), }, [1604] = { - [sym__expression] = STATE(1628), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(3023), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(652), + [anon_sym_SEMI] = ACTIONS(3055), [sym_comment] = ACTIONS(44), }, [1605] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2981), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2979), - [sym_preproc_directive] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_typedef] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_auto] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_inline] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_restrict] = ACTIONS(2979), - [anon_sym_volatile] = ACTIONS(2979), - [anon_sym_unsigned] = ACTIONS(2979), - [anon_sym_long] = ACTIONS(2979), - [anon_sym_short] = ACTIONS(2979), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_switch] = ACTIONS(2979), - [anon_sym_case] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_goto] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_sizeof] = ACTIONS(2979), - [sym_number_literal] = ACTIONS(2979), - [sym_char_literal] = ACTIONS(2979), - [sym_string_literal] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_null] = ACTIONS(2979), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2549), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2547), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2547), + [sym_preproc_directive] = ACTIONS(2551), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2547), + [anon_sym_auto] = ACTIONS(2547), + [anon_sym_register] = ACTIONS(2547), + [anon_sym_inline] = ACTIONS(2547), + [anon_sym_const] = ACTIONS(2547), + [anon_sym_restrict] = ACTIONS(2547), + [anon_sym_volatile] = ACTIONS(2547), + [anon_sym_unsigned] = ACTIONS(2547), + [anon_sym_long] = ACTIONS(2547), + [anon_sym_short] = ACTIONS(2547), + [sym_primitive_type] = ACTIONS(2547), + [anon_sym_enum] = ACTIONS(2547), + [anon_sym_struct] = ACTIONS(2547), + [anon_sym_union] = ACTIONS(2547), + [anon_sym_if] = ACTIONS(2547), + [anon_sym_else] = ACTIONS(2547), + [anon_sym_switch] = ACTIONS(2547), + [anon_sym_case] = ACTIONS(2547), + [anon_sym_default] = ACTIONS(2547), + [anon_sym_while] = ACTIONS(2547), + [anon_sym_do] = ACTIONS(2547), + [anon_sym_for] = ACTIONS(2547), + [anon_sym_return] = ACTIONS(2547), + [anon_sym_break] = ACTIONS(2547), + [anon_sym_continue] = ACTIONS(2547), + [anon_sym_goto] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_BANG] = ACTIONS(2549), + [anon_sym_TILDE] = ACTIONS(2549), + [anon_sym_PLUS] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2549), + [anon_sym_sizeof] = ACTIONS(2547), + [sym_number_literal] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [sym_string_literal] = ACTIONS(2549), + [sym_identifier] = ACTIONS(2551), + [sym_true] = ACTIONS(2549), + [sym_false] = ACTIONS(2549), + [sym_null] = ACTIONS(2547), [sym_comment] = ACTIONS(44), }, [1606] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2883), - [sym_preproc_directive] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_RBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_auto] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_unsigned] = ACTIONS(2883), - [anon_sym_long] = ACTIONS(2883), - [anon_sym_short] = ACTIONS(2883), - [sym_primitive_type] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_else] = ACTIONS(2883), - [anon_sym_switch] = ACTIONS(2883), - [anon_sym_case] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_do] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_sizeof] = ACTIONS(2883), - [sym_number_literal] = ACTIONS(2883), - [sym_char_literal] = ACTIONS(2883), - [sym_string_literal] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [sym_null] = ACTIONS(2883), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_RPAREN] = ACTIONS(3057), + [anon_sym_STAR] = ACTIONS(1913), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1915), + [anon_sym_QMARK] = ACTIONS(1917), + [anon_sym_STAR_EQ] = ACTIONS(1919), + [anon_sym_SLASH_EQ] = ACTIONS(1919), + [anon_sym_PERCENT_EQ] = ACTIONS(1919), + [anon_sym_PLUS_EQ] = ACTIONS(1919), + [anon_sym_DASH_EQ] = ACTIONS(1919), + [anon_sym_LT_LT_EQ] = ACTIONS(1919), + [anon_sym_GT_GT_EQ] = ACTIONS(1919), + [anon_sym_AMP_EQ] = ACTIONS(1919), + [anon_sym_CARET_EQ] = ACTIONS(1919), + [anon_sym_PIPE_EQ] = ACTIONS(1919), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE_PIPE] = ACTIONS(1923), + [anon_sym_AMP_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_CARET] = ACTIONS(1929), + [anon_sym_EQ_EQ] = ACTIONS(1931), + [anon_sym_BANG_EQ] = ACTIONS(1931), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_GT] = ACTIONS(1933), + [anon_sym_LT_EQ] = ACTIONS(1935), + [anon_sym_GT_EQ] = ACTIONS(1935), + [anon_sym_LT_LT] = ACTIONS(1937), + [anon_sym_GT_GT] = ACTIONS(1937), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1913), + [anon_sym_PERCENT] = ACTIONS(1913), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1607] = { - [sym_compound_statement] = STATE(1629), - [sym_labeled_statement] = STATE(1629), - [sym_expression_statement] = STATE(1629), - [sym_if_statement] = STATE(1629), - [sym_switch_statement] = STATE(1629), - [sym_case_statement] = STATE(1629), - [sym_while_statement] = STATE(1629), - [sym_do_statement] = STATE(1629), - [sym_for_statement] = STATE(1629), - [sym_return_statement] = STATE(1629), - [sym_break_statement] = STATE(1629), - [sym_continue_statement] = STATE(1629), - [sym_goto_statement] = STATE(1629), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1635), + [sym_labeled_statement] = STATE(1635), + [sym_expression_statement] = STATE(1635), + [sym_if_statement] = STATE(1635), + [sym_switch_statement] = STATE(1635), + [sym_case_statement] = STATE(1635), + [sym_while_statement] = STATE(1635), + [sym_do_statement] = STATE(1635), + [sym_for_statement] = STATE(1635), + [sym_return_statement] = STATE(1635), + [sym_break_statement] = STATE(1635), + [sym_continue_statement] = STATE(1635), + [sym_goto_statement] = STATE(1635), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1608] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3025), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1637), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1609] = { - [sym_compound_statement] = STATE(1606), - [sym_labeled_statement] = STATE(1606), - [sym_expression_statement] = STATE(1606), - [sym_if_statement] = STATE(1606), - [sym_switch_statement] = STATE(1606), - [sym_case_statement] = STATE(1606), - [sym_while_statement] = STATE(1606), - [sym_do_statement] = STATE(1606), - [sym_for_statement] = STATE(1606), - [sym_return_statement] = STATE(1606), - [sym_break_statement] = STATE(1606), - [sym_continue_statement] = STATE(1606), - [sym_goto_statement] = STATE(1606), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym__expression] = STATE(1638), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1610] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3027), + [sym_argument_list] = STATE(469), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1305), + [anon_sym_QMARK] = ACTIONS(1307), + [anon_sym_STAR_EQ] = ACTIONS(1309), + [anon_sym_SLASH_EQ] = ACTIONS(1309), + [anon_sym_PERCENT_EQ] = ACTIONS(1309), + [anon_sym_PLUS_EQ] = ACTIONS(1309), + [anon_sym_DASH_EQ] = ACTIONS(1309), + [anon_sym_LT_LT_EQ] = ACTIONS(1309), + [anon_sym_GT_GT_EQ] = ACTIONS(1309), + [anon_sym_AMP_EQ] = ACTIONS(1309), + [anon_sym_CARET_EQ] = ACTIONS(1309), + [anon_sym_PIPE_EQ] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1311), + [anon_sym_PIPE_PIPE] = ACTIONS(1313), + [anon_sym_AMP_AMP] = ACTIONS(1315), + [anon_sym_PIPE] = ACTIONS(1317), + [anon_sym_CARET] = ACTIONS(1319), + [anon_sym_EQ_EQ] = ACTIONS(1321), + [anon_sym_BANG_EQ] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(1323), + [anon_sym_GT] = ACTIONS(1323), + [anon_sym_LT_EQ] = ACTIONS(1325), + [anon_sym_GT_EQ] = ACTIONS(1325), + [anon_sym_LT_LT] = ACTIONS(1327), + [anon_sym_GT_GT] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(1303), + [anon_sym_PERCENT] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1611] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1632), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2983), + [sym_preproc_directive] = ACTIONS(2987), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_typedef] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2983), + [anon_sym_auto] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_inline] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_restrict] = ACTIONS(2983), + [anon_sym_volatile] = ACTIONS(2983), + [anon_sym_unsigned] = ACTIONS(2983), + [anon_sym_long] = ACTIONS(2983), + [anon_sym_short] = ACTIONS(2983), + [sym_primitive_type] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2983), + [anon_sym_case] = ACTIONS(2983), + [anon_sym_default] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2985), + [anon_sym_BANG] = ACTIONS(2985), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_sizeof] = ACTIONS(2983), + [sym_number_literal] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [sym_string_literal] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [sym_true] = ACTIONS(2985), + [sym_false] = ACTIONS(2985), + [sym_null] = ACTIONS(2983), [sym_comment] = ACTIONS(44), }, [1612] = { - [sym_compound_statement] = STATE(1633), - [sym_labeled_statement] = STATE(1633), - [sym_expression_statement] = STATE(1633), - [sym_if_statement] = STATE(1633), - [sym_switch_statement] = STATE(1633), - [sym_case_statement] = STATE(1633), - [sym_while_statement] = STATE(1633), - [sym_do_statement] = STATE(1633), - [sym_for_statement] = STATE(1633), - [sym_return_statement] = STATE(1633), - [sym_break_statement] = STATE(1633), - [sym_continue_statement] = STATE(1633), - [sym_goto_statement] = STATE(1633), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1640), + [sym_labeled_statement] = STATE(1640), + [sym_expression_statement] = STATE(1640), + [sym_if_statement] = STATE(1640), + [sym_switch_statement] = STATE(1640), + [sym_case_statement] = STATE(1640), + [sym_while_statement] = STATE(1640), + [sym_do_statement] = STATE(1640), + [sym_for_statement] = STATE(1640), + [sym_return_statement] = STATE(1640), + [sym_break_statement] = STATE(1640), + [sym_continue_statement] = STATE(1640), + [sym_goto_statement] = STATE(1640), + [sym__expression] = STATE(891), + [sym_comma_expression] = STATE(892), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(1815), + [anon_sym_LBRACE] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(1821), + [anon_sym_switch] = ACTIONS(1823), + [anon_sym_case] = ACTIONS(1825), + [anon_sym_default] = ACTIONS(1827), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1831), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1835), + [anon_sym_break] = ACTIONS(1837), + [anon_sym_continue] = ACTIONS(1839), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2443), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1613] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(744), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(746), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_SEMI] = ACTIONS(744), - [anon_sym_typedef] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(744), - [anon_sym_STAR] = ACTIONS(744), - [anon_sym_static] = ACTIONS(746), - [anon_sym_auto] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_inline] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [anon_sym_restrict] = ACTIONS(746), - [anon_sym_volatile] = ACTIONS(746), - [anon_sym_unsigned] = ACTIONS(746), - [anon_sym_long] = ACTIONS(746), - [anon_sym_short] = ACTIONS(746), - [sym_primitive_type] = ACTIONS(746), - [anon_sym_enum] = ACTIONS(746), - [anon_sym_struct] = ACTIONS(746), - [anon_sym_union] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_else] = ACTIONS(746), - [anon_sym_switch] = ACTIONS(746), - [anon_sym_case] = ACTIONS(746), - [anon_sym_default] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_goto] = ACTIONS(746), - [anon_sym_AMP] = ACTIONS(744), - [anon_sym_BANG] = ACTIONS(744), - [anon_sym_TILDE] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(744), - [anon_sym_PLUS_PLUS] = ACTIONS(744), - [anon_sym_sizeof] = ACTIONS(746), - [sym_number_literal] = ACTIONS(746), - [sym_char_literal] = ACTIONS(746), - [sym_string_literal] = ACTIONS(744), - [sym_identifier] = ACTIONS(748), - [sym_true] = ACTIONS(744), - [sym_false] = ACTIONS(744), - [sym_null] = ACTIONS(746), + [sym_compound_statement] = STATE(1641), + [sym_labeled_statement] = STATE(1641), + [sym_expression_statement] = STATE(1641), + [sym_if_statement] = STATE(1641), + [sym_switch_statement] = STATE(1641), + [sym_case_statement] = STATE(1641), + [sym_while_statement] = STATE(1641), + [sym_do_statement] = STATE(1641), + [sym_for_statement] = STATE(1641), + [sym_return_statement] = STATE(1641), + [sym_break_statement] = STATE(1641), + [sym_continue_statement] = STATE(1641), + [sym_goto_statement] = STATE(1641), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1614] = { - [sym_parameter_list] = STATE(197), - [anon_sym_LPAREN] = ACTIONS(288), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(436), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_else] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_goto] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(762), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_sizeof] = ACTIONS(764), + [sym_number_literal] = ACTIONS(764), + [sym_char_literal] = ACTIONS(764), + [sym_string_literal] = ACTIONS(762), + [sym_identifier] = ACTIONS(766), + [sym_true] = ACTIONS(762), + [sym_false] = ACTIONS(762), + [sym_null] = ACTIONS(764), [sym_comment] = ACTIONS(44), }, [1615] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1117), - [anon_sym_LPAREN] = ACTIONS(1115), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1117), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1117), - [sym_preproc_directive] = ACTIONS(1119), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_typedef] = ACTIONS(1117), - [anon_sym_extern] = ACTIONS(1117), - [anon_sym_LBRACE] = ACTIONS(1115), - [anon_sym_STAR] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1117), - [anon_sym_auto] = ACTIONS(1117), - [anon_sym_register] = ACTIONS(1117), - [anon_sym_inline] = ACTIONS(1117), - [anon_sym_const] = ACTIONS(1117), - [anon_sym_restrict] = ACTIONS(1117), - [anon_sym_volatile] = ACTIONS(1117), - [anon_sym_unsigned] = ACTIONS(1117), - [anon_sym_long] = ACTIONS(1117), - [anon_sym_short] = ACTIONS(1117), - [sym_primitive_type] = ACTIONS(1117), - [anon_sym_enum] = ACTIONS(1117), - [anon_sym_struct] = ACTIONS(1117), - [anon_sym_union] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1117), - [anon_sym_else] = ACTIONS(1117), - [anon_sym_switch] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(1117), - [anon_sym_default] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_return] = ACTIONS(1117), - [anon_sym_break] = ACTIONS(1117), - [anon_sym_continue] = ACTIONS(1117), - [anon_sym_goto] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1115), - [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_TILDE] = ACTIONS(1115), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_DASH_DASH] = ACTIONS(1115), - [anon_sym_PLUS_PLUS] = ACTIONS(1115), - [anon_sym_sizeof] = ACTIONS(1117), - [sym_number_literal] = ACTIONS(1117), - [sym_char_literal] = ACTIONS(1117), - [sym_string_literal] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_true] = ACTIONS(1115), - [sym_false] = ACTIONS(1115), - [sym_null] = ACTIONS(1117), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1616] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2683), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2681), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2681), - [sym_preproc_directive] = ACTIONS(2685), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_typedef] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_auto] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [sym_primitive_type] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_if] = ACTIONS(2681), - [anon_sym_else] = ACTIONS(2681), - [anon_sym_switch] = ACTIONS(2681), - [anon_sym_case] = ACTIONS(2681), - [anon_sym_default] = ACTIONS(2681), - [anon_sym_while] = ACTIONS(2681), - [anon_sym_do] = ACTIONS(2681), - [anon_sym_for] = ACTIONS(2681), - [anon_sym_return] = ACTIONS(2681), - [anon_sym_break] = ACTIONS(2681), - [anon_sym_continue] = ACTIONS(2681), - [anon_sym_goto] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2683), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_sizeof] = ACTIONS(2681), - [sym_number_literal] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [sym_string_literal] = ACTIONS(2683), - [sym_identifier] = ACTIONS(2685), - [sym_true] = ACTIONS(2683), - [sym_false] = ACTIONS(2683), - [sym_null] = ACTIONS(2681), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [anon_sym_if] = ACTIONS(1137), + [anon_sym_else] = ACTIONS(1137), + [anon_sym_switch] = ACTIONS(1137), + [anon_sym_case] = ACTIONS(1137), + [anon_sym_default] = ACTIONS(1137), + [anon_sym_while] = ACTIONS(1137), + [anon_sym_do] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1137), + [anon_sym_break] = ACTIONS(1137), + [anon_sym_continue] = ACTIONS(1137), + [anon_sym_goto] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, [1617] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2687), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2687), - [sym_preproc_directive] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_typedef] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_auto] = ACTIONS(2687), - [anon_sym_register] = ACTIONS(2687), - [anon_sym_inline] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_restrict] = ACTIONS(2687), - [anon_sym_volatile] = ACTIONS(2687), - [anon_sym_unsigned] = ACTIONS(2687), - [anon_sym_long] = ACTIONS(2687), - [anon_sym_short] = ACTIONS(2687), - [sym_primitive_type] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_else] = ACTIONS(2687), - [anon_sym_switch] = ACTIONS(2687), - [anon_sym_case] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_do] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_goto] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_TILDE] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2689), - [anon_sym_PLUS_PLUS] = ACTIONS(2689), - [anon_sym_sizeof] = ACTIONS(2687), - [sym_number_literal] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [sym_string_literal] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [sym_true] = ACTIONS(2689), - [sym_false] = ACTIONS(2689), - [sym_null] = ACTIONS(2687), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2723), + [anon_sym_LPAREN] = ACTIONS(2725), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2723), + [sym_preproc_directive] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_typedef] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2723), + [anon_sym_auto] = ACTIONS(2723), + [anon_sym_register] = ACTIONS(2723), + [anon_sym_inline] = ACTIONS(2723), + [anon_sym_const] = ACTIONS(2723), + [anon_sym_restrict] = ACTIONS(2723), + [anon_sym_volatile] = ACTIONS(2723), + [anon_sym_unsigned] = ACTIONS(2723), + [anon_sym_long] = ACTIONS(2723), + [anon_sym_short] = ACTIONS(2723), + [sym_primitive_type] = ACTIONS(2723), + [anon_sym_enum] = ACTIONS(2723), + [anon_sym_struct] = ACTIONS(2723), + [anon_sym_union] = ACTIONS(2723), + [anon_sym_if] = ACTIONS(2723), + [anon_sym_else] = ACTIONS(2723), + [anon_sym_switch] = ACTIONS(2723), + [anon_sym_case] = ACTIONS(2723), + [anon_sym_default] = ACTIONS(2723), + [anon_sym_while] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_for] = ACTIONS(2723), + [anon_sym_return] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2723), + [anon_sym_continue] = ACTIONS(2723), + [anon_sym_goto] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_BANG] = ACTIONS(2725), + [anon_sym_TILDE] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_sizeof] = ACTIONS(2723), + [sym_number_literal] = ACTIONS(2723), + [sym_char_literal] = ACTIONS(2723), + [sym_string_literal] = ACTIONS(2725), + [sym_identifier] = ACTIONS(2727), + [sym_true] = ACTIONS(2725), + [sym_false] = ACTIONS(2725), + [sym_null] = ACTIONS(2723), [sym_comment] = ACTIONS(44), }, [1618] = { - [sym_compound_statement] = STATE(1635), - [sym_labeled_statement] = STATE(1635), - [sym_expression_statement] = STATE(1635), - [sym_if_statement] = STATE(1635), - [sym_switch_statement] = STATE(1635), - [sym_case_statement] = STATE(1635), - [sym_while_statement] = STATE(1635), - [sym_do_statement] = STATE(1635), - [sym_for_statement] = STATE(1635), - [sym_return_statement] = STATE(1635), - [sym_break_statement] = STATE(1635), - [sym_continue_statement] = STATE(1635), - [sym_goto_statement] = STATE(1635), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2729), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_typedef] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_auto] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_unsigned] = ACTIONS(2729), + [anon_sym_long] = ACTIONS(2729), + [anon_sym_short] = ACTIONS(2729), + [sym_primitive_type] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_union] = ACTIONS(2729), + [anon_sym_if] = ACTIONS(2729), + [anon_sym_else] = ACTIONS(2729), + [anon_sym_switch] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_default] = ACTIONS(2729), [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_do] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2729), + [anon_sym_return] = ACTIONS(2729), + [anon_sym_break] = ACTIONS(2729), + [anon_sym_continue] = ACTIONS(2729), + [anon_sym_goto] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_sizeof] = ACTIONS(2729), + [sym_number_literal] = ACTIONS(2729), + [sym_char_literal] = ACTIONS(2729), + [sym_string_literal] = ACTIONS(2731), + [sym_identifier] = ACTIONS(2733), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2729), [sym_comment] = ACTIONS(44), }, [1619] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3031), + [sym_compound_statement] = STATE(1643), + [sym_labeled_statement] = STATE(1643), + [sym_expression_statement] = STATE(1643), + [sym_if_statement] = STATE(1643), + [sym_switch_statement] = STATE(1643), + [sym_case_statement] = STATE(1643), + [sym_while_statement] = STATE(1643), + [sym_do_statement] = STATE(1643), + [sym_for_statement] = STATE(1643), + [sym_return_statement] = STATE(1643), + [sym_break_statement] = STATE(1643), + [sym_continue_statement] = STATE(1643), + [sym_goto_statement] = STATE(1643), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1620] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1637), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3031), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3065), [sym_comment] = ACTIONS(44), }, [1621] = { - [sym__expression] = STATE(1638), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(878), - [anon_sym_RPAREN] = ACTIONS(3031), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(882), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_sizeof] = ACTIONS(890), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(634), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1645), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1622] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2981), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2979), - [sym_preproc_directive] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_typedef] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_auto] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_inline] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_restrict] = ACTIONS(2979), - [anon_sym_volatile] = ACTIONS(2979), - [anon_sym_unsigned] = ACTIONS(2979), - [anon_sym_long] = ACTIONS(2979), - [anon_sym_short] = ACTIONS(2979), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_switch] = ACTIONS(2979), - [anon_sym_case] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_goto] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_sizeof] = ACTIONS(2979), - [sym_number_literal] = ACTIONS(2979), - [sym_char_literal] = ACTIONS(2979), - [sym_string_literal] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_null] = ACTIONS(2979), + [sym__expression] = STATE(1646), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1623] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2795), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_auto] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_else] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [sym_number_literal] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [sym_string_literal] = ACTIONS(2795), - [sym_identifier] = ACTIONS(2797), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3021), + [sym_preproc_directive] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_typedef] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3021), + [anon_sym_auto] = ACTIONS(3021), + [anon_sym_register] = ACTIONS(3021), + [anon_sym_inline] = ACTIONS(3021), + [anon_sym_const] = ACTIONS(3021), + [anon_sym_restrict] = ACTIONS(3021), + [anon_sym_volatile] = ACTIONS(3021), + [anon_sym_unsigned] = ACTIONS(3021), + [anon_sym_long] = ACTIONS(3021), + [anon_sym_short] = ACTIONS(3021), + [sym_primitive_type] = ACTIONS(3021), + [anon_sym_enum] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3021), + [anon_sym_union] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_switch] = ACTIONS(3021), + [anon_sym_case] = ACTIONS(3021), + [anon_sym_default] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_break] = ACTIONS(3021), + [anon_sym_continue] = ACTIONS(3021), + [anon_sym_goto] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3021), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_sizeof] = ACTIONS(3021), + [sym_number_literal] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [sym_string_literal] = ACTIONS(3023), + [sym_identifier] = ACTIONS(3025), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_null] = ACTIONS(3021), [sym_comment] = ACTIONS(44), }, [1624] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1217), - [anon_sym_BANG] = ACTIONS(1217), - [anon_sym_TILDE] = ACTIONS(1217), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1217), - [anon_sym_PLUS_PLUS] = ACTIONS(1217), - [anon_sym_sizeof] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1219), - [sym_char_literal] = ACTIONS(1219), - [sym_string_literal] = ACTIONS(1217), - [sym_identifier] = ACTIONS(1221), - [sym_true] = ACTIONS(1217), - [sym_false] = ACTIONS(1217), - [sym_null] = ACTIONS(1219), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2925), + [anon_sym_LPAREN] = ACTIONS(2927), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_auto] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [sym_primitive_type] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_else] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [sym_number_literal] = ACTIONS(2925), + [sym_char_literal] = ACTIONS(2925), + [sym_string_literal] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2929), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_null] = ACTIONS(2925), [sym_comment] = ACTIONS(44), }, [1625] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2807), - [anon_sym_LPAREN] = ACTIONS(2809), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2807), - [sym_preproc_directive] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_auto] = ACTIONS(2807), - [anon_sym_register] = ACTIONS(2807), - [anon_sym_inline] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_restrict] = ACTIONS(2807), - [anon_sym_volatile] = ACTIONS(2807), - [anon_sym_unsigned] = ACTIONS(2807), - [anon_sym_long] = ACTIONS(2807), - [anon_sym_short] = ACTIONS(2807), - [sym_primitive_type] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_else] = ACTIONS(2807), - [anon_sym_switch] = ACTIONS(2807), - [anon_sym_case] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_do] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_goto] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2809), - [anon_sym_PLUS_PLUS] = ACTIONS(2809), - [anon_sym_sizeof] = ACTIONS(2807), - [sym_number_literal] = ACTIONS(2807), - [sym_char_literal] = ACTIONS(2807), - [sym_string_literal] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [sym_null] = ACTIONS(2807), + [sym_compound_statement] = STATE(1647), + [sym_labeled_statement] = STATE(1647), + [sym_expression_statement] = STATE(1647), + [sym_if_statement] = STATE(1647), + [sym_switch_statement] = STATE(1647), + [sym_case_statement] = STATE(1647), + [sym_while_statement] = STATE(1647), + [sym_do_statement] = STATE(1647), + [sym_for_statement] = STATE(1647), + [sym_return_statement] = STATE(1647), + [sym_break_statement] = STATE(1647), + [sym_continue_statement] = STATE(1647), + [sym_goto_statement] = STATE(1647), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1626] = { - [sym_compound_statement] = STATE(1639), - [sym_labeled_statement] = STATE(1639), - [sym_expression_statement] = STATE(1639), - [sym_if_statement] = STATE(1639), - [sym_switch_statement] = STATE(1639), - [sym_case_statement] = STATE(1639), - [sym_while_statement] = STATE(1639), - [sym_do_statement] = STATE(1639), - [sym_for_statement] = STATE(1639), - [sym_return_statement] = STATE(1639), - [sym_break_statement] = STATE(1639), - [sym_continue_statement] = STATE(1639), - [sym_goto_statement] = STATE(1639), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3067), [sym_comment] = ACTIONS(44), }, [1627] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3033), + [sym_compound_statement] = STATE(1624), + [sym_labeled_statement] = STATE(1624), + [sym_expression_statement] = STATE(1624), + [sym_if_statement] = STATE(1624), + [sym_switch_statement] = STATE(1624), + [sym_case_statement] = STATE(1624), + [sym_while_statement] = STATE(1624), + [sym_do_statement] = STATE(1624), + [sym_for_statement] = STATE(1624), + [sym_return_statement] = STATE(1624), + [sym_break_statement] = STATE(1624), + [sym_continue_statement] = STATE(1624), + [sym_goto_statement] = STATE(1624), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1628] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1641), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3069), [sym_comment] = ACTIONS(44), }, [1629] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2943), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2941), - [sym_preproc_directive] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2941), - [anon_sym_extern] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_RBRACE] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2941), - [anon_sym_auto] = ACTIONS(2941), - [anon_sym_register] = ACTIONS(2941), - [anon_sym_inline] = ACTIONS(2941), - [anon_sym_const] = ACTIONS(2941), - [anon_sym_restrict] = ACTIONS(2941), - [anon_sym_volatile] = ACTIONS(2941), - [anon_sym_unsigned] = ACTIONS(2941), - [anon_sym_long] = ACTIONS(2941), - [anon_sym_short] = ACTIONS(2941), - [sym_primitive_type] = ACTIONS(2941), - [anon_sym_enum] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2941), - [anon_sym_union] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2941), - [anon_sym_else] = ACTIONS(2941), - [anon_sym_switch] = ACTIONS(2941), - [anon_sym_case] = ACTIONS(2941), - [anon_sym_default] = ACTIONS(2941), - [anon_sym_while] = ACTIONS(2941), - [anon_sym_do] = ACTIONS(2941), - [anon_sym_for] = ACTIONS(2941), - [anon_sym_return] = ACTIONS(2941), - [anon_sym_break] = ACTIONS(2941), - [anon_sym_continue] = ACTIONS(2941), - [anon_sym_goto] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_sizeof] = ACTIONS(2941), - [sym_number_literal] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [sym_string_literal] = ACTIONS(2943), - [sym_identifier] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_null] = ACTIONS(2941), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1650), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3069), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1630] = { - [sym_compound_statement] = STATE(1642), - [sym_labeled_statement] = STATE(1642), - [sym_expression_statement] = STATE(1642), - [sym_if_statement] = STATE(1642), - [sym_switch_statement] = STATE(1642), - [sym_case_statement] = STATE(1642), - [sym_while_statement] = STATE(1642), - [sym_do_statement] = STATE(1642), - [sym_for_statement] = STATE(1642), - [sym_return_statement] = STATE(1642), - [sym_break_statement] = STATE(1642), - [sym_continue_statement] = STATE(1642), - [sym_goto_statement] = STATE(1642), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2263), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1651), + [sym_labeled_statement] = STATE(1651), + [sym_expression_statement] = STATE(1651), + [sym_if_statement] = STATE(1651), + [sym_switch_statement] = STATE(1651), + [sym_case_statement] = STATE(1651), + [sym_while_statement] = STATE(1651), + [sym_do_statement] = STATE(1651), + [sym_for_statement] = STATE(1651), + [sym_return_statement] = STATE(1651), + [sym_break_statement] = STATE(1651), + [sym_continue_statement] = STATE(1651), + [sym_goto_statement] = STATE(1651), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1631] = { - [sym_compound_statement] = STATE(1629), - [sym_labeled_statement] = STATE(1629), - [sym_expression_statement] = STATE(1629), - [sym_if_statement] = STATE(1629), - [sym_switch_statement] = STATE(1629), - [sym_case_statement] = STATE(1629), - [sym_while_statement] = STATE(1629), - [sym_do_statement] = STATE(1629), - [sym_for_statement] = STATE(1629), - [sym_return_statement] = STATE(1629), - [sym_break_statement] = STATE(1629), - [sym_continue_statement] = STATE(1629), - [sym_goto_statement] = STATE(1629), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(764), + [anon_sym_LPAREN] = ACTIONS(762), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(764), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(764), + [sym_preproc_directive] = ACTIONS(766), + [anon_sym_SEMI] = ACTIONS(762), + [anon_sym_typedef] = ACTIONS(764), + [anon_sym_extern] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(762), + [anon_sym_static] = ACTIONS(764), + [anon_sym_auto] = ACTIONS(764), + [anon_sym_register] = ACTIONS(764), + [anon_sym_inline] = ACTIONS(764), + [anon_sym_const] = ACTIONS(764), + [anon_sym_restrict] = ACTIONS(764), + [anon_sym_volatile] = ACTIONS(764), + [anon_sym_unsigned] = ACTIONS(764), + [anon_sym_long] = ACTIONS(764), + [anon_sym_short] = ACTIONS(764), + [sym_primitive_type] = ACTIONS(764), + [anon_sym_enum] = ACTIONS(764), + [anon_sym_struct] = ACTIONS(764), + [anon_sym_union] = ACTIONS(764), + [anon_sym_if] = ACTIONS(764), + [anon_sym_else] = ACTIONS(764), + [anon_sym_switch] = ACTIONS(764), + [anon_sym_case] = ACTIONS(764), + [anon_sym_default] = ACTIONS(764), + [anon_sym_while] = ACTIONS(764), + [anon_sym_do] = ACTIONS(764), + [anon_sym_for] = ACTIONS(764), + [anon_sym_return] = ACTIONS(764), + [anon_sym_break] = ACTIONS(764), + [anon_sym_continue] = ACTIONS(764), + [anon_sym_goto] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(762), + [anon_sym_BANG] = ACTIONS(762), + [anon_sym_TILDE] = ACTIONS(762), + [anon_sym_PLUS] = ACTIONS(764), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_DASH_DASH] = ACTIONS(762), + [anon_sym_PLUS_PLUS] = ACTIONS(762), + [anon_sym_sizeof] = ACTIONS(764), + [sym_number_literal] = ACTIONS(764), + [sym_char_literal] = ACTIONS(764), + [sym_string_literal] = ACTIONS(762), + [sym_identifier] = ACTIONS(766), + [sym_true] = ACTIONS(762), + [sym_false] = ACTIONS(762), + [sym_null] = ACTIONS(764), [sym_comment] = ACTIONS(44), }, [1632] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3035), + [sym_parameter_list] = STATE(201), + [anon_sym_LPAREN] = ACTIONS(292), + [anon_sym_SEMI] = ACTIONS(3071), + [anon_sym_LBRACK] = ACTIONS(444), [sym_comment] = ACTIONS(44), }, [1633] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2795), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_auto] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_else] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [sym_number_literal] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [sym_string_literal] = ACTIONS(2795), - [sym_identifier] = ACTIONS(2797), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1137), + [sym_preproc_directive] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_typedef] = ACTIONS(1137), + [anon_sym_extern] = ACTIONS(1137), + [anon_sym_LBRACE] = ACTIONS(1135), + [anon_sym_STAR] = ACTIONS(1135), + [anon_sym_static] = ACTIONS(1137), + [anon_sym_auto] = ACTIONS(1137), + [anon_sym_register] = ACTIONS(1137), + [anon_sym_inline] = ACTIONS(1137), + [anon_sym_const] = ACTIONS(1137), + [anon_sym_restrict] = ACTIONS(1137), + [anon_sym_volatile] = ACTIONS(1137), + [anon_sym_unsigned] = ACTIONS(1137), + [anon_sym_long] = ACTIONS(1137), + [anon_sym_short] = ACTIONS(1137), + [sym_primitive_type] = ACTIONS(1137), + [anon_sym_enum] = ACTIONS(1137), + [anon_sym_struct] = ACTIONS(1137), + [anon_sym_union] = ACTIONS(1137), + [anon_sym_if] = ACTIONS(1137), + [anon_sym_else] = ACTIONS(1137), + [anon_sym_switch] = ACTIONS(1137), + [anon_sym_case] = ACTIONS(1137), + [anon_sym_default] = ACTIONS(1137), + [anon_sym_while] = ACTIONS(1137), + [anon_sym_do] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1137), + [anon_sym_break] = ACTIONS(1137), + [anon_sym_continue] = ACTIONS(1137), + [anon_sym_goto] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_TILDE] = ACTIONS(1135), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1135), + [anon_sym_PLUS_PLUS] = ACTIONS(1135), + [anon_sym_sizeof] = ACTIONS(1137), + [sym_number_literal] = ACTIONS(1137), + [sym_char_literal] = ACTIONS(1137), + [sym_string_literal] = ACTIONS(1135), + [sym_identifier] = ACTIONS(1139), + [sym_true] = ACTIONS(1135), + [sym_false] = ACTIONS(1135), + [sym_null] = ACTIONS(1137), [sym_comment] = ACTIONS(44), }, [1634] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1219), - [anon_sym_LPAREN] = ACTIONS(1217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1217), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1217), - [anon_sym_BANG] = ACTIONS(1217), - [anon_sym_TILDE] = ACTIONS(1217), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1217), - [anon_sym_PLUS_PLUS] = ACTIONS(1217), - [anon_sym_sizeof] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1219), - [sym_char_literal] = ACTIONS(1219), - [sym_string_literal] = ACTIONS(1217), - [sym_identifier] = ACTIONS(1221), - [sym_true] = ACTIONS(1217), - [sym_false] = ACTIONS(1217), - [sym_null] = ACTIONS(1219), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2723), + [anon_sym_LPAREN] = ACTIONS(2725), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2723), + [sym_preproc_directive] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2725), + [anon_sym_typedef] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2723), + [anon_sym_LBRACE] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2723), + [anon_sym_auto] = ACTIONS(2723), + [anon_sym_register] = ACTIONS(2723), + [anon_sym_inline] = ACTIONS(2723), + [anon_sym_const] = ACTIONS(2723), + [anon_sym_restrict] = ACTIONS(2723), + [anon_sym_volatile] = ACTIONS(2723), + [anon_sym_unsigned] = ACTIONS(2723), + [anon_sym_long] = ACTIONS(2723), + [anon_sym_short] = ACTIONS(2723), + [sym_primitive_type] = ACTIONS(2723), + [anon_sym_enum] = ACTIONS(2723), + [anon_sym_struct] = ACTIONS(2723), + [anon_sym_union] = ACTIONS(2723), + [anon_sym_if] = ACTIONS(2723), + [anon_sym_else] = ACTIONS(2723), + [anon_sym_switch] = ACTIONS(2723), + [anon_sym_case] = ACTIONS(2723), + [anon_sym_default] = ACTIONS(2723), + [anon_sym_while] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_for] = ACTIONS(2723), + [anon_sym_return] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2723), + [anon_sym_continue] = ACTIONS(2723), + [anon_sym_goto] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_BANG] = ACTIONS(2725), + [anon_sym_TILDE] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_PLUS_PLUS] = ACTIONS(2725), + [anon_sym_sizeof] = ACTIONS(2723), + [sym_number_literal] = ACTIONS(2723), + [sym_char_literal] = ACTIONS(2723), + [sym_string_literal] = ACTIONS(2725), + [sym_identifier] = ACTIONS(2727), + [sym_true] = ACTIONS(2725), + [sym_false] = ACTIONS(2725), + [sym_null] = ACTIONS(2723), [sym_comment] = ACTIONS(44), }, [1635] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2807), - [anon_sym_LPAREN] = ACTIONS(2809), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2807), - [sym_preproc_directive] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_auto] = ACTIONS(2807), - [anon_sym_register] = ACTIONS(2807), - [anon_sym_inline] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_restrict] = ACTIONS(2807), - [anon_sym_volatile] = ACTIONS(2807), - [anon_sym_unsigned] = ACTIONS(2807), - [anon_sym_long] = ACTIONS(2807), - [anon_sym_short] = ACTIONS(2807), - [sym_primitive_type] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_else] = ACTIONS(2807), - [anon_sym_switch] = ACTIONS(2807), - [anon_sym_case] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_do] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_goto] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2809), - [anon_sym_PLUS_PLUS] = ACTIONS(2809), - [anon_sym_sizeof] = ACTIONS(2807), - [sym_number_literal] = ACTIONS(2807), - [sym_char_literal] = ACTIONS(2807), - [sym_string_literal] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [sym_null] = ACTIONS(2807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2729), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_typedef] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_auto] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_unsigned] = ACTIONS(2729), + [anon_sym_long] = ACTIONS(2729), + [anon_sym_short] = ACTIONS(2729), + [sym_primitive_type] = ACTIONS(2729), + [anon_sym_enum] = ACTIONS(2729), + [anon_sym_struct] = ACTIONS(2729), + [anon_sym_union] = ACTIONS(2729), + [anon_sym_if] = ACTIONS(2729), + [anon_sym_else] = ACTIONS(2729), + [anon_sym_switch] = ACTIONS(2729), + [anon_sym_case] = ACTIONS(2729), + [anon_sym_default] = ACTIONS(2729), + [anon_sym_while] = ACTIONS(2729), + [anon_sym_do] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2729), + [anon_sym_return] = ACTIONS(2729), + [anon_sym_break] = ACTIONS(2729), + [anon_sym_continue] = ACTIONS(2729), + [anon_sym_goto] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_sizeof] = ACTIONS(2729), + [sym_number_literal] = ACTIONS(2729), + [sym_char_literal] = ACTIONS(2729), + [sym_string_literal] = ACTIONS(2731), + [sym_identifier] = ACTIONS(2733), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2729), [sym_comment] = ACTIONS(44), }, [1636] = { - [sym_compound_statement] = STATE(1644), - [sym_labeled_statement] = STATE(1644), - [sym_expression_statement] = STATE(1644), - [sym_if_statement] = STATE(1644), - [sym_switch_statement] = STATE(1644), - [sym_case_statement] = STATE(1644), - [sym_while_statement] = STATE(1644), - [sym_do_statement] = STATE(1644), - [sym_for_statement] = STATE(1644), - [sym_return_statement] = STATE(1644), - [sym_break_statement] = STATE(1644), - [sym_continue_statement] = STATE(1644), - [sym_goto_statement] = STATE(1644), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1653), + [sym_labeled_statement] = STATE(1653), + [sym_expression_statement] = STATE(1653), + [sym_if_statement] = STATE(1653), + [sym_switch_statement] = STATE(1653), + [sym_case_statement] = STATE(1653), + [sym_while_statement] = STATE(1653), + [sym_do_statement] = STATE(1653), + [sym_for_statement] = STATE(1653), + [sym_return_statement] = STATE(1653), + [sym_break_statement] = STATE(1653), + [sym_continue_statement] = STATE(1653), + [sym_goto_statement] = STATE(1653), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1637] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3037), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3073), [sym_comment] = ACTIONS(44), }, [1638] = { - [sym_argument_list] = STATE(462), - [aux_sym_for_statement_repeat1] = STATE(1646), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_RPAREN] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1359), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1379), - [anon_sym_LT_LT] = ACTIONS(1381), - [anon_sym_GT_GT] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_DOT] = ACTIONS(1040), - [anon_sym_DASH_GT] = ACTIONS(1040), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1655), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1639] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2883), - [sym_preproc_directive] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_auto] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_unsigned] = ACTIONS(2883), - [anon_sym_long] = ACTIONS(2883), - [anon_sym_short] = ACTIONS(2883), - [sym_primitive_type] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_else] = ACTIONS(2883), - [anon_sym_switch] = ACTIONS(2883), - [anon_sym_case] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_do] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_sizeof] = ACTIONS(2883), - [sym_number_literal] = ACTIONS(2883), - [sym_char_literal] = ACTIONS(2883), - [sym_string_literal] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [sym_null] = ACTIONS(2883), + [sym__expression] = STATE(1656), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(896), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(900), + [anon_sym_TILDE] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(904), + [anon_sym_DASH] = ACTIONS(904), + [anon_sym_DASH_DASH] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_sizeof] = ACTIONS(908), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(642), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1640] = { - [sym_compound_statement] = STATE(1647), - [sym_labeled_statement] = STATE(1647), - [sym_expression_statement] = STATE(1647), - [sym_if_statement] = STATE(1647), - [sym_switch_statement] = STATE(1647), - [sym_case_statement] = STATE(1647), - [sym_while_statement] = STATE(1647), - [sym_do_statement] = STATE(1647), - [sym_for_statement] = STATE(1647), - [sym_return_statement] = STATE(1647), - [sym_break_statement] = STATE(1647), - [sym_continue_statement] = STATE(1647), - [sym_goto_statement] = STATE(1647), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3021), + [sym_preproc_directive] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_typedef] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3021), + [anon_sym_auto] = ACTIONS(3021), + [anon_sym_register] = ACTIONS(3021), + [anon_sym_inline] = ACTIONS(3021), + [anon_sym_const] = ACTIONS(3021), + [anon_sym_restrict] = ACTIONS(3021), + [anon_sym_volatile] = ACTIONS(3021), + [anon_sym_unsigned] = ACTIONS(3021), + [anon_sym_long] = ACTIONS(3021), + [anon_sym_short] = ACTIONS(3021), + [sym_primitive_type] = ACTIONS(3021), + [anon_sym_enum] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3021), + [anon_sym_union] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_switch] = ACTIONS(3021), + [anon_sym_case] = ACTIONS(3021), + [anon_sym_default] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_break] = ACTIONS(3021), + [anon_sym_continue] = ACTIONS(3021), + [anon_sym_goto] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3021), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_sizeof] = ACTIONS(3021), + [sym_number_literal] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [sym_string_literal] = ACTIONS(3023), + [sym_identifier] = ACTIONS(3025), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_null] = ACTIONS(3021), [sym_comment] = ACTIONS(44), }, [1641] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3039), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2835), + [anon_sym_LPAREN] = ACTIONS(2837), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2835), + [sym_preproc_directive] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2835), + [anon_sym_extern] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2835), + [anon_sym_auto] = ACTIONS(2835), + [anon_sym_register] = ACTIONS(2835), + [anon_sym_inline] = ACTIONS(2835), + [anon_sym_const] = ACTIONS(2835), + [anon_sym_restrict] = ACTIONS(2835), + [anon_sym_volatile] = ACTIONS(2835), + [anon_sym_unsigned] = ACTIONS(2835), + [anon_sym_long] = ACTIONS(2835), + [anon_sym_short] = ACTIONS(2835), + [sym_primitive_type] = ACTIONS(2835), + [anon_sym_enum] = ACTIONS(2835), + [anon_sym_struct] = ACTIONS(2835), + [anon_sym_union] = ACTIONS(2835), + [anon_sym_if] = ACTIONS(2835), + [anon_sym_else] = ACTIONS(2835), + [anon_sym_switch] = ACTIONS(2835), + [anon_sym_case] = ACTIONS(2835), + [anon_sym_default] = ACTIONS(2835), + [anon_sym_while] = ACTIONS(2835), + [anon_sym_do] = ACTIONS(2835), + [anon_sym_for] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2835), + [anon_sym_break] = ACTIONS(2835), + [anon_sym_continue] = ACTIONS(2835), + [anon_sym_goto] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_BANG] = ACTIONS(2837), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2835), + [anon_sym_DASH_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2837), + [anon_sym_sizeof] = ACTIONS(2835), + [sym_number_literal] = ACTIONS(2835), + [sym_char_literal] = ACTIONS(2835), + [sym_string_literal] = ACTIONS(2837), + [sym_identifier] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [sym_null] = ACTIONS(2835), [sym_comment] = ACTIONS(44), }, [1642] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2981), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2979), - [sym_preproc_directive] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_typedef] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_RBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_auto] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_inline] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_restrict] = ACTIONS(2979), - [anon_sym_volatile] = ACTIONS(2979), - [anon_sym_unsigned] = ACTIONS(2979), - [anon_sym_long] = ACTIONS(2979), - [anon_sym_short] = ACTIONS(2979), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_else] = ACTIONS(2979), - [anon_sym_switch] = ACTIONS(2979), - [anon_sym_case] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_goto] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_sizeof] = ACTIONS(2979), - [sym_number_literal] = ACTIONS(2979), - [sym_char_literal] = ACTIONS(2979), - [sym_string_literal] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_null] = ACTIONS(2979), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [anon_sym_LPAREN] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1243), + [sym_char_literal] = ACTIONS(1243), + [sym_string_literal] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1245), + [sym_true] = ACTIONS(1241), + [sym_false] = ACTIONS(1241), + [sym_null] = ACTIONS(1243), [sym_comment] = ACTIONS(44), }, [1643] = { - [sym_compound_statement] = STATE(1642), - [sym_labeled_statement] = STATE(1642), - [sym_expression_statement] = STATE(1642), - [sym_if_statement] = STATE(1642), - [sym_switch_statement] = STATE(1642), - [sym_case_statement] = STATE(1642), - [sym_while_statement] = STATE(1642), - [sym_do_statement] = STATE(1642), - [sym_for_statement] = STATE(1642), - [sym_return_statement] = STATE(1642), - [sym_break_statement] = STATE(1642), - [sym_continue_statement] = STATE(1642), - [sym_goto_statement] = STATE(1642), - [sym__expression] = STATE(1099), - [sym_comma_expression] = STATE(1100), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_switch] = ACTIONS(2515), - [anon_sym_case] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_goto] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2525), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2851), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_auto] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [sym_primitive_type] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [sym_number_literal] = ACTIONS(2849), + [sym_char_literal] = ACTIONS(2849), + [sym_string_literal] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2853), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_null] = ACTIONS(2849), [sym_comment] = ACTIONS(44), }, [1644] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2883), - [sym_preproc_directive] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_auto] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_unsigned] = ACTIONS(2883), - [anon_sym_long] = ACTIONS(2883), - [anon_sym_short] = ACTIONS(2883), - [sym_primitive_type] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_else] = ACTIONS(2883), - [anon_sym_switch] = ACTIONS(2883), - [anon_sym_case] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_do] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_sizeof] = ACTIONS(2883), - [sym_number_literal] = ACTIONS(2883), - [sym_char_literal] = ACTIONS(2883), - [sym_string_literal] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [sym_null] = ACTIONS(2883), + [sym_compound_statement] = STATE(1657), + [sym_labeled_statement] = STATE(1657), + [sym_expression_statement] = STATE(1657), + [sym_if_statement] = STATE(1657), + [sym_switch_statement] = STATE(1657), + [sym_case_statement] = STATE(1657), + [sym_while_statement] = STATE(1657), + [sym_do_statement] = STATE(1657), + [sym_for_statement] = STATE(1657), + [sym_return_statement] = STATE(1657), + [sym_break_statement] = STATE(1657), + [sym_continue_statement] = STATE(1657), + [sym_goto_statement] = STATE(1657), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1645] = { - [sym_compound_statement] = STATE(1649), - [sym_labeled_statement] = STATE(1649), - [sym_expression_statement] = STATE(1649), - [sym_if_statement] = STATE(1649), - [sym_switch_statement] = STATE(1649), - [sym_case_statement] = STATE(1649), - [sym_while_statement] = STATE(1649), - [sym_do_statement] = STATE(1649), - [sym_for_statement] = STATE(1649), - [sym_return_statement] = STATE(1649), - [sym_break_statement] = STATE(1649), - [sym_continue_statement] = STATE(1649), - [sym_goto_statement] = STATE(1649), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3075), [sym_comment] = ACTIONS(44), }, [1646] = { - [anon_sym_COMMA] = ACTIONS(2303), - [anon_sym_RPAREN] = ACTIONS(3041), + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1659), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), [sym_comment] = ACTIONS(44), }, [1647] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2943), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2941), - [sym_preproc_directive] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2941), - [anon_sym_extern] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2941), - [anon_sym_auto] = ACTIONS(2941), - [anon_sym_register] = ACTIONS(2941), - [anon_sym_inline] = ACTIONS(2941), - [anon_sym_const] = ACTIONS(2941), - [anon_sym_restrict] = ACTIONS(2941), - [anon_sym_volatile] = ACTIONS(2941), - [anon_sym_unsigned] = ACTIONS(2941), - [anon_sym_long] = ACTIONS(2941), - [anon_sym_short] = ACTIONS(2941), - [sym_primitive_type] = ACTIONS(2941), - [anon_sym_enum] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2941), - [anon_sym_union] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2941), - [anon_sym_else] = ACTIONS(2941), - [anon_sym_switch] = ACTIONS(2941), - [anon_sym_case] = ACTIONS(2941), - [anon_sym_default] = ACTIONS(2941), - [anon_sym_while] = ACTIONS(2941), - [anon_sym_do] = ACTIONS(2941), - [anon_sym_for] = ACTIONS(2941), - [anon_sym_return] = ACTIONS(2941), - [anon_sym_break] = ACTIONS(2941), - [anon_sym_continue] = ACTIONS(2941), - [anon_sym_goto] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_sizeof] = ACTIONS(2941), - [sym_number_literal] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [sym_string_literal] = ACTIONS(2943), - [sym_identifier] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_null] = ACTIONS(2941), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2983), + [sym_preproc_directive] = ACTIONS(2987), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_typedef] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_RBRACE] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2983), + [anon_sym_auto] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_inline] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_restrict] = ACTIONS(2983), + [anon_sym_volatile] = ACTIONS(2983), + [anon_sym_unsigned] = ACTIONS(2983), + [anon_sym_long] = ACTIONS(2983), + [anon_sym_short] = ACTIONS(2983), + [sym_primitive_type] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_else] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2983), + [anon_sym_case] = ACTIONS(2983), + [anon_sym_default] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2985), + [anon_sym_BANG] = ACTIONS(2985), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_sizeof] = ACTIONS(2983), + [sym_number_literal] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [sym_string_literal] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [sym_true] = ACTIONS(2985), + [sym_false] = ACTIONS(2985), + [sym_null] = ACTIONS(2983), [sym_comment] = ACTIONS(44), }, [1648] = { - [sym_compound_statement] = STATE(1651), - [sym_labeled_statement] = STATE(1651), - [sym_expression_statement] = STATE(1651), - [sym_if_statement] = STATE(1651), - [sym_switch_statement] = STATE(1651), - [sym_case_statement] = STATE(1651), - [sym_while_statement] = STATE(1651), - [sym_do_statement] = STATE(1651), - [sym_for_statement] = STATE(1651), - [sym_return_statement] = STATE(1651), - [sym_break_statement] = STATE(1651), - [sym_continue_statement] = STATE(1651), - [sym_goto_statement] = STATE(1651), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(1302), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_switch] = ACTIONS(2617), - [anon_sym_case] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2633), - [anon_sym_goto] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2637), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [sym_compound_statement] = STATE(1660), + [sym_labeled_statement] = STATE(1660), + [sym_expression_statement] = STATE(1660), + [sym_if_statement] = STATE(1660), + [sym_switch_statement] = STATE(1660), + [sym_case_statement] = STATE(1660), + [sym_while_statement] = STATE(1660), + [sym_do_statement] = STATE(1660), + [sym_for_statement] = STATE(1660), + [sym_return_statement] = STATE(1660), + [sym_break_statement] = STATE(1660), + [sym_continue_statement] = STATE(1660), + [sym_goto_statement] = STATE(1660), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2283), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2299), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1649] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2943), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2941), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2941), - [sym_preproc_directive] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2941), - [anon_sym_extern] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2941), - [anon_sym_auto] = ACTIONS(2941), - [anon_sym_register] = ACTIONS(2941), - [anon_sym_inline] = ACTIONS(2941), - [anon_sym_const] = ACTIONS(2941), - [anon_sym_restrict] = ACTIONS(2941), - [anon_sym_volatile] = ACTIONS(2941), - [anon_sym_unsigned] = ACTIONS(2941), - [anon_sym_long] = ACTIONS(2941), - [anon_sym_short] = ACTIONS(2941), - [sym_primitive_type] = ACTIONS(2941), - [anon_sym_enum] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2941), - [anon_sym_union] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2941), - [anon_sym_else] = ACTIONS(2941), - [anon_sym_switch] = ACTIONS(2941), - [anon_sym_case] = ACTIONS(2941), - [anon_sym_default] = ACTIONS(2941), - [anon_sym_while] = ACTIONS(2941), - [anon_sym_do] = ACTIONS(2941), - [anon_sym_for] = ACTIONS(2941), - [anon_sym_return] = ACTIONS(2941), - [anon_sym_break] = ACTIONS(2941), - [anon_sym_continue] = ACTIONS(2941), - [anon_sym_goto] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_sizeof] = ACTIONS(2941), - [sym_number_literal] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [sym_string_literal] = ACTIONS(2943), - [sym_identifier] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_null] = ACTIONS(2941), + [sym_compound_statement] = STATE(1647), + [sym_labeled_statement] = STATE(1647), + [sym_expression_statement] = STATE(1647), + [sym_if_statement] = STATE(1647), + [sym_switch_statement] = STATE(1647), + [sym_case_statement] = STATE(1647), + [sym_while_statement] = STATE(1647), + [sym_do_statement] = STATE(1647), + [sym_for_statement] = STATE(1647), + [sym_return_statement] = STATE(1647), + [sym_break_statement] = STATE(1647), + [sym_continue_statement] = STATE(1647), + [sym_goto_statement] = STATE(1647), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), [sym_comment] = ACTIONS(44), }, [1650] = { - [sym_compound_statement] = STATE(1652), - [sym_labeled_statement] = STATE(1652), - [sym_expression_statement] = STATE(1652), - [sym_if_statement] = STATE(1652), - [sym_switch_statement] = STATE(1652), - [sym_case_statement] = STATE(1652), - [sym_while_statement] = STATE(1652), - [sym_do_statement] = STATE(1652), - [sym_for_statement] = STATE(1652), - [sym_return_statement] = STATE(1652), - [sym_break_statement] = STATE(1652), - [sym_continue_statement] = STATE(1652), - [sym_goto_statement] = STATE(1652), - [sym__expression] = STATE(1367), - [sym_comma_expression] = STATE(1368), - [sym_conditional_expression] = STATE(258), - [sym_assignment_expression] = STATE(258), - [sym_pointer_expression] = STATE(258), - [sym_logical_expression] = STATE(258), - [sym_bitwise_expression] = STATE(258), - [sym_equality_expression] = STATE(258), - [sym_relational_expression] = STATE(258), - [sym_shift_expression] = STATE(258), - [sym_math_expression] = STATE(258), - [sym_cast_expression] = STATE(258), - [sym_sizeof_expression] = STATE(258), - [sym_subscript_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_field_expression] = STATE(258), - [sym_compound_literal_expression] = STATE(258), - [sym_parenthesized_expression] = STATE(258), - [sym_concatenated_string] = STATE(258), - [anon_sym_LPAREN] = ACTIONS(544), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_switch] = ACTIONS(2723), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_do] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_goto] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_TILDE] = ACTIONS(588), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(592), - [anon_sym_PLUS_PLUS] = ACTIONS(592), - [anon_sym_sizeof] = ACTIONS(594), - [sym_number_literal] = ACTIONS(596), - [sym_char_literal] = ACTIONS(596), - [sym_string_literal] = ACTIONS(598), - [sym_identifier] = ACTIONS(2743), - [sym_true] = ACTIONS(602), - [sym_false] = ACTIONS(602), - [sym_null] = ACTIONS(596), + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3077), [sym_comment] = ACTIONS(44), }, [1651] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2981), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2979), - [sym_preproc_directive] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_typedef] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_auto] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_inline] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_restrict] = ACTIONS(2979), - [anon_sym_volatile] = ACTIONS(2979), - [anon_sym_unsigned] = ACTIONS(2979), - [anon_sym_long] = ACTIONS(2979), - [anon_sym_short] = ACTIONS(2979), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_else] = ACTIONS(2979), - [anon_sym_switch] = ACTIONS(2979), - [anon_sym_case] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_goto] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_sizeof] = ACTIONS(2979), - [sym_number_literal] = ACTIONS(2979), - [sym_char_literal] = ACTIONS(2979), - [sym_string_literal] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_null] = ACTIONS(2979), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2835), + [anon_sym_LPAREN] = ACTIONS(2837), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2835), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2835), + [sym_preproc_directive] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2835), + [anon_sym_extern] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2835), + [anon_sym_auto] = ACTIONS(2835), + [anon_sym_register] = ACTIONS(2835), + [anon_sym_inline] = ACTIONS(2835), + [anon_sym_const] = ACTIONS(2835), + [anon_sym_restrict] = ACTIONS(2835), + [anon_sym_volatile] = ACTIONS(2835), + [anon_sym_unsigned] = ACTIONS(2835), + [anon_sym_long] = ACTIONS(2835), + [anon_sym_short] = ACTIONS(2835), + [sym_primitive_type] = ACTIONS(2835), + [anon_sym_enum] = ACTIONS(2835), + [anon_sym_struct] = ACTIONS(2835), + [anon_sym_union] = ACTIONS(2835), + [anon_sym_if] = ACTIONS(2835), + [anon_sym_else] = ACTIONS(2835), + [anon_sym_switch] = ACTIONS(2835), + [anon_sym_case] = ACTIONS(2835), + [anon_sym_default] = ACTIONS(2835), + [anon_sym_while] = ACTIONS(2835), + [anon_sym_do] = ACTIONS(2835), + [anon_sym_for] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2835), + [anon_sym_break] = ACTIONS(2835), + [anon_sym_continue] = ACTIONS(2835), + [anon_sym_goto] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_BANG] = ACTIONS(2837), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2835), + [anon_sym_DASH_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2837), + [anon_sym_sizeof] = ACTIONS(2835), + [sym_number_literal] = ACTIONS(2835), + [sym_char_literal] = ACTIONS(2835), + [sym_string_literal] = ACTIONS(2837), + [sym_identifier] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [sym_null] = ACTIONS(2835), [sym_comment] = ACTIONS(44), }, [1652] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2981), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2979), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2979), - [sym_preproc_directive] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_typedef] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_auto] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_inline] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_restrict] = ACTIONS(2979), - [anon_sym_volatile] = ACTIONS(2979), - [anon_sym_unsigned] = ACTIONS(2979), - [anon_sym_long] = ACTIONS(2979), - [anon_sym_short] = ACTIONS(2979), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_else] = ACTIONS(2979), - [anon_sym_switch] = ACTIONS(2979), - [anon_sym_case] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_goto] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_sizeof] = ACTIONS(2979), - [sym_number_literal] = ACTIONS(2979), - [sym_char_literal] = ACTIONS(2979), - [sym_string_literal] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_null] = ACTIONS(2979), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1243), + [anon_sym_LPAREN] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1243), + [sym_char_literal] = ACTIONS(1243), + [sym_string_literal] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1245), + [sym_true] = ACTIONS(1241), + [sym_false] = ACTIONS(1241), + [sym_null] = ACTIONS(1243), + [sym_comment] = ACTIONS(44), + }, + [1653] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2851), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_auto] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [sym_primitive_type] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [sym_number_literal] = ACTIONS(2849), + [sym_char_literal] = ACTIONS(2849), + [sym_string_literal] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2853), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_null] = ACTIONS(2849), + [sym_comment] = ACTIONS(44), + }, + [1654] = { + [sym_compound_statement] = STATE(1662), + [sym_labeled_statement] = STATE(1662), + [sym_expression_statement] = STATE(1662), + [sym_if_statement] = STATE(1662), + [sym_switch_statement] = STATE(1662), + [sym_case_statement] = STATE(1662), + [sym_while_statement] = STATE(1662), + [sym_do_statement] = STATE(1662), + [sym_for_statement] = STATE(1662), + [sym_return_statement] = STATE(1662), + [sym_break_statement] = STATE(1662), + [sym_continue_statement] = STATE(1662), + [sym_goto_statement] = STATE(1662), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1655] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3079), + [sym_comment] = ACTIONS(44), + }, + [1656] = { + [sym_argument_list] = STATE(469), + [aux_sym_for_statement_repeat1] = STATE(1664), + [anon_sym_LPAREN] = ACTIONS(1022), + [anon_sym_COMMA] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(3079), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1383), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1397), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1381), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_DOT] = ACTIONS(1060), + [anon_sym_DASH_GT] = ACTIONS(1060), + [sym_comment] = ACTIONS(44), + }, + [1657] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2925), + [anon_sym_LPAREN] = ACTIONS(2927), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_auto] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [sym_primitive_type] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_else] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [sym_number_literal] = ACTIONS(2925), + [sym_char_literal] = ACTIONS(2925), + [sym_string_literal] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2929), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_null] = ACTIONS(2925), + [sym_comment] = ACTIONS(44), + }, + [1658] = { + [sym_compound_statement] = STATE(1665), + [sym_labeled_statement] = STATE(1665), + [sym_expression_statement] = STATE(1665), + [sym_if_statement] = STATE(1665), + [sym_switch_statement] = STATE(1665), + [sym_case_statement] = STATE(1665), + [sym_while_statement] = STATE(1665), + [sym_do_statement] = STATE(1665), + [sym_for_statement] = STATE(1665), + [sym_return_statement] = STATE(1665), + [sym_break_statement] = STATE(1665), + [sym_continue_statement] = STATE(1665), + [sym_goto_statement] = STATE(1665), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1659] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3081), + [sym_comment] = ACTIONS(44), + }, + [1660] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3021), + [sym_preproc_directive] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_typedef] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3021), + [anon_sym_auto] = ACTIONS(3021), + [anon_sym_register] = ACTIONS(3021), + [anon_sym_inline] = ACTIONS(3021), + [anon_sym_const] = ACTIONS(3021), + [anon_sym_restrict] = ACTIONS(3021), + [anon_sym_volatile] = ACTIONS(3021), + [anon_sym_unsigned] = ACTIONS(3021), + [anon_sym_long] = ACTIONS(3021), + [anon_sym_short] = ACTIONS(3021), + [sym_primitive_type] = ACTIONS(3021), + [anon_sym_enum] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3021), + [anon_sym_union] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3021), + [anon_sym_switch] = ACTIONS(3021), + [anon_sym_case] = ACTIONS(3021), + [anon_sym_default] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_break] = ACTIONS(3021), + [anon_sym_continue] = ACTIONS(3021), + [anon_sym_goto] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3021), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_sizeof] = ACTIONS(3021), + [sym_number_literal] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [sym_string_literal] = ACTIONS(3023), + [sym_identifier] = ACTIONS(3025), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_null] = ACTIONS(3021), + [sym_comment] = ACTIONS(44), + }, + [1661] = { + [sym_compound_statement] = STATE(1660), + [sym_labeled_statement] = STATE(1660), + [sym_expression_statement] = STATE(1660), + [sym_if_statement] = STATE(1660), + [sym_switch_statement] = STATE(1660), + [sym_case_statement] = STATE(1660), + [sym_while_statement] = STATE(1660), + [sym_do_statement] = STATE(1660), + [sym_for_statement] = STATE(1660), + [sym_return_statement] = STATE(1660), + [sym_break_statement] = STATE(1660), + [sym_continue_statement] = STATE(1660), + [sym_goto_statement] = STATE(1660), + [sym__expression] = STATE(1114), + [sym_comma_expression] = STATE(1115), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2555), + [anon_sym_case] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2559), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2563), + [anon_sym_return] = ACTIONS(2291), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2295), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2565), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1662] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2925), + [anon_sym_LPAREN] = ACTIONS(2927), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2925), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_auto] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [sym_primitive_type] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_else] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [sym_number_literal] = ACTIONS(2925), + [sym_char_literal] = ACTIONS(2925), + [sym_string_literal] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2929), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_null] = ACTIONS(2925), + [sym_comment] = ACTIONS(44), + }, + [1663] = { + [sym_compound_statement] = STATE(1667), + [sym_labeled_statement] = STATE(1667), + [sym_expression_statement] = STATE(1667), + [sym_if_statement] = STATE(1667), + [sym_switch_statement] = STATE(1667), + [sym_case_statement] = STATE(1667), + [sym_while_statement] = STATE(1667), + [sym_do_statement] = STATE(1667), + [sym_for_statement] = STATE(1667), + [sym_return_statement] = STATE(1667), + [sym_break_statement] = STATE(1667), + [sym_continue_statement] = STATE(1667), + [sym_goto_statement] = STATE(1667), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1664] = { + [anon_sym_COMMA] = ACTIONS(2339), + [anon_sym_RPAREN] = ACTIONS(3083), + [sym_comment] = ACTIONS(44), + }, + [1665] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2983), + [sym_preproc_directive] = ACTIONS(2987), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_typedef] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2983), + [anon_sym_auto] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_inline] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_restrict] = ACTIONS(2983), + [anon_sym_volatile] = ACTIONS(2983), + [anon_sym_unsigned] = ACTIONS(2983), + [anon_sym_long] = ACTIONS(2983), + [anon_sym_short] = ACTIONS(2983), + [sym_primitive_type] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_else] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2983), + [anon_sym_case] = ACTIONS(2983), + [anon_sym_default] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2985), + [anon_sym_BANG] = ACTIONS(2985), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_sizeof] = ACTIONS(2983), + [sym_number_literal] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [sym_string_literal] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [sym_true] = ACTIONS(2985), + [sym_false] = ACTIONS(2985), + [sym_null] = ACTIONS(2983), + [sym_comment] = ACTIONS(44), + }, + [1666] = { + [sym_compound_statement] = STATE(1669), + [sym_labeled_statement] = STATE(1669), + [sym_expression_statement] = STATE(1669), + [sym_if_statement] = STATE(1669), + [sym_switch_statement] = STATE(1669), + [sym_case_statement] = STATE(1669), + [sym_while_statement] = STATE(1669), + [sym_do_statement] = STATE(1669), + [sym_for_statement] = STATE(1669), + [sym_return_statement] = STATE(1669), + [sym_break_statement] = STATE(1669), + [sym_continue_statement] = STATE(1669), + [sym_goto_statement] = STATE(1669), + [sym__expression] = STATE(1319), + [sym_comma_expression] = STATE(1320), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_switch] = ACTIONS(2659), + [anon_sym_case] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_do] = ACTIONS(2667), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2675), + [anon_sym_goto] = ACTIONS(2677), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2679), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1667] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2985), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2983), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2983), + [sym_preproc_directive] = ACTIONS(2987), + [anon_sym_SEMI] = ACTIONS(2985), + [anon_sym_typedef] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2983), + [anon_sym_auto] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_inline] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_restrict] = ACTIONS(2983), + [anon_sym_volatile] = ACTIONS(2983), + [anon_sym_unsigned] = ACTIONS(2983), + [anon_sym_long] = ACTIONS(2983), + [anon_sym_short] = ACTIONS(2983), + [sym_primitive_type] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_else] = ACTIONS(2983), + [anon_sym_switch] = ACTIONS(2983), + [anon_sym_case] = ACTIONS(2983), + [anon_sym_default] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2985), + [anon_sym_BANG] = ACTIONS(2985), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_sizeof] = ACTIONS(2983), + [sym_number_literal] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [sym_string_literal] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [sym_true] = ACTIONS(2985), + [sym_false] = ACTIONS(2985), + [sym_null] = ACTIONS(2983), + [sym_comment] = ACTIONS(44), + }, + [1668] = { + [sym_compound_statement] = STATE(1670), + [sym_labeled_statement] = STATE(1670), + [sym_expression_statement] = STATE(1670), + [sym_if_statement] = STATE(1670), + [sym_switch_statement] = STATE(1670), + [sym_case_statement] = STATE(1670), + [sym_while_statement] = STATE(1670), + [sym_do_statement] = STATE(1670), + [sym_for_statement] = STATE(1670), + [sym_return_statement] = STATE(1670), + [sym_break_statement] = STATE(1670), + [sym_continue_statement] = STATE(1670), + [sym_goto_statement] = STATE(1670), + [sym__expression] = STATE(1385), + [sym_comma_expression] = STATE(1386), + [sym_conditional_expression] = STATE(262), + [sym_assignment_expression] = STATE(262), + [sym_pointer_expression] = STATE(262), + [sym_logical_expression] = STATE(262), + [sym_bitwise_expression] = STATE(262), + [sym_equality_expression] = STATE(262), + [sym_relational_expression] = STATE(262), + [sym_shift_expression] = STATE(262), + [sym_math_expression] = STATE(262), + [sym_cast_expression] = STATE(262), + [sym_sizeof_expression] = STATE(262), + [sym_subscript_expression] = STATE(262), + [sym_call_expression] = STATE(262), + [sym_field_expression] = STATE(262), + [sym_compound_literal_expression] = STATE(262), + [sym_parenthesized_expression] = STATE(262), + [sym_concatenated_string] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(570), + [anon_sym_if] = ACTIONS(2763), + [anon_sym_switch] = ACTIONS(2765), + [anon_sym_case] = ACTIONS(2767), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2779), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_BANG] = ACTIONS(594), + [anon_sym_TILDE] = ACTIONS(596), + [anon_sym_PLUS] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_DASH_DASH] = ACTIONS(600), + [anon_sym_PLUS_PLUS] = ACTIONS(600), + [anon_sym_sizeof] = ACTIONS(602), + [sym_number_literal] = ACTIONS(604), + [sym_char_literal] = ACTIONS(604), + [sym_string_literal] = ACTIONS(606), + [sym_identifier] = ACTIONS(2785), + [sym_true] = ACTIONS(610), + [sym_false] = ACTIONS(610), + [sym_null] = ACTIONS(604), + [sym_comment] = ACTIONS(44), + }, + [1669] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3021), + [sym_preproc_directive] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_typedef] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3021), + [anon_sym_auto] = ACTIONS(3021), + [anon_sym_register] = ACTIONS(3021), + [anon_sym_inline] = ACTIONS(3021), + [anon_sym_const] = ACTIONS(3021), + [anon_sym_restrict] = ACTIONS(3021), + [anon_sym_volatile] = ACTIONS(3021), + [anon_sym_unsigned] = ACTIONS(3021), + [anon_sym_long] = ACTIONS(3021), + [anon_sym_short] = ACTIONS(3021), + [sym_primitive_type] = ACTIONS(3021), + [anon_sym_enum] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3021), + [anon_sym_union] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3021), + [anon_sym_switch] = ACTIONS(3021), + [anon_sym_case] = ACTIONS(3021), + [anon_sym_default] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_break] = ACTIONS(3021), + [anon_sym_continue] = ACTIONS(3021), + [anon_sym_goto] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3021), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_sizeof] = ACTIONS(3021), + [sym_number_literal] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [sym_string_literal] = ACTIONS(3023), + [sym_identifier] = ACTIONS(3025), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_null] = ACTIONS(3021), + [sym_comment] = ACTIONS(44), + }, + [1670] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3021), + [sym_preproc_directive] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_typedef] = ACTIONS(3021), + [anon_sym_extern] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3021), + [anon_sym_auto] = ACTIONS(3021), + [anon_sym_register] = ACTIONS(3021), + [anon_sym_inline] = ACTIONS(3021), + [anon_sym_const] = ACTIONS(3021), + [anon_sym_restrict] = ACTIONS(3021), + [anon_sym_volatile] = ACTIONS(3021), + [anon_sym_unsigned] = ACTIONS(3021), + [anon_sym_long] = ACTIONS(3021), + [anon_sym_short] = ACTIONS(3021), + [sym_primitive_type] = ACTIONS(3021), + [anon_sym_enum] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3021), + [anon_sym_union] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3021), + [anon_sym_switch] = ACTIONS(3021), + [anon_sym_case] = ACTIONS(3021), + [anon_sym_default] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_break] = ACTIONS(3021), + [anon_sym_continue] = ACTIONS(3021), + [anon_sym_goto] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3021), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_sizeof] = ACTIONS(3021), + [sym_number_literal] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [sym_string_literal] = ACTIONS(3023), + [sym_identifier] = ACTIONS(3025), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_null] = ACTIONS(3021), [sym_comment] = ACTIONS(44), }, }; @@ -66072,60 +66398,60 @@ static TSParseActionEntry ts_parse_actions[] = { [56] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(29), [58] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(30), [60] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(31), - [62] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(32), + [62] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(32), [64] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(33), [66] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(34), [68] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(35), [70] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(36), [72] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(37), - [74] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(38), - [76] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_storage_class_specifier, 1), - [78] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(43), - [80] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), - [82] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_qualifier, 1), - [84] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), - [86] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), - [88] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), - [90] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), - [92] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), - [94] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true), - [96] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), - [98] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(44), - [100] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(45), - [102] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(47), - [104] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(48), - [106] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(50), - [108] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(52), - [111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [115] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, ACCEPT_INPUT(), - [119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), - [121] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), - [123] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), - [125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(53), + [74] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(38), + [76] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(39), + [78] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_storage_class_specifier, 1), + [80] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(44), + [82] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), + [84] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_qualifier, 1), + [86] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), + [88] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), + [90] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), + [92] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), + [94] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), + [96] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true), + [98] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), + [100] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(45), + [102] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(46), + [104] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(48), + [106] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(49), + [108] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(51), + [110] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(53), + [113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [115] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [117] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, ACCEPT_INPUT(), + [121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), + [123] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), + [125] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), [127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(54), [129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(55), - [131] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(56), - [133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [135] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), - [139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(59), + [131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(56), + [133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(57), + [135] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [137] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [139] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), [141] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(60), - [143] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), - [145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_translation_unit, 1), - [147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), - [149] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), - [151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(66), + [143] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(61), + [145] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), + [147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_translation_unit, 1), + [149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), + [151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), [153] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(67), - [155] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(68), - [158] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [160] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [162] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [164] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(69), + [155] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(68), + [157] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(69), + [160] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [162] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [164] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), [166] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(70), [168] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(71), - [170] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(73), + [170] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(72), [172] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(74), [174] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(75), [176] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(76), @@ -66133,198 +66459,198 @@ static TSParseActionEntry ts_parse_actions[] = { [180] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(78), [182] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(79), [184] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(80), - [186] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(81), - [188] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(82), + [186] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(81), + [188] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(82), [190] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(83), - [192] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(88), - [194] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(91), - [196] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), - [198] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_call, 2), - [200] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), - [202] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(94), - [204] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(95), - [206] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(97), - [208] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(98), - [210] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(100), - [212] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(102), - [215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_definition_repeat1, 1), - [217] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_definition_repeat1, 1), - [219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(103), - [221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(104), - [223] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(105), - [225] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(112), - [227] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(113), - [229] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(114), - [232] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(115), - [234] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(118), - [236] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(119), - [238] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(120), - [240] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [242] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [244] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), - [248] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2), - [250] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), - [252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(123), - [254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [256] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [258] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), - [262] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2), - [264] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), - [266] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [268] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [270] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [272] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), - [274] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2), - [276] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), - [278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(133), - [280] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), - [282] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__empty_declaration, 2), - [284] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), - [286] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), - [288] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(136), - [290] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(137), + [192] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(84), + [194] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(89), + [196] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(92), + [198] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(95), + [200] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), + [202] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_call, 2), + [204] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), + [206] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(96), + [208] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(97), + [210] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(99), + [212] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(100), + [214] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(102), + [216] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(104), + [219] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_definition_repeat1, 1), + [221] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_definition_repeat1, 1), + [223] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(105), + [225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(106), + [227] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(107), + [229] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(114), + [231] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(115), + [233] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(116), + [236] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(117), + [238] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(120), + [240] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(121), + [242] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(122), + [244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [246] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [248] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), + [252] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2), + [254] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), + [256] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(125), + [258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [260] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [262] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [264] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), + [266] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2), + [268] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), + [270] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [272] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [274] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [276] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), + [278] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2), + [280] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), + [282] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(135), + [284] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), + [286] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__empty_declaration, 2), + [288] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), + [290] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), [292] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(138), [294] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(139), [296] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(140), [298] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(141), - [300] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), - [302] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), - [304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [306] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), - [308] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), - [310] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [312] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [314] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [316] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [318] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [320] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [322] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [324] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [326] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2), - [328] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 2), - [330] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2), - [332] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), - [334] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), - [336] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), - [338] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(147), - [340] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [342] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [344] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [346] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(148), - [348] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(149), - [350] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(148), - [352] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(150), - [354] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(151), - [356] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(152), - [358] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(152), - [360] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(153), - [362] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(154), - [364] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [366] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [368] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [370] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(155), - [372] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(156), - [374] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(157), + [300] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(142), + [302] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(143), + [304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), + [306] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), + [308] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [310] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), + [312] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), + [314] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [316] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [318] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [320] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [322] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [324] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [326] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [328] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [330] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2), + [332] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 2), + [334] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2), + [336] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), + [338] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), + [340] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), + [342] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(149), + [344] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [346] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [348] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [350] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(150), + [352] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(151), + [354] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(150), + [356] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(152), + [358] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(153), + [360] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(154), + [362] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(154), + [364] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(155), + [366] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(156), + [368] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [370] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [372] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [374] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(157), [376] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(158), - [378] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(159), + [378] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(159), [380] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(160), - [382] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), - [384] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(161), - [386] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(162), - [388] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(163), + [382] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(161), + [384] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(162), + [386] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), + [388] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(163), [390] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(164), - [392] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(165), - [394] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(169), - [396] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(172), - [398] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(173), - [400] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(174), - [402] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(173), - [404] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [406] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [408] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [410] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(179), - [412] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(179), - [414] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [416] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [418] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [420] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(181), - [422] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(181), - [424] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(183), + [392] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(165), + [394] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(166), + [396] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(167), + [398] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(171), + [400] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(172), + [402] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(175), + [404] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(176), + [406] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(177), + [408] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(176), + [410] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [412] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [414] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [416] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(182), + [418] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(182), + [420] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [422] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [424] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), [426] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(184), - [428] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(187), - [430] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(192), - [432] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 1), - [434] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(195), - [436] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(196), - [438] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 9), - [440] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 10), - [442] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 11), - [444] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_definition_repeat1, 2), - [446] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_definition_repeat1, 2), - [448] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(199), - [450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), - [452] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_linkage_specification, 3), - [454] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), - [456] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(201), - [458] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), - [460] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 2), - [462] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), - [464] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 1), - [466] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(202), - [468] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(203), - [470] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [472] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [474] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [476] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), - [478] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 2), - [480] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), - [482] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(205), - [484] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(206), - [486] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(207), - [488] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(208), - [490] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(209), - [492] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), - [494] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), - [496] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), - [498] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(214), - [500] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [502] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [504] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [508] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [510] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [512] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(216), - [514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 1), - [516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(217), - [518] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(218), - [520] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(222), - [522] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(68), - [524] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(224), - [526] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), - [528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(225), - [530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(226), + [428] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(184), + [430] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(186), + [432] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(187), + [434] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(188), + [436] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(191), + [438] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(196), + [440] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 1), + [442] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(199), + [444] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(200), + [446] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 9), + [448] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 10), + [450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 11), + [452] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_definition_repeat1, 2), + [454] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_definition_repeat1, 2), + [456] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(203), + [458] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), + [460] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_linkage_specification, 3), + [462] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), + [464] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(205), + [466] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), + [468] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 2), + [470] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), + [472] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 1), + [474] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(206), + [476] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(207), + [478] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [480] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [482] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [484] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), + [486] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 2), + [488] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), + [490] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(209), + [492] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(210), + [494] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(211), + [496] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(212), + [498] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(213), + [500] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), + [502] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), + [504] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), + [506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(218), + [508] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [510] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [512] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [516] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [518] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [520] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(220), + [522] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 1), + [524] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(221), + [526] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(222), + [528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(226), + [530] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(69), [532] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(228), - [534] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), - [536] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 3), - [538] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), - [540] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(231), - [542] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(232), - [544] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(233), - [546] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(234), + [534] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), + [536] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(229), + [538] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(230), + [540] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(232), + [542] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), + [544] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 3), + [546] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), [548] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(235), [550] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(236), - [552] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(237), - [554] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(238), + [552] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(237), + [554] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(238), [556] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(239), - [558] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(240), - [560] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(241), + [558] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(240), + [560] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(241), [562] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(242), [564] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(243), - [566] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(244), - [568] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(245), - [570] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(246), + [566] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(244), + [568] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(245), + [570] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(246), [572] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(247), [574] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(248), [576] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(249), @@ -66332,1229 +66658,1250 @@ static TSParseActionEntry ts_parse_actions[] = { [580] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(251), [582] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(252), [584] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(253), - [586] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(254), - [588] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(255), + [586] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(254), + [588] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(255), [590] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(256), - [592] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(256), - [594] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(257), - [596] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(258), - [598] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(259), - [600] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(260), - [602] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(258), - [604] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(268), - [606] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(269), - [608] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(270), - [610] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(271), - [612] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(272), - [614] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(273), - [616] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(274), + [592] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(257), + [594] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(258), + [596] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(259), + [598] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(260), + [600] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(260), + [602] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(261), + [604] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(262), + [606] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(263), + [608] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(264), + [610] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(262), + [612] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(272), + [614] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(273), + [616] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(274), [618] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(275), - [620] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(276), - [622] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(277), + [620] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(276), + [622] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(277), [624] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(278), - [626] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(278), - [628] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(279), - [630] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(280), - [632] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(286), - [634] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(258), - [636] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), - [638] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 3), - [640] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), - [642] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_declarator, 2), - [644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(289), - [646] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(290), - [648] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), - [652] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), - [654] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(291), - [656] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(292), - [658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), - [660] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 2), - [662] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [664] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [666] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [668] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(295), - [670] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(296), - [672] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(297), - [674] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(299), - [676] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(302), - [678] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(305), - [680] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif, 2, .alias_sequence_id = 12), - [682] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(310), - [684] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(310), - [686] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(311), - [688] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(312), - [690] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(313), + [626] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(279), + [628] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(280), + [630] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(281), + [632] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(282), + [634] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(282), + [636] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(283), + [638] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(284), + [640] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(290), + [642] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(262), + [644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), + [646] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 3), + [648] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), + [650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_declarator, 2), + [652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), + [654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(294), + [656] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), + [660] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), + [662] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(295), + [664] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(296), + [666] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(297), + [668] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 2), + [670] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [672] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [674] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [676] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(299), + [678] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(300), + [680] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(301), + [682] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(303), + [684] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(306), + [686] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(309), + [688] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif, 2, .alias_sequence_id = 12), + [690] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(314), [692] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(314), - [694] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(315), - [696] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(318), - [698] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(319), - [700] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), - [702] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(325), - [704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 13), - [706] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 13), - [708] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 13), - [710] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(328), - [712] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(329), - [714] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(332), - [716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 14), - [718] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 14), - [720] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 14), - [722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(333), - [724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 15), - [726] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 15), - [728] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 15), - [730] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(334), - [732] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(335), - [734] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(336), - [736] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(338), - [738] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(339), - [740] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(340), - [742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_type_declarator, 2), - [744] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 4), - [746] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_definition, 4), - [748] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 4), + [694] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(315), + [696] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(316), + [698] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(317), + [700] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(318), + [702] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(319), + [704] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(320), + [706] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(323), + [708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(324), + [710] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), + [712] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(328), + [714] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(331), + [716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 13), + [718] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 13), + [720] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 13), + [722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(334), + [724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(335), + [726] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(338), + [728] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 14), + [730] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 14), + [732] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 14), + [734] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(339), + [736] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 15), + [738] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 15), + [740] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 15), + [742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(340), + [744] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 4), + [746] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_call, 4), + [748] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 4), [750] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(341), - [752] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_type_declarator, 2), + [752] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(342), [754] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(344), - [756] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), - [758] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), - [760] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), - [762] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(345), - [764] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), - [766] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 3), - [768] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), - [770] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(346), - [772] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(347), - [774] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(348), - [776] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(349), - [778] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(350), - [780] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(350), - [782] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(351), - [784] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(353), - [786] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(355), - [788] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(356), - [790] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 2), - [792] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), - [794] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), - [796] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(359), - [798] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(360), - [800] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(361), - [802] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(362), - [804] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(363), - [806] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(363), - [808] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(364), - [810] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 16), - [812] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), - [814] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(367), - [816] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(368), - [818] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(369), - [820] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 9), - [822] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 10), - [824] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 11), - [826] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), - [828] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 3), - [830] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), - [832] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [834] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [836] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [838] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), - [840] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(374), - [842] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 2), - [844] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(377), - [846] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 1), - [848] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 1), - [850] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), - [852] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), - [854] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), - [856] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 3), + [756] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(345), + [758] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(346), + [760] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_type_declarator, 2), + [762] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 4), + [764] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_definition, 4), + [766] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 4), + [768] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(347), + [770] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_type_declarator, 2), + [772] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(350), + [774] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), + [776] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), + [778] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), + [780] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(351), + [782] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), + [784] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 3), + [786] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), + [788] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(352), + [790] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(353), + [792] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(354), + [794] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(355), + [796] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(356), + [798] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(356), + [800] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(357), + [802] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(359), + [804] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(361), + [806] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(362), + [808] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 2), + [810] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), + [812] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), + [814] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(365), + [816] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), + [818] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(367), + [820] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(368), + [822] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(369), + [824] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(369), + [826] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(370), + [828] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 16), + [830] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(372), + [832] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(373), + [834] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(374), + [836] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(375), + [838] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 9), + [840] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 10), + [842] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 11), + [844] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), + [846] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 3), + [848] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), + [850] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [852] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [854] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [856] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), [858] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(380), - [860] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(381), - [862] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2, .dynamic_precedence = 1), - [864] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(383), - [866] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 1), - [868] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(384), - [870] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), - [872] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(387), - [874] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(387), - [876] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(388), - [878] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(389), - [880] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(390), - [882] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(391), - [884] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(392), - [886] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(393), - [888] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), - [890] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(394), - [892] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(395), - [894] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(399), - [896] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(400), - [898] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(401), - [900] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(402), - [902] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), - [904] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), - [906] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), - [908] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(405), - [910] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [912] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), - [914] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [916] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(408), - [918] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(409), - [920] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(410), - [922] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(411), - [924] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(412), - [926] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(413), - [928] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(414), - [930] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(414), - [932] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(415), - [934] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(417), - [936] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(418), - [938] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(419), - [940] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(420), - [942] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(421), - [944] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(422), - [946] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(423), - [948] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(424), - [950] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(425), - [952] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(427), - [954] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(428), - [956] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(430), - [958] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(431), - [960] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(432), - [962] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(436), - [964] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), - [966] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), - [968] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(438), - [970] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(52), - [974] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), - [977] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), - [980] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(440), - [982] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [984] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [986] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [988] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), - [990] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), - [992] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), - [994] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 18), - [996] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 18), - [998] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 18), - [1000] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(441), - [1002] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(444), - [1004] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(445), - [1006] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(446), - [1008] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(447), - [1010] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(448), - [1012] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(449), - [1014] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(450), - [1016] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(449), - [1018] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(451), - [1020] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(452), - [1022] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(453), - [1024] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(454), - [1026] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(455), - [1028] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(456), - [1030] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(457), - [1032] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(457), - [1034] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(458), - [1036] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(459), - [1038] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(460), - [1040] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(461), - [1042] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(463), - [1044] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), - [1046] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(468), - [1048] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(469), - [1050] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(471), - [1052] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(472), - [1054] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(474), - [1056] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(476), - [1058] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(478), - [1062] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(479), - [1064] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(481), - [1066] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(482), - [1068] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 1), - [1070] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(485), - [1072] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(486), - [1074] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(487), - [1076] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(486), - [1078] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(488), - [1080] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(489), - [1082] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(490), - [1084] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(491), - [1086] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(492), - [1088] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(493), - [1090] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(494), - [1092] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(494), - [1094] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(495), - [1096] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(496), - [1098] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(497), - [1100] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(499), - [1102] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(500), - [1104] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(501), - [1107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(502), - [1109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(503), - [1111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(504), - [1113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), - [1115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), - [1117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 4), - [1119] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), - [1121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [1123] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [1125] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [1127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(512), - [1129] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(512), - [1131] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 3), - [1133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(513), - [1135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(514), - [1137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1141] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1143] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(515), - [1145] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(516), - [1147] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(517), - [1149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(518), - [1151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(518), + [860] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 2), + [862] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(383), + [864] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 1), + [866] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 1), + [868] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), + [870] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), + [872] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), + [874] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 3), + [876] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(386), + [878] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(387), + [880] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2, .dynamic_precedence = 1), + [882] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(389), + [884] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 1), + [886] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(390), + [888] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), + [890] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), + [892] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(393), + [894] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(394), + [896] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(395), + [898] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(396), + [900] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(397), + [902] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(398), + [904] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(399), + [906] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(399), + [908] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(400), + [910] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(401), + [912] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(405), + [914] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(406), + [916] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(407), + [918] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(408), + [920] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(409), + [922] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), + [924] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), + [926] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), + [928] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(412), + [930] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), + [932] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), + [934] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), + [936] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(415), + [938] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(416), + [940] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(417), + [942] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(418), + [944] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(419), + [946] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(420), + [948] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(421), + [950] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(421), + [952] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(422), + [954] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(424), + [956] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(425), + [958] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(426), + [960] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(427), + [962] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(428), + [964] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(429), + [966] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(430), + [968] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(431), + [970] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(432), + [972] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(434), + [974] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(435), + [976] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(437), + [978] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(438), + [980] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(439), + [982] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(443), + [984] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), + [986] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), + [988] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(445), + [990] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(53), + [994] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), + [997] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), + [1000] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(447), + [1002] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), + [1004] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), + [1006] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), + [1008] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), + [1010] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), + [1012] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), + [1014] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 18), + [1016] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 18), + [1018] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 18), + [1020] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(448), + [1022] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(451), + [1024] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(452), + [1026] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(453), + [1028] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(454), + [1030] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(455), + [1032] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(456), + [1034] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(457), + [1036] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(456), + [1038] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(458), + [1040] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(459), + [1042] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(460), + [1044] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(461), + [1046] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(462), + [1048] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(463), + [1050] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(464), + [1052] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(464), + [1054] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(465), + [1056] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(466), + [1058] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(467), + [1060] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(468), + [1062] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(470), + [1064] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), + [1066] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(475), + [1068] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(476), + [1070] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(478), + [1072] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(479), + [1074] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(481), + [1076] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(483), + [1078] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(485), + [1082] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(486), + [1084] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(488), + [1086] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(489), + [1088] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 1), + [1090] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(492), + [1092] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(493), + [1094] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(494), + [1096] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(493), + [1098] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(495), + [1100] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(496), + [1102] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(497), + [1104] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(498), + [1106] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(499), + [1108] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(500), + [1110] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(501), + [1112] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(501), + [1114] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(502), + [1116] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(503), + [1118] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(504), + [1120] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(506), + [1122] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(507), + [1124] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(508), + [1127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(509), + [1129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(510), + [1131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(511), + [1133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), + [1135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), + [1137] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 4), + [1139] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), + [1141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1143] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1145] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(519), + [1149] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(519), + [1151] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 3), [1153] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(520), - [1155] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(520), - [1157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(522), - [1159] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(522), - [1161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 12), - [1163] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 12), - [1165] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(525), - [1167] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(526), - [1169] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(528), - [1171] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(531), - [1173] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(534), - [1175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(539), - [1177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(542), - [1179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(543), - [1181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(546), - [1183] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(548), - [1185] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(550), - [1187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(552), - [1189] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), - [1191] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), - [1193] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), - [1195] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1197] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1199] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1201] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), - [1203] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), - [1205] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), - [1207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(553), - [1209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(554), - [1211] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 3), - [1213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_type_declarator, 3), - [1215] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(555), - [1217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 5), - [1219] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_definition, 5), - [1221] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 5), - [1223] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), - [1225] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 3), - [1227] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), - [1229] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(558), - [1231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 3), - [1233] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(560), - [1235] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(561), - [1237] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(562), - [1239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(561), - [1241] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(563), - [1243] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(564), - [1245] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(565), - [1247] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(566), - [1249] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(567), - [1251] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(568), - [1253] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(569), - [1255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(569), - [1257] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(570), - [1259] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(571), - [1261] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), - [1263] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 4), - [1265] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), - [1267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [1269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(572), - [1271] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(574), - [1273] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), - [1275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(576), - [1277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(578), - [1279] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(579), - [1281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(580), - [1283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(581), - [1285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(580), - [1287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(582), - [1289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(583), - [1291] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(584), - [1293] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(585), - [1295] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(586), - [1297] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(587), - [1299] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(588), - [1301] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(588), - [1303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(589), - [1305] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(590), - [1307] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 3), - [1309] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), - [1311] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), + [1155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(521), + [1157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1159] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1161] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1163] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(522), + [1165] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(523), + [1167] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(524), + [1169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(525), + [1171] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(525), + [1173] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(527), + [1175] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(527), + [1177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(529), + [1179] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(529), + [1181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 12), + [1183] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 12), + [1185] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(532), + [1187] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(533), + [1189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(535), + [1191] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(538), + [1193] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(541), + [1195] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(544), + [1197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(547), + [1199] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(550), + [1201] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(551), + [1203] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(554), + [1205] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(555), + [1207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(557), + [1209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(559), + [1211] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(561), + [1213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), + [1215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), + [1217] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), + [1219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1221] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1223] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), + [1227] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), + [1229] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), + [1231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(562), + [1233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(563), + [1235] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_declarator, 3), + [1237] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_type_declarator, 3), + [1239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(564), + [1241] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 5), + [1243] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_definition, 5), + [1245] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_definition, 5), + [1247] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), + [1249] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 3), + [1251] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), + [1253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(567), + [1255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 3), + [1257] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(569), + [1259] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(570), + [1261] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(571), + [1263] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(570), + [1265] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(572), + [1267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(573), + [1269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(574), + [1271] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(575), + [1273] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(576), + [1275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(577), + [1277] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(578), + [1279] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(578), + [1281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(579), + [1283] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(580), + [1285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), + [1287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 4), + [1289] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), + [1291] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [1293] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(581), + [1295] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(583), + [1297] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), + [1299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(585), + [1301] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(587), + [1303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(588), + [1305] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(589), + [1307] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(590), + [1309] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(589), + [1311] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(591), [1313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(592), - [1315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_field_declarator, 2), - [1317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(596), - [1319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(597), - [1321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(598), - [1323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), - [1325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), - [1327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(599), - [1329] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 2), - [1331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 3), - [1333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(602), - [1335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 3, .dynamic_precedence = 1), - [1337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(603), - [1339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(604), + [1315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(593), + [1317] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(594), + [1319] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(595), + [1321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(596), + [1323] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(597), + [1325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(597), + [1327] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(598), + [1329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(599), + [1331] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 3), + [1333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), + [1335] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), + [1337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(601), + [1339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_field_declarator, 2), [1341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(605), - [1343] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(606), - [1345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 2), - [1347] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(607), - [1349] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(608), - [1351] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(611), - [1353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(613), - [1355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(614), - [1357] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(615), - [1359] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(616), - [1361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(617), - [1363] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(616), - [1365] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(618), - [1367] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(619), - [1369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(620), - [1371] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(621), - [1373] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(622), - [1375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(623), - [1377] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(624), - [1379] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(624), - [1381] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(625), - [1383] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(626), - [1385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(627), - [1387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(628), - [1389] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(629), - [1391] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(630), - [1393] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(631), - [1395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(632), - [1397] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(633), - [1399] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(634), - [1401] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(635), - [1403] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(636), - [1405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(637), - [1407] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(638), - [1409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(639), - [1411] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(640), - [1413] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(641), - [1415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(642), - [1417] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(643), - [1419] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(644), - [1421] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(645), - [1423] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(646), - [1425] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(647), - [1427] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(648), - [1429] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(649), - [1431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(650), - [1433] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(651), - [1435] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(661), - [1437] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(665), - [1439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(671), - [1441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), - [1443] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), - [1445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(672), - [1447] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(673), - [1449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(674), - [1451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(675), - [1453] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(676), - [1455] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(676), - [1457] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(677), - [1459] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(681), - [1461] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(683), - [1463] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(684), - [1465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(685), - [1467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(686), - [1469] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(684), - [1471] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(687), - [1473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(688), - [1475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(689), - [1477] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(690), - [1479] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(691), - [1481] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(692), - [1483] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(693), - [1485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(693), - [1487] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(694), - [1489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(695), - [1491] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(696), - [1493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(700), - [1495] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(701), - [1497] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(703), - [1499] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(704), - [1501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(705), - [1503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(706), - [1505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(707), - [1507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(708), - [1509] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(709), - [1511] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 2), - [1513] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), - [1515] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), - [1517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(712), - [1519] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_break_statement, 2), - [1521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), - [1523] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), - [1525] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_continue_statement, 2), - [1527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), - [1529] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), - [1531] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(713), - [1533] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), - [1535] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), - [1537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), - [1539] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), - [1541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), - [1543] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), - [1545] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), - [1547] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), - [1549] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 1), - [1551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 1), - [1553] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenated_string, 2), - [1555] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenated_string, 2), - [1557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(715), - [1559] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(716), - [1561] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(718), - [1563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(720), - [1565] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), - [1567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), - [1569] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), - [1571] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(737), - [1573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_call_expression, 2), - [1575] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_call_expression, 2), - [1577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [1579] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), - [1581] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [1583] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1587] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1589] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [1591] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [1593] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [1595] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 23), - [1597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 23), - [1599] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 23), - [1601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(738), - [1603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(739), - [1605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(740), - [1607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(743), - [1609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), - [1611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(749), - [1613] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 2), - [1615] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(478), - [1618] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 2), - [1620] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 2), - [1622] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(764), - [1624] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), - [1626] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(765), - [1628] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(766), - [1630] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 1), - [1632] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(767), - [1634] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 3), - [1636] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [1638] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(769), - [1640] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(769), - [1642] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 4), - [1644] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(770), - [1646] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(771), - [1648] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(772), - [1650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(773), - [1652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(774), - [1654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif, 4, .alias_sequence_id = 12), - [1656] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(775), - [1658] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(776), - [1660] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(777), - [1662] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(778), - [1664] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(778), - [1666] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(780), - [1668] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(780), - [1670] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(782), - [1672] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(782), - [1674] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(784), - [1676] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(786), - [1678] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(788), - [1680] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), - [1682] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(791), - [1684] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(792), - [1686] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(793), - [1688] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(794), - [1690] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_type_declarator, 4), - [1692] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(795), - [1694] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(796), - [1696] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), - [1698] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 5), - [1700] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), - [1702] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 3), - [1704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 3), - [1706] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(809), - [1708] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 4), - [1710] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), - [1712] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), - [1714] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 2), - [1716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 3), - [1718] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(822), - [1720] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(824), - [1722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 3), - [1724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), - [1726] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(827), - [1728] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [1730] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(829), - [1732] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 4, .dynamic_precedence = 1), - [1734] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(52), - [1738] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [1741] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(830), - [1743] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(831), - [1745] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(832), - [1747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(833), - [1749] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parenthesized_expression, 3), - [1751] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_parenthesized_expression, 3), - [1753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(849), - [1755] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(849), - [1757] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(850), - [1759] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(851), - [1761] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [1763] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [1765] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [1767] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(852), - [1769] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(853), - [1771] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(854), - [1773] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(855), - [1775] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(856), - [1777] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(857), - [1779] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), - [1781] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(858), - [1783] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(859), - [1785] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(860), - [1787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(861), - [1789] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(862), - [1791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(863), - [1793] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(864), - [1795] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(865), - [1797] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(866), - [1799] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(867), - [1801] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(868), - [1803] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(869), - [1805] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(870), - [1807] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(871), - [1809] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(872), - [1811] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(873), - [1813] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(874), - [1815] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(875), - [1817] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(883), - [1819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(886), - [1821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(888), - [1823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(889), - [1825] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(891), - [1827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(892), - [1829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(894), - [1831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(895), - [1833] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(897), - [1835] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), - [1837] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(899), - [1839] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(900), - [1841] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), - [1843] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(902), - [1845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(903), - [1847] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(906), - [1849] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(907), - [1851] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [1853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [1855] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [1857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(913), - [1859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(914), - [1861] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(915), - [1863] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [1865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [1867] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [1869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(918), - [1871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(919), - [1873] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(920), - [1875] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(923), - [1877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), - [1879] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(928), - [1881] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(929), - [1883] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(930), - [1885] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(931), - [1887] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), - [1889] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(932), - [1891] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(933), - [1893] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(934), - [1895] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(935), - [1897] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(936), - [1899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(937), - [1901] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(938), - [1903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(938), - [1905] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(939), - [1907] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(940), - [1909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(941), - [1911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(942), - [1913] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 3), - [1915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), - [1917] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), - [1919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(956), - [1921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(959), - [1923] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(960), - [1925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(962), - [1927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(964), - [1929] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(965), - [1931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(969), - [1933] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 3), - [1935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), - [1937] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), - [1939] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 24), - [1941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 24), - [1943] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 24), - [1945] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(970), - [1947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1949] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1951] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 25), - [1953] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 25), - [1955] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 25), - [1957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(971), - [1959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [1961] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [1963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(972), - [1965] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(973), - [1967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_comma_expression, 3), - [1969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), - [1971] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), - [1973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(975), - [1975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), - [1977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(976), - [1979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), - [1981] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), - [1983] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), - [1985] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), - [1987] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), - [1989] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), - [1991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), - [1993] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), - [1995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), - [1997] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), - [1999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 26), - [2001] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 26), - [2003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(977), - [2005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(978), - [2007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(980), - [2009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(981), - [2011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(982), - [2013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 5), - [2015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(983), - [2017] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 3), - [2019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(984), - [2021] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 2, .alias_sequence_id = 27), - [2023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(985), - [2025] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 3), - [2027] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 3), - [2029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 2), - [2031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 3), - [2033] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(989), - [2035] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(990), + [1343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(606), + [1345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(607), + [1347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), + [1349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), + [1351] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(608), + [1353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 2), + [1355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 3), + [1357] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(611), + [1359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 3, .dynamic_precedence = 1), + [1361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(612), + [1363] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(613), + [1365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(614), + [1367] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(615), + [1369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 2), + [1371] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(616), + [1373] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(617), + [1375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(620), + [1377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(622), + [1379] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(623), + [1381] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(624), + [1383] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(625), + [1385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(626), + [1387] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(625), + [1389] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(627), + [1391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(628), + [1393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(629), + [1395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(630), + [1397] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(631), + [1399] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(632), + [1401] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(633), + [1403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(633), + [1405] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(634), + [1407] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(635), + [1409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(636), + [1411] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(637), + [1413] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(638), + [1415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(639), + [1417] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(640), + [1419] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(641), + [1421] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(642), + [1423] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(643), + [1425] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(644), + [1427] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(645), + [1429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(646), + [1431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(647), + [1433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(648), + [1435] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(649), + [1437] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(650), + [1439] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(651), + [1441] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(652), + [1443] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(653), + [1445] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(654), + [1447] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(655), + [1449] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(656), + [1451] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(657), + [1453] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(658), + [1455] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(659), + [1457] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(660), + [1459] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(670), + [1461] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(674), + [1463] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(678), + [1465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(681), + [1467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), + [1469] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), + [1471] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(682), + [1473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(683), + [1475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(684), + [1477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(685), + [1479] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(686), + [1481] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(686), + [1483] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(687), + [1485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(691), + [1487] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(693), + [1489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(694), + [1491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(695), + [1493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(696), + [1495] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(694), + [1497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(697), + [1499] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(698), + [1501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(699), + [1503] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(700), + [1505] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(701), + [1507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(702), + [1509] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(703), + [1511] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(703), + [1513] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(704), + [1515] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(705), + [1517] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(706), + [1519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(710), + [1521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(711), + [1523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(713), + [1525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(714), + [1527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(715), + [1529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(716), + [1531] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(717), + [1533] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(718), + [1535] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(719), + [1537] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 2), + [1539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), + [1541] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), + [1543] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(722), + [1545] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_break_statement, 2), + [1547] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), + [1549] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), + [1551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_continue_statement, 2), + [1553] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), + [1555] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), + [1557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(723), + [1559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), + [1561] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), + [1563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), + [1565] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), + [1567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), + [1569] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), + [1571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), + [1573] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), + [1575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 1), + [1577] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 1), + [1579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenated_string, 2), + [1581] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenated_string, 2), + [1583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(725), + [1585] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(726), + [1587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(728), + [1589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(730), + [1591] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), + [1593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), + [1595] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), + [1597] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(747), + [1599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_call_expression, 2), + [1601] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_call_expression, 2), + [1603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), + [1605] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), + [1607] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), + [1609] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1613] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1615] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), + [1617] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), + [1619] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), + [1621] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 23), + [1623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 23), + [1625] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 23), + [1627] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(748), + [1629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(749), + [1631] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(750), + [1633] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(753), + [1635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), + [1637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(759), + [1639] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 2), + [1641] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(485), + [1644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 2), + [1646] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 2), + [1648] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(774), + [1650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), + [1652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(775), + [1654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(776), + [1656] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 1), + [1658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(777), + [1660] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 3), + [1662] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [1664] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(779), + [1666] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(779), + [1668] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 4), + [1670] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(780), + [1672] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(781), + [1674] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(782), + [1676] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(783), + [1678] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(784), + [1680] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif, 4, .alias_sequence_id = 12), + [1682] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(785), + [1684] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(786), + [1686] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(787), + [1688] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(788), + [1690] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(788), + [1692] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), + [1694] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(790), + [1696] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(792), + [1698] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(792), + [1700] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(794), + [1702] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(795), + [1704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(797), + [1706] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(799), + [1708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(801), + [1710] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(802), + [1712] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(803), + [1714] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(804), + [1716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(805), + [1718] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_type_declarator, 4), + [1720] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(806), + [1722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(807), + [1724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), + [1726] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 5), + [1728] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), + [1730] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 3), + [1732] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 3), + [1734] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(820), + [1736] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 4), + [1738] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), + [1740] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), + [1742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 2), + [1744] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 3), + [1746] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(833), + [1748] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(835), + [1750] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 3), + [1752] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), + [1754] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(838), + [1756] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [1758] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(840), + [1760] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 4, .dynamic_precedence = 1), + [1762] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(53), + [1766] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [1769] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(841), + [1771] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(842), + [1773] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(843), + [1775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(844), + [1777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parenthesized_expression, 3), + [1779] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_parenthesized_expression, 3), + [1781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(860), + [1783] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(860), + [1785] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(861), + [1787] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(862), + [1789] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [1791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [1793] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [1795] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(863), + [1797] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(864), + [1799] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(865), + [1801] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(866), + [1803] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(867), + [1805] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(868), + [1807] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), + [1809] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(869), + [1811] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(870), + [1813] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(871), + [1815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(872), + [1817] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(873), + [1819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(874), + [1821] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(875), + [1823] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(876), + [1825] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(877), + [1827] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(878), + [1829] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(879), + [1831] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(880), + [1833] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(881), + [1835] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(882), + [1837] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(883), + [1839] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(884), + [1841] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(885), + [1843] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(886), + [1845] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(894), + [1847] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(895), + [1849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), + [1851] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(900), + [1853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), + [1855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(903), + [1857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(904), + [1859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(906), + [1861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(907), + [1863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(909), + [1865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(910), + [1867] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(911), + [1869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(912), + [1871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(913), + [1873] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(914), + [1875] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(915), + [1877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(918), + [1879] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(919), + [1881] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [1883] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [1885] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [1887] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(925), + [1889] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), + [1891] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(927), + [1893] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [1895] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [1897] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [1899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), + [1901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(931), + [1903] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(932), + [1905] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(935), + [1907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(936), + [1909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(939), + [1911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(941), + [1913] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(942), + [1915] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(943), + [1917] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(944), + [1919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(943), + [1921] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(945), + [1923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(946), + [1925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(947), + [1927] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(948), + [1929] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(949), + [1931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(950), + [1933] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(951), + [1935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(951), + [1937] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(952), + [1939] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(953), + [1941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(954), + [1943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(955), + [1945] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 3), + [1947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), + [1949] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), + [1951] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(969), + [1953] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(972), + [1955] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(973), + [1957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(975), + [1959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(977), + [1961] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(978), + [1963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(982), + [1965] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 3), + [1967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), + [1969] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), + [1971] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 24), + [1973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 24), + [1975] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 24), + [1977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(983), + [1979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1981] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1983] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 25), + [1985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 25), + [1987] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 25), + [1989] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(984), + [1991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), + [1993] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), + [1995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(985), + [1997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(986), + [1999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_comma_expression, 3), + [2001] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), + [2003] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), + [2005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(988), + [2007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), + [2009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(989), + [2011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), + [2013] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), + [2015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), + [2017] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), + [2019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), + [2021] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), + [2023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), + [2025] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), + [2027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), + [2029] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), + [2031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 26), + [2033] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 26), + [2035] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(990), [2037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(991), - [2039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(992), - [2041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(993), - [2043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(994), - [2045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(995), + [2039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(993), + [2041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(994), + [2043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(995), + [2045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 5), [2047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(996), - [2049] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_type_declarator, 5), + [2049] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 3), [2051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(997), - [2053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(998), - [2055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(999), - [2057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1000), - [2059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 4), - [2061] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1001), - [2063] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 5), - [2065] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), - [2067] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), - [2069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 3), - [2071] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1002), - [2073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 4), - [2075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1003), - [2077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 3), - [2079] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1004), - [2081] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1005), - [2083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1006), - [2085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1007), - [2087] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), - [2089] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), - [2091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_literal_expression, 4), - [2093] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_literal_expression, 4), - [2095] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1008), - [2097] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1009), - [2099] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1011), - [2101] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1015), - [2103] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1019), - [2105] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif_in_compound_statement, 2, .alias_sequence_id = 12), - [2107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1026), - [2109] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1026), - [2111] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1027), - [2113] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1028), - [2115] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1029), - [2117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1030), - [2119] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1031), - [2121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1034), - [2123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1036), - [2125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1037), - [2127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1039), - [2129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1040), - [2131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1042), - [2133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1043), - [2135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1045), - [2137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1046), - [2139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1047), - [2141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1048), - [2143] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1049), - [2145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1052), - [2147] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), - [2149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1058), - [2151] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1061), - [2153] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1062), - [2155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1066), - [2157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1067), - [2159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1069), - [2161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1070), - [2163] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1071), - [2165] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 28), - [2167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 28), - [2169] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 28), - [2171] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 29), - [2173] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 29), - [2175] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 29), - [2177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1073), - [2179] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 13), - [2181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 13), - [2183] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 13), - [2185] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1075), + [2053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 2, .alias_sequence_id = 27), + [2055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(998), + [2057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 3), + [2059] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 3), + [2061] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 2), + [2063] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 3), + [2065] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1002), + [2067] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1003), + [2069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1004), + [2071] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1005), + [2073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1006), + [2075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1007), + [2077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1008), + [2079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1009), + [2081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_type_declarator, 5), + [2083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1010), + [2085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1011), + [2087] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1012), + [2089] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1013), + [2091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 4), + [2093] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1014), + [2095] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 5), + [2097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), + [2099] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), + [2101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 3), + [2103] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1015), + [2105] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 4), + [2107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1016), + [2109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 3), + [2111] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1017), + [2113] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1018), + [2115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1019), + [2117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1020), + [2119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), + [2121] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), + [2123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_literal_expression, 4), + [2125] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_literal_expression, 4), + [2127] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1021), + [2129] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1022), + [2131] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1024), + [2133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1028), + [2135] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1032), + [2137] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif_in_compound_statement, 2, .alias_sequence_id = 12), + [2139] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1039), + [2141] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1039), + [2143] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1040), + [2145] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1041), + [2147] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1042), + [2149] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1043), + [2151] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1044), + [2153] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1045), + [2155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1048), + [2157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1050), + [2159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1051), + [2161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1053), + [2163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1054), + [2165] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1056), + [2167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1057), + [2169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1059), + [2171] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1060), + [2173] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1061), + [2175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1062), + [2177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1063), + [2179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1066), + [2181] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), + [2183] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1070), + [2185] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1073), [2187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1076), - [2189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 30), - [2191] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 30), - [2193] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 30), - [2195] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 31), - [2197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 31), - [2199] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 31), - [2201] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 14), - [2203] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 14), - [2205] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 14), - [2207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1077), - [2209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1078), - [2211] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 32), - [2213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 32), - [2215] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 32), - [2217] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 33), - [2219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 33), - [2221] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 33), - [2223] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 15), - [2225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 15), - [2227] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 15), - [2229] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1079), - [2231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1080), - [2233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1081), - [2235] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1082), - [2237] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1084), - [2239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1085), - [2241] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1086), - [2243] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1087), - [2245] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1088), - [2247] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1089), - [2249] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1090), - [2251] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1091), - [2253] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1092), - [2255] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1093), - [2257] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1094), - [2259] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1095), - [2261] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1096), - [2263] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1097), - [2265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1113), - [2267] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 4), - [2269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), - [2271] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), - [2273] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1114), - [2275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1116), - [2277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1117), - [2279] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1118), - [2281] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1119), - [2283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1121), - [2285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1123), - [2287] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1125), - [2289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1126), - [2291] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), - [2293] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(242), - [2295] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), - [2297] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(254), - [2299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), - [2301] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), - [2303] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1130), - [2305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1131), - [2307] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript_expression, 4), - [2309] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subscript_expression, 4), - [2311] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1133), - [2313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1134), - [2315] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(269), - [2317] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(276), - [2319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 3), - [2321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 4), - [2323] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 4), - [2325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 3), - [2327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1136), - [2329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(347), - [2331] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(348), - [2333] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(360), - [2335] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(361), - [2337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 5), - [2339] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 6), - [2341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), - [2343] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), - [2345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 5), - [2347] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(390), - [2349] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(391), - [2351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1140), - [2353] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1141), - [2355] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1142), - [2357] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1143), - [2359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1144), - [2361] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1145), - [2363] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1148), - [2365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1149), - [2367] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1150), - [2369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1153), - [2371] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1154), - [2373] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1155), - [2375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 34), - [2377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 35), - [2379] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 12), - [2381] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1160), - [2383] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1161), - [2385] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1163), - [2387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1167), - [2389] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1171), - [2391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1177), - [2393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1180), - [2395] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1181), - [2397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1185), - [2399] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1186), - [2401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1188), - [2403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1189), - [2405] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1190), - [2407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1192), - [2409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1194), - [2411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1196), - [2413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1197), - [2415] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1199), - [2417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1200), - [2419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1201), - [2421] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1203), - [2423] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1204), - [2425] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 36), - [2427] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 36), - [2429] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 36), - [2431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 37), - [2433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 37), - [2435] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 37), - [2437] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), - [2439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), - [2441] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), - [2443] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), - [2445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), - [2447] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), - [2449] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 40), - [2451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 40), - [2453] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 40), - [2455] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 41), - [2457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 41), - [2459] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 41), - [2461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1205), - [2463] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1206), - [2465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1208), - [2467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1209), - [2469] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1211), - [2471] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1212), - [2473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1214), - [2475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1215), - [2477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1217), - [2479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1218), - [2481] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1219), - [2483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1220), - [2485] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), - [2487] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), - [2489] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), - [2491] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1221), - [2493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1222), - [2495] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1223), - [2497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_switch_statement, 5), - [2499] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), - [2501] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), - [2503] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(411), - [2505] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(412), - [2507] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 5), - [2509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), - [2511] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), - [2513] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1225), - [2515] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1226), - [2517] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1227), - [2519] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1228), - [2521] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1229), - [2523] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1230), - [2525] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1231), - [2527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1233), - [2529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1235), - [2531] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1237), + [2189] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1077), + [2191] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1081), + [2193] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1082), + [2195] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1084), + [2197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1085), + [2199] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1086), + [2201] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 28), + [2203] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 28), + [2205] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 28), + [2207] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 29), + [2209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 29), + [2211] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 29), + [2213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1088), + [2215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 13), + [2217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 13), + [2219] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 13), + [2221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1090), + [2223] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1091), + [2225] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 30), + [2227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 30), + [2229] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 30), + [2231] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 31), + [2233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 31), + [2235] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 31), + [2237] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 14), + [2239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 14), + [2241] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 14), + [2243] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1092), + [2245] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1093), + [2247] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 32), + [2249] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 32), + [2251] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 32), + [2253] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 33), + [2255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 33), + [2257] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 33), + [2259] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 15), + [2261] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 15), + [2263] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 15), + [2265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1094), + [2267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1095), + [2269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1096), + [2271] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1097), + [2273] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1099), + [2275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1100), + [2277] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1101), + [2279] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1102), + [2281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1103), + [2283] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1104), + [2285] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1105), + [2287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1106), + [2289] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1107), + [2291] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1108), + [2293] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1109), + [2295] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1110), + [2297] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1111), + [2299] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1112), + [2301] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1128), + [2303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 4), + [2305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), + [2307] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), + [2309] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1129), + [2311] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1131), + [2313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1132), + [2315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1133), + [2317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1134), + [2319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1136), + [2321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1138), + [2323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1140), + [2325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1141), + [2327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), + [2329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(246), + [2331] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), + [2333] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(258), + [2335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), + [2337] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), + [2339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1145), + [2341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1146), + [2343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript_expression, 4), + [2345] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subscript_expression, 4), + [2347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1148), + [2349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1149), + [2351] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(273), + [2353] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(280), + [2355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 3), + [2357] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 4), + [2359] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 4), + [2361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 3), + [2363] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1151), + [2365] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(353), + [2367] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(354), + [2369] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(366), + [2371] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(367), + [2373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 5), + [2375] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 6), + [2377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), + [2379] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), + [2381] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 5), + [2383] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(396), + [2385] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(397), + [2387] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1155), + [2389] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1156), + [2391] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1157), + [2393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1158), + [2395] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1159), + [2397] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1160), + [2399] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1163), + [2401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1164), + [2403] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1165), + [2405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1168), + [2407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1169), + [2409] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1170), + [2411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 34), + [2413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 35), + [2415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 12), + [2417] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1175), + [2419] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1176), + [2421] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1178), + [2423] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1182), + [2425] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1186), + [2427] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1190), + [2429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1193), + [2431] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1196), + [2433] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1197), + [2435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1201), + [2437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1202), + [2439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1204), + [2441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1205), + [2443] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1206), + [2445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1208), + [2447] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1210), + [2449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1211), + [2451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1213), + [2453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1214), + [2455] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1216), + [2457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1217), + [2459] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1218), + [2461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1220), + [2463] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1221), + [2465] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 36), + [2467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 36), + [2469] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 36), + [2471] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 37), + [2473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 37), + [2475] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 37), + [2477] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), + [2479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), + [2481] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), + [2483] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), + [2485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), + [2487] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), + [2489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 40), + [2491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 40), + [2493] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 40), + [2495] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 41), + [2497] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 41), + [2499] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 41), + [2501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1222), + [2503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1223), + [2505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1225), + [2507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1226), + [2509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1228), + [2511] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1229), + [2513] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1231), + [2515] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1232), + [2517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1234), + [2519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1235), + [2521] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1236), + [2523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1237), + [2525] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), + [2527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), + [2529] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), + [2531] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1238), [2533] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1239), - [2535] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1242), - [2537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1243), - [2539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), - [2541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [2543] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [2545] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), - [2547] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1245), - [2549] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1248), - [2551] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1249), - [2553] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1250), - [2555] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1251), - [2557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1252), - [2559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1253), - [2561] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1254), - [2563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1255), - [2565] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 42), - [2567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 43), - [2569] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1256), - [2571] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1257), - [2573] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1258), + [2535] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1240), + [2537] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_switch_statement, 5), + [2539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), + [2541] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), + [2543] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(418), + [2545] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(419), + [2547] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 5), + [2549] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), + [2551] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), + [2553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1242), + [2555] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1243), + [2557] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1244), + [2559] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1245), + [2561] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1246), + [2563] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1247), + [2565] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1248), + [2567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1250), + [2569] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1252), + [2571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1254), + [2573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1256), [2575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1259), [2577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1260), - [2579] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1261), - [2581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1264), - [2583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1265), - [2585] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1266), - [2587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1269), - [2589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1270), - [2591] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1271), - [2593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1274), - [2595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1276), - [2597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1277), - [2599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1279), - [2601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1280), - [2603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1281), - [2605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1283), - [2607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1284), - [2609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1285), - [2611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1286), - [2613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1287), - [2615] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1288), - [2617] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1289), - [2619] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1290), - [2621] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1291), - [2623] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1292), - [2625] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1293), - [2627] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1294), - [2629] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1295), - [2631] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1296), - [2633] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1297), - [2635] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1298), - [2637] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1299), - [2639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1306), - [2641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1308), - [2643] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(673), - [2645] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(674), - [2647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1310), - [2649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1313), - [2651] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1314), - [2653] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1315), - [2655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1319), - [2657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1320), - [2659] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1322), - [2661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1323), - [2663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1327), - [2665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1328), - [2667] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1330), - [2669] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1331), - [2671] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1332), - [2673] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1333), - [2675] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1334), - [2677] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1335), - [2679] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1338), - [2681] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), - [2683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), - [2685] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), - [2687] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), - [2689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [2691] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [2693] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1340), - [2695] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 3), - [2697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 5), - [2699] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1343), - [2701] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1344), - [2703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1345), - [2705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1346), - [2707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1347), + [2579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), + [2581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), + [2583] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), + [2585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), + [2587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1262), + [2589] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1265), + [2591] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1266), + [2593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1267), + [2595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1268), + [2597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1269), + [2599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1270), + [2601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1271), + [2603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1272), + [2605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 42), + [2607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 43), + [2609] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1273), + [2611] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1274), + [2613] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1275), + [2615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1276), + [2617] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1277), + [2619] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1278), + [2621] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1281), + [2623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1282), + [2625] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1283), + [2627] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1286), + [2629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1287), + [2631] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1288), + [2633] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1291), + [2635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1292), + [2637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1294), + [2639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1295), + [2641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1297), + [2643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1298), + [2645] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1299), + [2647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1301), + [2649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1302), + [2651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1303), + [2653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1304), + [2655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1305), + [2657] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1306), + [2659] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1307), + [2661] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1308), + [2663] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1309), + [2665] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1310), + [2667] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1311), + [2669] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1312), + [2671] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1313), + [2673] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1314), + [2675] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1315), + [2677] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1316), + [2679] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1317), + [2681] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1324), + [2683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1326), + [2685] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(683), + [2687] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(684), + [2689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1328), + [2691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1331), + [2693] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1332), + [2695] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1333), + [2697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1337), + [2699] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1338), + [2701] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1340), + [2703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1341), + [2705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1345), + [2707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1346), [2709] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1348), [2711] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1349), [2713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1350), [2715] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1351), [2717] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1352), [2719] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1353), - [2721] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1354), - [2723] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1355), - [2725] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1356), - [2727] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1357), - [2729] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1358), - [2731] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1359), - [2733] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1360), - [2735] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1361), - [2737] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1362), - [2739] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1363), - [2741] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1364), - [2743] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1365), - [2745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1372), - [2747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1374), - [2749] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1376), - [2751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1378), - [2753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1379), - [2755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1381), - [2757] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1382), - [2759] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1384), - [2761] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1385), - [2763] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1387), - [2765] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1388), - [2767] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1389), - [2769] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1390), - [2771] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1391), - [2773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1392), - [2775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1393), - [2777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1395), - [2779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1398), - [2781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1399), - [2783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1400), - [2785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1406), - [2787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1407), - [2789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1408), - [2791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1410), - [2793] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), - [2795] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2797] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1413), - [2801] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1414), - [2803] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1416), - [2805] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1418), - [2807] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 7), - [2809] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), - [2811] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), - [2813] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1422), - [2815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1424), - [2817] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1426), - [2819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1427), - [2821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1429), - [2823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1430), - [2825] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1432), - [2827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1433), - [2829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1435), - [2831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1436), - [2833] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1437), - [2835] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1438), - [2837] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1439), - [2839] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1440), - [2841] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1441), - [2843] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1443), - [2845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1446), - [2847] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1447), - [2849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1450), - [2851] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1451), - [2853] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1452), - [2855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1456), - [2857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1457), - [2859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1459), - [2861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1460), - [2863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1464), - [2865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1471), - [2867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1475), - [2869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1477), - [2871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1479), - [2873] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1480), - [2875] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1481), - [2877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1482), - [2879] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1484), - [2881] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1485), - [2883] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 8), - [2885] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), - [2887] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), - [2889] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1488), - [2891] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1489), - [2893] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1492), - [2895] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1493), - [2897] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1494), - [2899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1498), - [2901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1499), - [2903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1501), - [2905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1502), - [2907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1506), - [2909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1509), - [2911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1510), - [2913] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1516), - [2915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1517), - [2917] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1518), - [2919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1520), - [2921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1522), - [2923] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1524), - [2925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1525), - [2927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1527), - [2929] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1528), - [2931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1530), - [2933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1533), - [2935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1535), - [2937] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1537), - [2939] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1539), - [2941] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 9), - [2943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), - [2945] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), - [2947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1541), - [2949] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1542), - [2951] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1548), - [2953] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1549), - [2955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1550), - [2957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1552), - [2959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1554), - [2961] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1560), - [2963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1564), - [2965] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1566), - [2967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1569), - [2969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1571), - [2971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1573), - [2973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1576), - [2975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1577), - [2977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1580), - [2979] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 10), - [2981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), - [2983] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), - [2985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1585), - [2987] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1589), - [2989] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1591), - [2991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1594), - [2993] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1595), - [2995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1596), - [2997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1598), - [2999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1599), - [3001] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1601), - [3003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1604), - [3005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1607), - [3007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1609), - [3009] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1612), - [3011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1613), - [3013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1615), - [3015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1616), - [3017] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1618), - [3019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1621), - [3021] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1624), - [3023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1626), - [3025] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1630), - [3027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1631), - [3029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1634), - [3031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1636), - [3033] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1640), - [3035] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1643), - [3037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1645), - [3039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1648), - [3041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1650), + [2721] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1356), + [2723] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), + [2725] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), + [2727] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), + [2729] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), + [2731] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), + [2733] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), + [2735] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1358), + [2737] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 3), + [2739] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 5), + [2741] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1361), + [2743] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1362), + [2745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1363), + [2747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1364), + [2749] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1365), + [2751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1366), + [2753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1367), + [2755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1368), + [2757] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1369), + [2759] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1370), + [2761] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1371), + [2763] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1372), + [2765] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1373), + [2767] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1374), + [2769] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1375), + [2771] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1376), + [2773] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1377), + [2775] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1378), + [2777] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1379), + [2779] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1380), + [2781] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1381), + [2783] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1382), + [2785] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1383), + [2787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1390), + [2789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1392), + [2791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1394), + [2793] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1396), + [2795] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1397), + [2797] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1399), + [2799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1400), + [2801] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1402), + [2803] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1403), + [2805] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1405), + [2807] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1406), + [2809] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1407), + [2811] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1408), + [2813] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1409), + [2815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1410), + [2817] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1411), + [2819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1413), + [2821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1416), + [2823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1417), + [2825] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1418), + [2827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1424), + [2829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1425), + [2831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1426), + [2833] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1428), + [2835] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), + [2837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), + [2839] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), + [2841] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1431), + [2843] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1432), + [2845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1434), + [2847] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1436), + [2849] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 7), + [2851] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), + [2853] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), + [2855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1440), + [2857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1442), + [2859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1444), + [2861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1445), + [2863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1447), + [2865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1448), + [2867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1450), + [2869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1451), + [2871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1453), + [2873] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1454), + [2875] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1455), + [2877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1456), + [2879] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1457), + [2881] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1458), + [2883] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1459), + [2885] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1461), + [2887] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1464), + [2889] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1465), + [2891] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1468), + [2893] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1469), + [2895] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1470), + [2897] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1474), + [2899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1475), + [2901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1477), + [2903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1478), + [2905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1482), + [2907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1489), + [2909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1493), + [2911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1495), + [2913] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1497), + [2915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1498), + [2917] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1499), + [2919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1500), + [2921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1502), + [2923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1503), + [2925] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 8), + [2927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), + [2929] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), + [2931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1506), + [2933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1507), + [2935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1510), + [2937] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1511), + [2939] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1512), + [2941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1516), + [2943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1517), + [2945] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1519), + [2947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1520), + [2949] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1524), + [2951] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1527), + [2953] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1528), + [2955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1534), + [2957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1535), + [2959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1536), + [2961] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1538), + [2963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1540), + [2965] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1542), + [2967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1543), + [2969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1545), + [2971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1546), + [2973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1548), + [2975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1551), + [2977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1553), + [2979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1555), + [2981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1557), + [2983] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 9), + [2985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), + [2987] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), + [2989] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1559), + [2991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1560), + [2993] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1566), + [2995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1567), + [2997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1568), + [2999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1570), + [3001] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1572), + [3003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1578), + [3005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1582), + [3007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1584), + [3009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1587), + [3011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1589), + [3013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1591), + [3015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1594), + [3017] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1595), + [3019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1598), + [3021] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 10), + [3023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), + [3025] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), + [3027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1603), + [3029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1607), + [3031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1609), + [3033] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1612), + [3035] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1613), + [3037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1614), + [3039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1616), + [3041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1617), + [3043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1619), + [3045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1622), + [3047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1625), + [3049] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1627), + [3051] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1630), + [3053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1631), + [3055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1633), + [3057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1634), + [3059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1636), + [3061] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1639), + [3063] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1642), + [3065] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1644), + [3067] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1648), + [3069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1649), + [3071] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1652), + [3073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1654), + [3075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1658), + [3077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1661), + [3079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1663), + [3081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1666), + [3083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1668), }; #ifdef _WIN32